Download the PHP package drmvc/framework without Composer
On this page you can find all versions of the php package drmvc/framework. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package framework
DrMVC\Framework
A framework that combines some modules. necessary to create a full-fledged web application.
composer require drmvc/framework
How to use
More examples you can find here.
Example of index.php
inside public_html
folder:
Example of Index
controller inside app/Controllers
folder:
Where to get help
If you found the bug, please report about this on GitHub Issues page.
About PHP Unit Tests
First need to install all dev dependencies via composer update
, then
you can run tests by hands from source directory via ./vendor/bin/phpunit
command.
Links
- DrMVC Framework
- Slim - Is a PHP micro framework, I really like how there are implemented the PSR-4 conception.
- SimpleMVC - it was a very exciting project, before the author renamed this to Nova
- Phalcon - Simple and clean code of your application
All versions of framework with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.0
psr/container Version ^1.0
zendframework/zend-diactoros Version ^1.7
drmvc/config Version ^3.0.0
drmvc/router Version ^3.0.0
drmvc/database Version ^3.0.0
psr/container Version ^1.0
zendframework/zend-diactoros Version ^1.7
drmvc/config Version ^3.0.0
drmvc/router Version ^3.0.0
drmvc/database Version ^3.0.0
The package drmvc/framework contains the following files
Loading the files please wait ....