2017 © Pedro Peláez
 

library silex-provider-mandrill-messages

image

daruwanov/silex-provider-mandrill-messages

  • Sunday, March 6, 2016
  • by daruwanov
  • Repository
  • 1 Watchers
  • 4 Stars
  • 2,866 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

silex-provider-mandrill-messages

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, (*1)

Example

``` php <?php, (*2)

use Silex\Application; use Daruwanov\Provider\MandrillMessagesServiceProvider;, (*3)

$app = new Application(); $app->register(new MandrillMessagesServiceProvider(), array( "mandrill" => array( 'password'=>$password ) ));, (*4)

$m = $app['mandrill.messages']; $m->sendTemplate($templatename, $templatedata, $messageData);, (*5)


Install with Composer ===================== ``` js { require: { "daruwanov/silex-provider-mandrill-messages": "dev-master" } }

The Versions

06/03 2016

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dmytro Arushanov

silex mandrill serviceprovider mandrillmessages

18/11 2014

dev-composer-fixes

dev-composer-fixes

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dmytro Arushanov

silex mandrill serviceprovider mandrillmessages

26/03 2014

dev-tests-fixes

dev-tests-fixes

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dmytro Arushanov

silex mandrill serviceprovider mandrillmessages

26/03 2014

v0.1

0.1.0.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dmytro Arushanov

silex mandrill serviceprovider mandrillmessages