Libraries tagged by mvc5
mvccore/packager
200 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-truncate
342 Downloads
MvcCore - Extension - View - Helper - Truncate - truncate plain text or text with html tags to max. chars.
mvccore/ext-view-helper-internationalized
398 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-formatnumber
323 Downloads
MvcCore - Extension - View - Helper - FormatNumber - format number by `Intl` extension or by locale formating conventions or by explicit or default arguments.
mvccore/ext-view-helper-formatdate
343 Downloads
MvcCore - Extension - View - Helper - FormatDate - format given date or time by `Intl` extension or by `strftime()` as fallback.
mvccore/ext-view-helper
790 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-mimetype-extension
368 Downloads
MvcCore - Extension - Tool - MimeType & Extensions - extension to get file mimetype(s) strings array from file extension string or to get file extension(s) strings array from file mimetype string.
mvccore/ext-tool-locale-floatparser
1308 Downloads
MvcCore - Extension - Tool - Locale - FloatParser - parse float by automatic floating point detection or parse float value by `Intl` extension.
mvccore/ext-tool-locale
483 Downloads
MvcCore - Extension - Tool - Locale - properly set and get system locale settings by PHP ` setlocale();` across any system platform.
mvccore/ext-tool-collections
298 Downloads
MvcCore - Extension - Tool - Collections - extension with collection classes for typed arrays in PHP.
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-router-media
363 Downloads
MvcCore - Extension - Router - Media - extension to manage website media versions (full/tablet/mobile) for different templates/CSS/JS files rendering, optionally contained in URL address in the beginning.
mvccore/ext-router-localization
322 Downloads
MvcCore - Extension - Router - Media & Localization - extension to manage website localizations (language or language and locale). For any HTTP method, multi or single language (or lang. with locale) patterns and reverses, URL addresses like `/en/path` or `/en-US/path`, very configurable.
mvccore/ext-router-extended
418 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-sqlite
95 Downloads
MvcCore - Extension - Model - Database - SQLite - extension to work with SQLite queries in more comfortable API.