A strongly-typed interface to the complete Typeform API.
composer require adamaveray/typeform
- Install the library with Composer (
composer require adamaveray/typeform
). - Generate a Typeform personal access token.
To interact with the Typeform API, create a new instance of the ApiClient class and pass in a personal access token:
$apiClient = new \AdamAveray\Typeform\ApiClient('{access-token}');
See the following sections for full documentation: