PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of Adrian M   upMVC   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: upMVC
Pure PHP web development without other frameworks
Author: By
Last change: up
up
Date: 3 months ago
Size: 838 bytes
 

Contents

Class file image Download
{ "name": "bitshost/upmvc", "description": "upMVC. Modular Model View Controller. A modular PHP MVC system with integrated routing for scalable and organized web applications. Built-in Namespace Support. Object-Oriented Programming (OOP).", "type": "project", "minimum-stability": "stable", "prefer-stable": true, "require": { "php": ">=8.1", "gabordemooij/redbean": "^5.7" }, "require-dev": { "phpunit/phpunit": "^10.5", "phpstan/phpstan": "^1.10" }, "authors": [ { "name": "Adrian D", "email": "contact@delvirai.net", "homepage": "https://upmvc.com", "role": "Developer" } ], "license": [ "MIT" ], "autoload": { "psr-4": { "App\\": "src/" } } }