We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This is a guide to using iland's API with PHP.
Here we will explain the following examples:
Getting event reports
Get and process events
Websocket event processing
You need the following PHP library for OAuth2 authorization:
OAuth 2.0 Client from the League of Extraordinary Packages
$ composer require league/oauth2-client
In the example get-event-report.php you can find how authentication is done with the iland API.
get-event-report.php
You will need to provide the following fields for your PHP scripts to work:
Your username and password is the one you use to login into iland's console.
To get your CLIENT_ID and CLIENT_SECRET contact support@iland.com
CLIENT_ID
CLIENT_SECRET
iland API Docs