1. Go to this page and download the library: Download impeto/mogreet-php library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
impeto / mogreet-php example snippets
composer
...
use Mogreet\Client;
...
$clientId = 'xxxxx'; // Your Client ID from https://developer.mogreet.com/dashboard
$token = 'xxxxx'; // Your token from https://developer.mogreet.com/dashboard
$client = new Client( $clientId, $token);