daruwanov/silex-provider-mandrill-messages
Composer 安装命令:
composer require daruwanov/silex-provider-mandrill-messages
包简介
README 文档
README
Mandrill Messages service provider for silex micro-framework. This provider implement relations only with Mandrill_Messages class. For more information about mandrill\mandrill, please check here: https://packagist.org/packages/mandrill/mandrill
Example
<?php use Silex\Application; use Daruwanov\Provider\MandrillMessagesServiceProvider; $app = new Application(); $app->register(new MandrillMessagesServiceProvider(), array( "mandrill" => array( 'password'=>$password ) )); $m = $app['mandrill.messages']; $m->sendTemplate($templatename, $templatedata, $messageData);
Install with Composer
{ require: { "daruwanov/silex-provider-mandrill-messages": "dev-master" } }
统计信息
- 总下载量: 2.9k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-03-26