draeli / mysql-bundle
Mysql utils
1.0.28
2020-02-11 09:08 UTC
Requires
- php: ^7.2
- sonata-project/exporter: ^2.0
- symfony/filesystem: ~4.1
- symfony/framework-bundle: ~4.1
- symfony/orm-pack: ~1.0
Requires (Dev)
- phpunit/phpunit: ^4.8.35|^5.7.11|^6.5
- symfony/console: ^2.8 || ^3.0 || ^4.0
- symfony/phpunit-bridge: ^2.8 || ^3.0 || ^4.0
This package is auto-updated.
Last update: 2026-03-11 22:42:38 UTC
README
Designed to simplify DBAL manipulation with MySQL in the KISS spirit.
Prerequisites :
- Symfony 4.4 or higher
- Php 7.2 or higher
- Composer
Installation
Use Composer to do installation (cf. https://getcomposer.org/doc/00-intro.md)
Step 1
Download and install components with :
$ composer require "draeli/mysql-bundle"
Step 2
If you used Flex you don't need more manipulation \o/
If you don't used Flex, you need to open file config/bundles.php and add the following line at the end of the configuration table :
Draeli\Mysql\DraeliMysqlBundle::class => ['all' => true],