library silex-sendgrid
Silex SendGrid Provider
mrprompt/silex-sendgrid
Silex SendGrid Provider
- Friday, October 21, 2016
- by mrprompt
- Repository
- 1 Watchers
- 3 Stars
- 658 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 4 Forks
- 1 Open issues
- 1 Versions
- 1 % Grown
Silex SendGrid Provider
, (*1)
Install
composer require mrprompt/silex-sendgrid
Usage
use SilexFriends\SendGrid\SendGrid as SendGridServiceProvider;
$app->register(
new SendGridServiceProvider(
$api_name,
$api_key
)
);
$app['sendgrid'](
'foo@bar.bar', // to
'noreply@foobar', // from
'template-name', // template name
['name' => ['Foo Bar']] // template tags
);
Tests
./vendor/bin/phpunit
License
MIT, (*2)
dev-master
9999999-dev
Silex SendGrid Provider
Sources
Download
MIT
The Requires
The Development Requires