API/Example: PHP: Revision history

From wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

16 October 2025

  • curprev 19:3319:33, 16 October 2025 Root talk contribs 2,461 bytes +2,461 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..."