jdr / mailer-bundle
Bundle for jdr/mailer to provide integration with symfony
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^7.1
- jdr/mailer: ~0.0.1
- jdr/mailer-swift-mailer-bridge: ^0.1.1
- symfony/config: ^2.8|^3.0|^4.0
- symfony/dependency-injection: ^2.8|^3.0|^4.0
- symfony/http-kernel: ^2.8|^3.0|^4.0
- symfony/templating: ^2.8|^3.0|^4.0
Requires (Dev)
- phpunit/phpunit: ~5.0
- scrutinizer/ocular: ~1.1
- squizlabs/php_codesniffer: ~2.3
This package is auto-updated.
Last update: 2024-11-12 02:37:49 UTC
README
The MailerBundle
provides integration with symfony for Mailer.
Install
Via Composer
$ composer require jdr/mailer-bundle
Usage
Please see Mailer.
<?php $mailer = $container->get('jdr.mailer'); $mailer->sendEmail(WelcomeEmail($user));
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Security
If you discover any security related issues, please email dev@johanderuijter.nl instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.