Libraries tagged by mvccore
mvccore/ext-debug-tracy-routing
5301 Downloads
MvcCore - Extension - Debug - Tracy - Panel Routing - render and add into tracy debug panel all configured routes in current MvcCore application router and to display currently matched route.
mvccore/ext-debug-tracy-auth
3837 Downloads
MvcCore - Extension - Debug - Tracy - Panel Auth - render and add into tracy debug panel currently authenticated user from \MvcCore\Ext\Auth service singleton instance, printed by \Tracy\Dumper::toHtml(\MvcCore\Ext\Auth::GetInstance()->GetUser());.
mvccore/ext-debug-tracy
6032 Downloads
MvcCore - Extension - Debug - Tracy - adapter class for Nette Framework `tracy/tracy` library.
mvccore/ext-auth-basic
804 Downloads
MvcCore - Extension - Auth - Basic - simple authentication extension, only to signin/signout user. Extension can use credentials defined in system `config.ini` or in database. Possibility to extend user, signin/signout forms, submit controller and extension class itself.
phpffcms/ffcms
300 Downloads
FFCMS 3 version based on MVC core ffcms-core.
mahaelshawardy/mvccore
11 Downloads
zum/php-mvc-core
11 Downloads
zdv/php-mvc-core
0 Downloads
zadav/php-mvc-core
8 Downloads
yzh/php-mvc-core
8 Downloads
yassersoliman/php-mvc-core
14 Downloads
webdevpro/php-mvc-core
10 Downloads
walumbe/mvc-core
9 Downloads
volodimeru/php-mvc-core
2 Downloads
voboghure/php-mvc-core
7 Downloads
At the heart of the framework is the MVC pattern, which separates the application logic into three distinct components: the Model, the View, and the Controller.