PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of mohammad anzawi   PHP PDO database class   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP PDO database class
Access databases using PDO
Author: By
Last change: Update composer.json
Update composer.json
New Version (5.0.0)
Date: 3 years ago
Size: 853 bytes
 

Contents

Class file image Download
{ "name": "phptricks/phptricks-orm", "description": "A database class which uses the PDO extension, Supports many drivers", "homepage": "https://github.com/anzawi/php-database-class", "type": "library", "license": "MIT", "support": { "email": "m.anzawi2013@gmail.com", "issues": "https://github.com/anzawi/php-database-class/issues", "source": "https://github.com/anzawi/php-database-class", "docs": "https://anzawi.github.io/phptricksorm-docs/" }, "authors": [ { "name": "mohammad walid anzawi", "email": "m.anzawi2013@gmail.com" } ], "minimum-stability": "beta", "require": { "ext-json": "*", "symfony/console": "^5.1", "ext-pdo": "*" }, "autoload": { "psr-4": { "PHPtricks\\Orm\\": "phptricksORM" }, "files": [ "Config/config_function.php" ] } }