2017 © Pedro Peláez
 

symfony-bundle swift-reader-bundle

CocoricoSwiftReaderBundle is a free symfony bundle to read emails sent by Swift Mailer.

image

cocorico/swift-reader-bundle

CocoricoSwiftReaderBundle is a free symfony bundle to read emails sent by Swift Mailer.

  • Friday, December 15, 2017
  • by cocolabssas
  • Repository
  • 3 Watchers
  • 6 Stars
  • 170 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 4 Versions
  • 15 % Grown

The README.md

CocoricoSwiftReaderBundle

CocoricoSwiftReaderBundle is a free Symfony bundle to read emails sent by Swift Mailer from the Symfony Web Debug Toolbar., (*1)

Installation

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

$ php composer.phar require --dev cocorico/swift-reader-bundle

Enable the Bundle

Then, enable the bundle by adding the following line in the app/config/AppKernel.php file of your project:, (*3)

...
    if (in_array($this->getEnvironment(), array('dev', 'test'), true)) {
        ...
        $bundles[] = new Cocorico\SwiftReaderBundle\CocoricoSwiftReaderBundle();
    }
...

Update the routing

Add the main route by adding the following lines in the app/config/routing_dev.yml file of your project:, (*4)

...
_cocorico_swift_reader:
    resource: "@CocoricoSwiftReaderBundle/Resources/config/routing.yml"
    prefix:   /_cocorico_swift_reader

Configuration

It is possible to modify the path where the emails are stored by adding the following lines in the app/config/config_dev.yml file of your project:, (*5)

...
cocorico_swift_reader:
    path: "your/path/here"

Usage

One you have installed the bundle, you can read emails by clicking on the link Swift Reader in the profiler toolbar., (*6)

License

This bundle is under the MIT license. See the complete license in the bundle., (*7)

About Us

This bundle is sponsored by Cocolabs creator of [Cocorico][2] an open source marketplace solution for services and rentals., (*8)

The Versions

15/12 2017

dev-symfony-3.4-upgrade

dev-symfony-3.4-upgrade http://www.cocorico.io

CocoricoSwiftReaderBundle is a free symfony bundle to read emails sent by Swift Mailer.

  Sources   Download

MIT

The Requires

 

by Cocolabs SAS

mail email swiftmailer mailer reader

29/07 2017

0.1.x-dev

0.1.9999999.9999999-dev http://cocorico.io

CocoricoSwiftReaderBundle is a free symfony bundle to read emails sent by Swift Mailer.

  Sources   Download

MIT

The Requires

 

by Cocolabs SAS

mail email swiftmailer mailer reader

29/07 2017

dev-master

9999999-dev http://cocorico.io

CocoricoSwiftReaderBundle is a free symfony bundle to read emails sent by Swift Mailer.

  Sources   Download

MIT

The Requires

 

by Cocolabs SAS

mail email swiftmailer mailer reader

29/07 2017

v0.1.0

0.1.0.0 http://cocorico.io

CocoricoSwiftReaderBundle is a free symfony bundle to read emails sent by Swift Mailer.

  Sources   Download

MIT

The Requires

 

by Cocolabs SAS

mail email swiftmailer mailer reader