Main public logs
From wiki
Combined display of all available logs of wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:33, 16 October 2025 Root talk contribs created page API/Example: PHP (Created page with "= Example: PHP = This example demonstrates how to use the **Verofy API** from PHP with the Yii HTTP Client. __TOC__ == Overview == The example covers: * Authenticating via refresh and access tokens * Retrieving a list of map sites filtered by `externalId` * Updating a map site record by ID Ensure that the **Yii HTTP Client** component is installed and properly configured. ---- == Example Script == <syntaxhighlight lang="php"> <?php use yii\httpclient\Client...")