PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Cyril Ogana   PHP DBAL Wrapper   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP DBAL Wrapper
Establish database connections with Doctrine DBAL
Author: By
Last change: - Add mariadb platform option for Mariadb 10.2 and above
(use MySQL platform option for 10.1 and below)
- Require to PHP 7.2 minimum
- Require phpunit 8
Date: 4 years ago
Size: 985 bytes
 

Contents

Class file image Download
{ "keywords": [ "Doctrine DBAL Wrapper" ], "autoload" : { "psr-4" : { "cymapgt\\Exception\\" : "src/Exception", "cymapgt\\core\\utility\\db\\" : "src" } }, "autoload-dev" : { "psr-4" : { "cymapgt\\core\\utility\\db\\tests\\" : "tests" } }, "name" : "cymapgt/db", "type" : "library", "description" : "Light wrapper around Doctrine DBAL library", "license" : "BSD-3-clause", "require" : { "php" : ">=7.2.0", "doctrine/dbal" : "~2.9.0" }, "require-dev" : { "phpunit/phpunit" : "8.*" }, "support" : { "email" : "cogana@gmail.com", "source" : "https://github.com/cymapgt/DB" }, "authors" : [{ "name" : "Cyril Ogana", "email" : "cogana@gmail.com", "homepage" : "http://www.cymapk.com", "role" : "Maintainer" }], "homepage" : "https://github.com/cymapgt/DB" }