gclabs / customerio-php
PHP bindings for the Customer.io API (http://customer.io/)
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 0
pkg:composer/gclabs/customerio-php
Requires
- guzzlehttp/guzzle: ^6.0
This package is auto-updated.
Last update: 2025-11-25 14:57:18 UTC
README
PHP bindings for the Customer.io API (http://customer.io/)
Installation
The Customer.IO PHP API can be installed with Composer. Add the Customer.IO PHP API package to your composer.json file.
{
"require": {
"gclabs/customerio-php": "1.0.*"
}
}