Skip to content

Releases: php-mvc-project/php-mvc

PHP MVC v1.2.0

29 May 19:24
Compare
Choose a tag to compare

Important changes to the function names:

  • The function Model::use() has been renamed to Model::set();
  • The function AppBuilder::use() has been renamed to AppBuilder::useAppContext().

PHP MVC v1.1.1

29 May 04:06
Compare
Choose a tag to compare

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)