Designed to simplify DBAL manipulation with MySQL in the KISS spirit.
Prerequisites :
- Symfony 4.4 or higher
- Php 7.2 or higher
- Composer
Use Composer to do installation (cf. https://getcomposer.org/doc/00-intro.md)
Download and install components with :
$ composer require "draeli/mysql-bundle"
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],