{ "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" } } }
info at phpclasses dot org