hampel/customerio

Wrapper for the Customer.io REST API using Guzzle

1.0.0 2016-05-16 15:11 UTC

This package is auto-updated.

Last update: 2024-04-06 07:57:38 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