Skip to content

A library providing a strongly-typed PHP interface to the Typeform API.

License

Notifications You must be signed in to change notification settings

adamaveray/typeform

Repository files navigation

Typeform API Client

A strongly-typed interface to the complete Typeform API.

composer require adamaveray/typeform

Setup

  1. Install the library with Composer (composer require adamaveray/typeform).
  2. 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:


MIT Licence

About

A library providing a strongly-typed PHP interface to the Typeform API.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages