helthe/segmentio-bundle

Helthe Segment.io bundle for Symfony 2

安装: 36

依赖者: 0

建议者: 0

安全: 0

星标: 5

关注者: 2

分支: 0

公开问题: 0

类型:symfony-bundle

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

This package is auto-updated.

Last update: 2024-08-29 03:58:02 UTC


README

Helthe Segment.io Bundle将Helthe Segment.io组件集成到您的Symfony2应用程序中。

安装

步骤 1:在Composer中添加包需求

手动

在您的composer.json中添加以下内容

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

使用命令行

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

步骤 2:在kernel中注册bundle

<?php
// app/AppKernel.php

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

错误

对于错误或功能请求,请创建一个问题