PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Cristian Radu   PHP Database Model   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Database Model
Access model objects stored in a database
Author: By
Last change:
Date: 1 month ago
Size: 511 bytes
 

Contents

Class file image Download
{ "name": "kris-ro/php-database-model", "description": "PHP Model for querying database", "type": "library", "require": { "php": "8.*" }, "require-dev": { "phpunit/phpunit": "^10.5" }, "license": "MIT", "autoload": { "psr-4": { "KrisRo\\PhpDatabaseModel\\": "src/" } }, "authors": [ { "name": "cristianradu", "email": "kris_ro@yahoo.com" } ], "minimum-stability": "stable" }