Libraries tagged by mvccore
thecodeholic/php-mvc-core
4277 Downloads
mvccore/mvccore
6258 Downloads
MvcCore is PHP MVC framework to develop and pack projects (partialy or completely) into super fast single file apps and tools.
leafs/mvc-core
12198 Downloads
Core files specific to MVC based leaf frameworks like Leaf MVC and Leaf API.
mvccore/ext-debug-tracy-mvccore
4853 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.
mvccore/ext-view-helper-internationalized
362 Downloads
MvcCore - Extension - View - Helper - Internationalized - abstract class to process date, number or money formating by `Intl` extension or by locale formating conventions.
mvccore/ext-view-helper-assets
653 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-view-helper
664 Downloads
MvcCore - Extension - View - Helper - abstract class code and interface support code to create more sofisticated view helpers with better setup and protected properties.
mvccore/ext-tool-locale-floatparser
1252 Downloads
MvcCore - Extension - Tool - Locale - FloatParser - parse float by automatic floating point detection or parse float value by `Intl` extension.
mvccore/ext-tool-locale
408 Downloads
MvcCore - Extension - Tool - Locale - properly set and get system locale settings by PHP ` setlocale();` across any system platform.
mvccore/ext-router-extended
362 Downloads
MvcCore - Extension - Router - Extended - trait with additional properties, setters and getters required by extended router implementations - localized router and media site version router.
mvccore/ext-model-db
533 Downloads
MvcCore - Extension - Model - Database - base model database extension with base and abstract classes and interfaces to work with sql queries in more comfortable API.
mvccore/ext-form-field-text
633 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-selection
371 Downloads
MvcCore - Extension - Form - Field - Selection - form field types - select, country select, checkbox, radio button, color and checkboxes group.
mvccore/ext-form-field-numeric
398 Downloads
MvcCore - Extension - Form - Field - Numeric - form field types - input:number and input:range.
mvccore/ext-form-field-button
621 Downloads
MvcCore - Extension - Form - Field - Button - form field types - button:submit, button:reset, input:submit, input:reset and image.