adamaveray/typeform

A strongly-typed interface to the complete Typeform API.

1.1.7 2023-12-11 11:15 UTC

This package is auto-updated.

Last update: 2024-04-11 11:56:22 UTC


README

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