Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 910 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 910 Bytes

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