Libraries tagged by mvccore
abiz/abd-php-mvc-core
18 Downloads
mvccore/project-portable
25 Downloads
MvcCore - Project - Basic - Template For Portable Packing - basic website template project packing demonstration.
mvccore/project-basic-portable
29 Downloads
MvcCore - Project - Basic - basic website project, designed for full portable build/pack.
mvccore/project-basic
39 Downloads
MvcCore - Project - Basic - basic website project, not designed for full portable build/pack.
mvccore/packager
204 Downloads
Library to pack any type of app into PHAR archive or any MvcCore app into single PHP super fast result file.
mvccore/ext-view-helper-writebyjs
26 Downloads
MvcCore - Extension - View - Helper - WriteByJs - prevent sensitive content against spam bots and convert content into JS `document.write(String.fromCharCode(...));`.
mvccore/ext-view-helper-dataurl
59 Downloads
MvcCore - Extension - View - Helper - Data URL - get any file content by given relative or absolute path in data url format: `data:image/png;base64,iVBOR..`.
mvccore/ext-view-helper-all
14 Downloads
MvcCore - Extension - View - Helper - All - all MvcCore View Helper extensins together.
mvccore/ext-tool-image
175 Downloads
MvcCore - Extension - Tool - Image - object oriented image processing tool supporting many popular web images operations.
mvccore/ext-router-module-media-localization
14 Downloads
MvcCore - Extension - Router - Modules With Media & Localization - extension to manage multiple websites in a single project, to manage website media versions (full/tablet/mobile) for different templates/CSS/JS files rendering and to manage website localizations (language or language and locale), optionally contained in URL address in the beginning.
mvccore/ext-router-module-media
14 Downloads
MvcCore - Extension - Router - Modules With Media - extension to manage multiple websites in a single project and to manage website media versions (full/tablet/mobile) for different templates/CSS/JS files rendering, optionally contained in a domain or in URL address in the beginning.
mvccore/ext-router-module-localization
27 Downloads
MvcCore - Extension - Router - Modules With Localization - extension to manage multiple websites in a single project and to manage website localizations (language or language and locale), optionaly contained in a domain or in URL address in the beginning.
mvccore/ext-router-module
52 Downloads
MvcCore - Extension - Router - Modules - extension to manage multiple websites in a single project, defined by domain routes, targeted by module property in URL completing.
mvccore/ext-request-cli
14 Downloads
MvcCore - Extension - Request - CLI - console arguments parsing into \MvcCore\Request object.
mvccore/ext-request-apachedpi
23 Downloads
MvcCore - Extension - Request - Apache DPI - request BasePath property correction for applications using Apache .htaccess [DPI] flag.