leadthread/api-php

API Wrapper for LeadThread

1.0.1 2019-10-10 18:08 UTC

This package is auto-updated.

Last update: 2024-04-11 14:29:13 UTC


README

Latest Version Software License Build Status Scrutinizer Code Quality Code Coverage Total Downloads

Resources

API v2 Documentation

Installation

Install via composer - In the terminal:

composer require leadthread/api-php

Usage

use LeadThread\Api\LeadThread;

$client = new LeadThread($API_TOKEN);

$campaigns = $client->campaigns->all();