Download the PHP package sgomez/debug-swiftmailer-bundle without Composer
On this page you can find all versions of the php package sgomez/debug-swiftmailer-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sgomez/debug-swiftmailer-bundle
More information about sgomez/debug-swiftmailer-bundle
Files in sgomez/debug-swiftmailer-bundle
Package debug-swiftmailer-bundle
Short Description SwiftMailer Extension Bundle for debugging with Behat and Web Profiler
License MIT
Informations about the package debug-swiftmailer-bundle
SgomezDebugSwiftMailerBundle
This bundles provides a new DataCollector to the Symfony Web Profiler and a Behat Context to debug the spooled messages sent with SwiftMailer.
Installation
Step 1: Download the bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
This command requires you to have Composer installed globally, as explained in the Composer documentation.
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles in the
app/AppKernel.php
file of your project:
Step 3: Enable the Behat Extension
Load the extension of the bundle by adding this configuration in your behat.yml
file:
Acknowledgement
Work based on the next bundles and articles:
All versions of debug-swiftmailer-bundle with dependencies
behat/behat Version ~3.0
behat/symfony2-extension Version ~2.1
phpunit/phpunit Version ~5.1
swiftmailer/swiftmailer Version ^5.0|^6.0
symfony/dependency-injection Version ~2.8|^3.0|^4.0
symfony/web-profiler-bundle Version ~2.8|^3.0|^4.0