trois-six / mysql-postfix-admin-bundle
Symfony 2 bundle that helps you manage Postfix Admin MySQL tables
Package info
github.com/TroisSix-36/MysqlPostfixAdminBundle
Type:symfony-bundle
pkg:composer/trois-six/mysql-postfix-admin-bundle
0.1.4
2015-08-04 21:46 UTC
Requires
- doctrine/orm: ~2.2,>=2.2.3,<2.5
- symfony/symfony: 2.6.*
This package is not auto-updated.
Last update: 2026-03-29 01:56:00 UTC
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