draeli/mysql-bundle

Mysql utils

Installs: 48

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:symfony-bundle

1.0.28 2020-02-11 09:08 UTC

This package is auto-updated.

Last update: 2024-04-11 18:19:56 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],