Login and Setting up Token

You can use your Emis Api token trough the Emis PHP package:


require('vendor/autoload.php');

use Emis\Http\Client;

$client = new Client();
$client->setApi(Client::DOCUMENTS_API);
$client->setToken("YOUR_TOKEN");