PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Victor Bolshov   Tiny PHP ORM Framework   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Tiny PHP ORM Framework
Map objects to databases using composed queries
Author: By
Last change: Renamed generate.php to tinyorm and registered it in composer.json as a
vendor binary
Date: 6 years ago
Size: 339 bytes
 

Contents

Class file image Download
{ "name": "crocodile2u/tinyorm", "require": { "php": ">=5.4.0", "ext-pdo": "*" }, "license": "MIT", "bin": { "tinyorm": "bin/tinyorm" }, "autoload": { "psr-4": { "tinyorm\\": "lib/" } }, "branch-alias": { "dev-master": "1.0.x-dev" }, "require-dev": { "phpunit/phpunit": "^6.2" } }