helthe / segmentio
Helthe Segment.io Component
dev-master / 1.0.x-dev
2014-06-04 19:11 UTC
Requires
- php: >=5.3.3
- guzzlehttp/guzzle: ~4.0
This package is auto-updated.
Last update: 2024-10-29 04:14:37 UTC
README
Helthe Segment.io is a client library for interacting with the Segment.io API. It is meant as an all-in-one solution for interacting with both the browser platform and the server platform. It offers utilities for interacting with both Analytics.js and the HTTP API.
Installation
Using Composer
Manually
Add the following in your composer.json
:
{ "require": { // ... "helthe/segmentio": "dev-master" } }
Using the command line
$ composer require 'helthe/segmentio=dev-master'
Bugs
For bugs or feature requests, please create an issue.