hampel / customerio
Wrapper for the Customer.io REST API using Guzzle
1.0.0
2016-05-16 15:11 UTC
Requires
- php: >=5.5.0
- guzzlehttp/guzzle: ~6.0
- hampel/json: ~2.0
This package is auto-updated.
Last update: 2024-11-06 09:14:50 UTC
README
A Customer.io API wrapper using Guzzle v6.
By Simon Hampel.
Installation
The recommended way of installing Customer.io Service is through Composer:
:::json
{
"require": {
"hampel/customerio": "~1.0"
}
}
Configuration
TODO