trois-six/mysql-postfix-admin-bundle
最新稳定版本:0.1.4
Composer 安装命令:
composer require trois-six/mysql-postfix-admin-bundle
包简介
Symfony 2 bundle that helps you manage Postfix Admin MySQL tables
README 文档
README
Helps you manage Postfix Admin MySQL tables.
See postfixadmin.sourceforge.net for more information and documentation about Postfix Admin.
Installation / Usage
Install with composer :
$ composer require trois-six/mysql-postfix-admin-bundle
Configuration
- Register the bundle in your
app/AppKernel.php:
public function registerBundles() { ... new TroisSix\MysqlPostfixAdminBundle\TroisSixMysqlPostfixAdminBundle(), ... }
- Add to your
app/config/config.ymlthe postfix database configuration : (replace the values by the ones you need)
trois_six_mysql_postfix: connection: host: database_host user: database_user dbname: database_name password: database_password
统计信息
- 总下载量: 45
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-07-29