承接 it/swift-mailer-logger-bundle 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

it/swift-mailer-logger-bundle

Composer 安装命令:

composer require it/swift-mailer-logger-bundle

包简介

A simple Monolog and Database logger for SwiftMailer emails

README 文档

README

Symfony2 Bundle for logging all emails sent with SwiftMailer.

Installation

Install with composer :

composer require it/swift-mailer-logger-bundle

Enable the bundle in your project

// app/AppKernel.php
public function registerBundles()
{
    $bundles = array(
        // ...
        new IT\SwiftMailerLoggerBundle\ITSwiftMailerLoggerBundle(),
        // ...
    );
}

Config

Add the following line to your config.yml :

# app/config/config.yml

it_swift_mailer_logger:
    level:              debug          # Default to "info"
    type:               rotating_file  # Default to "rotating_file"
    path:               ~              # Default to "%kernel.logs_dir%/mailer.%kernel.environment%.log"
    max_files:          15             # Défault to 10
#    enable_db_logger:  false          # Default to false. Set it to true to enable the database logger

Usage

A log file will automatically be created and filled when emails are sent. Turn ON the database logger to log all emails sent into your database.

Warning : If you want to use the database logger, don't forget to update your database with the following command :

php app/console doctrine:schema:update --dump-sql --force 

统计信息

  • 总下载量: 116
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-12-08

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固