PHP
Installation
The PHP SDK is hosted here. To install the bindings via Composer, add the following to composer.json to list the repository as a source:
Then, run the following:
Initialization
Initialize a client with an API key secret.
That will create an instance of schematic_companies
that you can use to interact with the initialized resource. Other resources can be initialized in a similar manner.
Usage example
Once the SDK is initialized, you may submit requests. Below is an example of upserting a Company (creating or updating it).