PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Stefan Gabos   Zebra Database   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Zebra Database
MySQL database access wrapper library
Author: By
Last change:
Date: 8 years ago
Size: 759 bytes
 

Contents

Class file image Download
{ "name": "stefangabos/zebra_database", "type": "library", "description": "An advanced, compact and lightweight MySQL database wrapper library, built around PHP's MySQLi extension.", "keywords": ["mysqli", "mysql", "wrapper", "database", "db", "class", "library", "php"], "homepage": "http://stefangabos.ro/php-libraries/zebra-database/", "license": "LGPL-3.0", "authors": [ { "name": "Stefan Gabos", "email": "contact@stefangabos.ro", "homepage": "http://stefangabos.ro/", "role": "Developer" } ], "require": { "php": ">=5.0.0" }, "version": "2.9.0", "autoload": { "classmap": [ "Zebra_Database.php" ] } }