adamaveray / typeform
A strongly-typed interface to the complete Typeform API.
1.2.2
2025-10-28 22:07 UTC
Requires
- php: >=8.2
- symfony/http-client: ^6.0|^7.0
Requires (Dev)
- ext-json: *
- marcocesarato/amwscan: ^0.10
- phpunit/phpunit: ^9.6
- roave/security-advisories: dev-latest
- vimeo/psalm: ^5.26
README
A strongly-typed interface to the complete Typeform API.
composer require adamaveray/typeform
Setup
- Install the library with Composer (
composer require adamaveray/typeform). - Generate a Typeform personal access token.
Usage
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: