PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Rafael Lúcio   SQLTools   ???   Download  
File: ???
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: 1 month 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": "[email protected]" } ], "minimum-stability": "stable", "require": { "php" : ">=5.3.0" }, "autoload": { "psr-0" : { "SQLTools" : "src/" } } }