vccw/mailcatcher
最新稳定版本:0.2.2
Composer 安装命令:
composer require vccw/mailcatcher
包简介
README 文档
README
Re-routes all WordPress emails to Mailcatcher.
How to use
Place a plugin into mu-plugins
Place a plugins into wp-content/mu-plugins like following.
<?php
/*
Plugin Name: mu-plugin for example.com
*/
require_once dirname( __FILE__ ) . '/vendor/autoload.php';
Create a composer.json
Create and place a composer.json into wp-content/mu-plugins.
{
"name": "mu-plugins",
"authors": [
{
"name": "John Smith",
"email": "john@example.com"
}
],
"require-dev": {
"vccw/mailcatcher": "*"
}
}
Install libraries
Then run a composer command.
$ composer install
How to development
$ git clone git@github.com:vccw-team/mailcatcher.git
$ cd mailcatche
$ composer install
Running a PHPUnit
After you run a composer install, then run phpunit.
$ phpunit
统计信息
- 总下载量: 953
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL2
- 更新时间: 2015-08-08