PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Aleksey   PHP MVC Project   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP MVC Project
Framework that implements the MVC design pattern
Author: By
Last change:
Date: 6 years ago
Size: 522 bytes
 

Contents

Class file image Download
{ "name": "php-mvc-project/php-mvc", "description": "Implementation of the MVC (Model-View-Controller) architectural pattern in PHP.", "keywords": ["mvc"], "license": "MIT", "type": "library", "authors": [ { "name": "Meet Aleksey", "homepage": "https://github.com/meet-aleksey" } ], "require": { "php": ">=7.0" }, "require-dev": { "phpunit/phpunit": "^7" }, "autoload": { "psr-4": { "PhpMvc\\": "src" } } }