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
This package is auto-updated.
Last update: 2024-10-25 12:26:19 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.*" } }