adamaveray / typeform
A strongly-typed interface to the complete Typeform API.
Installs: 25 417
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 2
Open Issues: 0
Requires
- php: >=8.0
- symfony/http-client: ^4.0|^5.0|^6.0|^7.0
Requires (Dev)
- ext-json: *
- marcocesarato/amwscan: ^0.10
- phpunit/phpunit: ^9.6
- roave/security-advisories: dev-latest
- vimeo/psalm: ^5.9
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: