PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Boss Ibrahim Mussa   Wepesi PHP ORM Framework   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Wepesi PHP ORM Framework
Execute common SQL queries using object functions
Author: By
Last change:
Date: 1 year ago
Size: 414 bytes
 

Contents

Class file image Download
{ "name": "wepesi/orm", "description": "simple orm build for php", "type": "library", "license": "Apache-2.0", "minimum-stability": "beta", "autoload": { "psr-4": { "Wepesi\\App\\": "src/" } }, "authors": [ { "name": "bim-g", "email": "ibmussafb@gmail.com" } ], "require": { "php": ">=7.4" } }