electro2 / mysql-postfix-admin-bundle
Symfony 2 bundle that helps you manage Postfix Admin MySQL tables
Package info
github.com/electro2/mysqlpostfixadminbundle
Type:symfony-bundle
pkg:composer/electro2/mysql-postfix-admin-bundle
0.1.6
2015-12-05 17:46 UTC
Requires
- symfony/symfony: 2.8.*
This package is not auto-updated.
Last update: 2026-03-19 00:33:19 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 electro2/mysql-postfix-admin-bundle
Configuration
- Register the bundle in your
app/AppKernel.php:
public function registerBundles() { ... new Electro2\MysqlPostfixAdminBundle\electro2MysqlPostfixAdminBundle(), ... }
- Add to your
app/config/config.ymlthe postfix database configuration : (replace the values by the ones you need)
electro_2_mysql_postfix: connection: host: database_host user: database_user dbname: database_name password: database_password