leadthread / api-php
API Wrapper for LeadThread
Installs: 611
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/leadthread/api-php
Requires
- php: ^5.5.9|^7.0
- guzzlehttp/guzzle: ^6.3
Requires (Dev)
- phpunit/phpunit: ^4.0|^5.0|^6.3
This package is auto-updated.
Last update: 2025-10-11 17:41:06 UTC
README
Resources
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();