helthe/segmentio

Helthe Segment.io Component

dev-master / 1.0.x-dev 2014-06-04 19:11 UTC

This package is auto-updated.

Last update: 2024-03-29 02:50:15 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.