Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

texthtml/silex-swiftmailer-profiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

silex-swiftmailer-profiler

Provides Swiftmailer emails logging for Silex Web Profiler

Installation

Install the silex-swiftmailer-profiler using composer.

composer require texthtml/silex-swiftmailer-profiler "^2.0@dev"

Registering

$app->register(new \TH\SilexSwiftmailerProfiler\SwiftmailerProfilerServiceProvider());

Be sure to do this after registering WebProfilerServiceProvider.