PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jorge Castro   PDO One ORM   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PDO One ORM
Access SQL database tables as object using PDO
Author: By
Last change:
Date: 1 year ago
Size: 1,032 bytes
 

Contents

Class file image Download
{ "name": "eftec/pdooneorm", "description": "Procedural PDO Data access class in a single Class", "type": "library", "keywords": [ "dao", "php", "pdo", "orm" ], "homepage": "https://github.com/EFTEC/PdoOneORM", "authors": [ { "name": "Jorge Castro Castillo", "homepage": "https://github.com/EFTEC/" } ], "license": "LGPL-3.0-only", "autoload": { "psr-4": { "eftec\\": "lib/" } }, "autoload-dev": { "psr-4": { "eftec\\tests\\": "tests/", "root\\": "/", "eftec\\examples\\": "examples/" } }, "require": { "php": ">=7.2.5", "eftec/pdoone": "^4.0.1", "ext-pdo": "*", "ext-json": "*" }, "bin": [ "lib/pdooneorm" ], "suggest": { "eftec/validationone": "For keeping and storing the messages" }, "require-dev": { "phpunit/phpunit": "^9.5.13" } }