helthe/mandrill-bundle

Symfony 2 的 Helthe Mandrill 包

安装: 11

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

开放问题: 0

类型:symfony-bundle

dev-master / 1.0.x-dev 2014-05-14 16:40 UTC

This package is auto-updated.

Last update: 2024-08-29 03:47:35 UTC


README

Helthe Mandrill Bundle 集成了 Helthe Mandrill 组件 与您的 Symfony2 应用程序。

安装

步骤 1:在 Composer 中添加包依赖

手动添加

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

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

使用命令行

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

步骤 2:在内核中注册该包

<?php
// app/AppKernel.php

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

错误

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