PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Adrian M   UpMVC PHP CRUD Framework   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: UpMVC PHP CRUD Framework
Build CRUD Apps with JS Action Confirmations
Author: By
Last change:
Date: 6 months ago
Size: 604 bytes
 

Contents

Class file image Download
{ "name": "bitshost/upmvc-crud", "description": "Building a Simple PHP CRUD Application with JavaScript Confirmation", "require": { "php": ">=8.2", "another-vendor/package": "1.*", "ext-mysqli": "*" }, "authors": [ { "name": "Adrian D", "email": "contact@delvirai.net", "homepage": "https://upmvc.com", "role": "Developer" } ], "license": [ "MIT" ], "autoload": { "psr-4": { "MyApp\\": "src/", "MyApp\\Config\\": "config/" } } }