gclabs/customerio-php

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

Installs: 21

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 0

Open Issues: 0

pkg:composer/gclabs/customerio-php

1.0.0 2015-08-24 09:46 UTC

This package is auto-updated.

Last update: 2025-09-25 14:39:38 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.*"
    }
}