Download the PHP package henrikbjorn/stampie-bundle without Composer
On this page you can find all versions of the php package henrikbjorn/stampie-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download henrikbjorn/stampie-bundle
More information about henrikbjorn/stampie-bundle
Files in henrikbjorn/stampie-bundle
Package stampie-bundle
Short Description This bundle provides integration for Stampie Email Library
License MIT
Informations about the package stampie-bundle
StampieBundle
Integrates Stampie with Symfony.
Usage
Add Stampie\StampieBundle\StampieBundle()
to your AppKernel.php
in the registerBundles
method.
Add the configuration to config.yml
as follows
The HttpClient used by the bundle is configurable. By default, it uses the service httplug.client
, which
is the name of the default HTTP client when using HttplugBundle.
Using this bundle is optional. You can provide your own service integrating HTTPlug:
StampieExtra
This bundles allows you to use StampieExtra easily: add the extra library in your project. The integration is activated automatically to wrap the mailer in the extra mailer dispatching events. An integration with the profiler is also provided.
If you want to enable the ImpersonateListener to send all emails to the same address, provide a non-empty delivery address:
All versions of stampie-bundle with dependencies
symfony/console Version ^4.4.30 || ^5.3
symfony/config Version ^4.4.30 || ^5.3
symfony/dependency-injection Version ^4.4.31 || ^5.3
symfony/framework-bundle Version ^4.4.31 || ^5.3
symfony/http-kernel Version ^4.4.32 || ^5.3
stampie/stampie Version ^1.0