gclabs/customerio-php

PHP bindings for the Customer.io API (http://customer.io/)

1.0.0 2015-08-24 09:46 UTC

This package is auto-updated.

Last update: 2024-08-25 12:11:27 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.*"
    }
}