Using an SDK

An SDK library is currently available for PHP users who want to interact with the API in that programming language.

Installing the SDK libraries

The SDK is available for download at GitHub and is also available as a Packagist package for direct installation through Composer.


Installing the PHP sdk

composer.json
Create a new project and add the EMIS API composer dependency:

Autoload
In your script, initialize the composer's autoloader:


Updating the SDK libraries

We recommend frequently updating your SDK package to make the most of our latest API version features and improvements.
You can subscribe for RSS alerts in the API Release Notes section to keep informed when a new API version is released.


SDK documentation

Documentation for each SDK library we support is available within this site.