承接 trois-six/mysql-postfix-admin-bundle 相关项目开发

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

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

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

  1. Register the bundle in your app/AppKernel.php:
public function registerBundles()
{
    ...
    new TroisSix\MysqlPostfixAdminBundle\TroisSixMysqlPostfixAdminBundle(),
    ...
}
  1. Add to your app/config/config.yml the 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

GitHub 信息

  • Stars: 2
  • Watchers: 2
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-07-29