Helthe Segment.io Bundle integrates the Helthe Segment.io Component with your Symfony2 application.
Add the following in your composer.json
:
{
"require": {
// ...
"helthe/segmentio-bundle": "dev-master"
}
}
$ composer require 'helthe/segmentio-bundle=dev-master'
<?php
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new Helthe\Bundle\SegmentioBundle\HeltheSegmentioBundle(),
);
}
For bugs or feature requests, please create an issue.