Libraries tagged by mvccore
thecodeholic/php-mvc-core
4688 Downloads
leafs/mvc-core
23836 Downloads
Core files specific to MVC based leaf frameworks like Leaf MVC and Leaf API.
mvccore/mvccore
6878 Downloads
MvcCore is PHP MVC framework to develop and pack projects (partialy or completely) into super fast single file apps and tools.
erdiko/core
2753 Downloads
Erdiko micro MVC core libraries
mvccore/ext-debug-tracy-mvccore
5179 Downloads
MvcCore - Extension - Debug - Tracy - Panel MvcCore - render and add into tracy debug panel current MvcCore application instance, printed by \Tracy\Dumper::toHtml(\MvcCore\Application::GetInstance()); to display main application objects used to render current page response. Rendered objects inside MvcCore app: \MvcCore\Request, \MvcCore\Response, \MvcCore\Router, \MvcCore\Controller, all preroute, predispatch and postdispatch configured handlers and many other internal application values.
tn/php-mvc-core
115 Downloads
Mini PHP MVC framework
realtyna/mvc-core
433 Downloads
Core library to create WordPress plugin in MVC design pattern
gulahack/php-mvc-core
4 Downloads
mvccore/ext-view-helper-assets
825 Downloads
MvcCore - Extension - View - Helper - Assets - to group, render, minify and cache javascript and css files, to prepare all application assets for final application packing.
mvccore/ext-tool-locale
519 Downloads
MvcCore - Extension - Tool - Locale - properly set and get system locale settings by PHP ` setlocale();` across any system platform.
mvccore/ext-form-field-text
858 Downloads
MvcCore - Extension - Form - Field - Text - form field types - input:text, input:email, input:password, input:search, input:tel, input:url and textarea.
mvccore/ext-form-field-button
849 Downloads
MvcCore - Extension - Form - Field - Button - form field types - button:submit, button:reset, input:submit, input:reset and image.
mvccore/ext-form
4354 Downloads
MvcCore - Extension - Form - form extension with base classes to create and render web forms with HTML5 controls, to handle and validate submited user data, to manage forms sessions for default values, to manage user input errors and to extend and develop custom fields and field groups.
mvccore/ext-debug-tracy-session
5461 Downloads
MvcCore - Extension - Debug - Tracy - Panel Session - render and add into tracy debug panel $_SESSION content and \MvcCore\Session namespaces content.
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.