gclabs / customerio-php
PHP bindings for the Customer.io API (http://customer.io/)
1.0.0
2015-08-24 09:46 UTC
Requires
- guzzlehttp/guzzle: ^6.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-25 16:30:22 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.*"
}
}