/typeform

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

Primary LanguagePHPMIT LicenseMIT

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