Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.06 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.06 KB

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.