PHPackages                             helthe/segmentio-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. helthe/segmentio-bundle

ActiveSymfony-bundle[API Development](/categories/api)

helthe/segmentio-bundle
=======================

Helthe Segment.io bundle for Symfony 2

536PHP

Since Jun 4Pushed 11y ago1 watchersCompare

[ Source](https://github.com/helthe/SegmentioBundle)[ Packagist](https://packagist.org/packages/helthe/segmentio-bundle)[ RSS](/packages/helthe-segmentio-bundle/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Helthe Segment.io Bundle [![Build Status](https://camo.githubusercontent.com/46e8f0cdc995bdcc7805065c9e670497c7284826e42744ecc145d7076058d5e6/68747470733a2f2f7472617669732d63692e6f72672f68656c7468652f5365676d656e74696f42756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/helthe/SegmentioBundle) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/9f22bd5cc36842d0124a8efff1052a992de6ce4d0e0aa90ebf550d92a7c3dc7c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f68656c7468652f5365676d656e74696f42756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/helthe/SegmentioBundle/?branch=master)
============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#helthe-segmentio-bundle--)

Helthe Segment.io Bundle integrates the [Helthe Segment.io Component](https://github.com/helthe/Segmentio)with your Symfony2 application.

Installation
------------

[](#installation)

### Step 1: Add package requirement in Composer

[](#step-1-add-package-requirement-in-composer)

#### Manually

[](#manually)

Add the following in your `composer.json`:

```
{
    "require": {
        // ...
        "helthe/segmentio-bundle": "dev-master"
    }
}
```

#### Using the command line

[](#using-the-command-line)

```
$ composer require 'helthe/segmentio-bundle=dev-master'
```

### Step 2: Register the bundle in the kernel

[](#step-2-register-the-bundle-in-the-kernel)

```
