Skip to content

Symfony Bundle to manage MySQL DBAL uses in easy way

License

Notifications You must be signed in to change notification settings

Draeli/SfBundleMySQL

Repository files navigation

MySQL Bundle

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],

About

Symfony Bundle to manage MySQL DBAL uses in easy way

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages