helthe/segmentio-bundle

Helthe Segment.io bundle for Symfony 2

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

This package is auto-updated.

Last update: 2024-02-29 02:52:25 UTC


README

Helthe Segment.io Bundle integrates the Helthe Segment.io Component with your Symfony2 application.

Installation

Step 1: Add package requirement in Composer

Manually

Add the following in your composer.json:

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

Using the command line

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

Step 2: Register the bundle in the kernel

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Helthe\Bundle\SegmentioBundle\HeltheSegmentioBundle(),
    );
}

Bugs

For bugs or feature requests, please create an issue.