PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Alex McArrow   PHP MySQL DBI   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP MySQL DBI
Access MySQL databases using the MySQLi extension
Author: By
Last change:
Date: 1 year ago
Size: 523 bytes
 

Contents

Class file image Download
{ "name": "alexmcarrow/db", "type": "library", "description": "MySQL(i) class", "keywords": ["mysql","mysqli"], "homepage": "https://github.com/AlexMcArrow/db", "license": "MIT", "authors": [ { "name": "Alex McArrow", "email": "alex.mcarrow@gmail.com", "homepage": "http://mcarrow.ru", "role": "Developer" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-0": { "DBI": "." } } }