helthe/segmentio

Helthe Segment.io Component


Keywords
analytics, segmentio, analytics.js
License
MIT

Documentation

Helthe Segment.io Build Status Scrutinizer Code Quality

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.