Download the PHP package userscape/customerio without Composer
On this page you can find all versions of the php package userscape/customerio. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download userscape/customerio
More information about userscape/customerio
Files in userscape/customerio
Download userscape/customerio
More information about userscape/customerio
Files in userscape/customerio
Please rate this library. Is it a good library?
Informations about the package customerio
php-customerio
PHP API Integration with Customer.io
"Good enough!"
Usage
API Methods
Create Customer:
createCustomer('someid001', '[email protected]', array('arbitrary-data' => 'foobarbaz'));
Update Customer:
updateCustomer('someid001', '[email protected]', array('arbitrary-data' => 'foobarbaz'));
Delete Customer:
deleteCustomer('someid001');
Fire Event:
fireEvent('someid001', 'event-name', array('arbitrary-value' => 3.14));
Fire Historical Event:
fireEvent('someid001', 'event-name', array('arbitrary-value' => 3.14), 1420070400);
Fire Anonymous Event: (http://customer.io/docs/invitation-emails.html)
fireAnonymousEvent('event-name', array('arbitrary-value' => 3.14));
Record Pageview:
recordPageview('someid001', 'https://www.full-pageview-url.com/', 'https://www.optional-full-referrer-url.com/');
Response Object
All methods return a Response
object which contains the following methods:
success() // Boolean
message() // String
All versions of customerio with dependencies
PHP Build Version
Package Version
Requires
guzzlehttp/guzzle Version
6.*|7.*
The package userscape/customerio contains the following files
Loading the files please wait ....