Releases: php-mvc-project/php-mvc
Releases · php-mvc-project/php-mvc
PHP MVC v1.2.0
Important changes to the function names:
- The function
Model::use()
has been renamed toModel::set()
; - The function
AppBuilder::use()
has been renamed toAppBuilder::useAppContext()
.
PHP MVC v1.1.1
Meet the best implementation of the MVC (Model-View-Controller) architectural pattern in PHP!
Features
- Templates
- Routing
- Filters
- Cache
- Validation
- Data annotation
- Security
Requirements
- PHP 7.x
License
The MIT License (MIT)