clementdecou / simply-mvc
Simply Framework extension to add the availability using MVC pattern in WordPress
Package info
Type:wordpress-muplugin
pkg:composer/clementdecou/simply-mvc
v0.1.6
2023-12-09 15:48 UTC
Requires
- clementdecou/simply-maker: ^0.3
- symfony/http-foundation: ^6.3
- symfony/http-kernel: ^6.3
README
Simply Framework extension to add the availability using MVC pattern in WordPress.
It integrates :
- Add Router with
Route(using PHP 8 attributes) - Real Controller with Request and Response with the Symfony HttpFoundation Component
- Adding resolver like Symfony Resolvers