PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of yogesh   PHP MySQLi Class Library   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP MySQLi Class Library
Store and retrieve objects in MySQL using arrays
Author: By
Last change:
Date: 3 years ago
Size: 679 bytes
 

Contents

Class file image Download
{ "name": "joshcam/mysqli-database-class", "description": "PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements", "license": "GPL-3.0", "authors": [ { "name": "Josh Campbell", "email": "josh.lee.campbell@gmail.com", "homepage": "https://github.com/joshcam", "role": "Developer" }, { "name": "Alexander V. Butenko", "email": "a.butenka@gmail.com", "homepage": "http://smarttechdo.com", "role": "Developer" } ], "require": { "php": ">=5.3.0" }, "autoload": { "files": ["MysqliDb.php", "dbObject.php"] } }