PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Rafael Lúcio   SQLTools   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: SQLTools
Create and alter databases, tables and indexes
Author: By
Last change: Update of composer.json
Date: 9 months ago
Size: 399 bytes
 

Contents

Class file image Download
{ "name": "poste9/sqltools", "description": "Utility tools to administrate sql based data bases", "authors": [ { "name": "Rafael Lucio", "email": "poste9@gmail.com" } ], "minimum-stability": "stable", "require": { "php" : ">=5.3.0" }, "autoload": { "psr-0" : { "SQLTools" : "src/" } } }