PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Nahid Bin Azhar   Crudx   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Crudx
Store and retrieve objects in MySQL using MySQLi
Author: By
Last change:
Date: 8 years ago
Size: 711 bytes
 

Contents

Class file image Download
{ "name": "nahid/crudx", "description": "Crudx is a mysql query handling library based on PHP", "keywords":["database", "crud", "mysql", "orm", "crudx", "mysqli"], "type": "library", "license": "Creative Common", "authors": [ { "name": "Nahid Bin Azhar", "email": "nahid.dns@gmail.com" } ], "minimum-stability": "dev", "require": { "php": ">=5.4" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "autoload": { "classmap": [ ], "psr-4": { "Nahid\\Crudx\\": "src/" } }, "scripts": { }, "config": { "preferred-install": "dist" } }