PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Rodrigo Faustino   PHP MVC App   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP MVC App
MVC based application for the Web and as an API
Author: By
Last change:
Date: 12 days ago
Size: 447 bytes
 

Contents

Class file image Download
{ "name": "phpapp/app", "description": "A simple PHP MVC application for user management.", "type": "project", "require": { "php": "^7.4 || ^8.0", "vlucas/phpdotenv": "^5.4" }, "autoload": { "psr-4": { "App\\": "app/" } }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "minimum-stability": "stable", "prefer-stable": true }