helthe / mandrill-bundle
Symfony 2 的 Helthe Mandrill 包
dev-master / 1.0.x-dev
2014-05-14 16:40 UTC
Requires
- php: >=5.4
- helthe/mandrill: dev-master
- symfony/framework-bundle: ~2.3
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(), ); }
错误
对于错误或功能请求,请 创建一个问题。