Libraries tagged by plugin framework
mvccore/ext-view-helper-formatnumber
324 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-formatmoney
256 Downloads
MvcCore - Extension - View - Helper - FormatMoney - format money by `Intl` extension or by locale formating conventions or by explicit or default arguments.
mvccore/ext-view-helper-formatdate
344 Downloads
MvcCore - Extension - View - Helper - FormatDate - format given date or time by `Intl` extension or by `strftime()` as fallback.
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-assets
776 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-all
14 Downloads
MvcCore - Extension - View - Helper - All - all MvcCore View Helper extensins together.
mvccore/ext-view-helper
791 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-translator-csv
54 Downloads
MvcCore - Extension - Translator - CSV - simple CSV translator implementation.
mvccore/ext-translator
249 Downloads
MvcCore - Extension - Translator - abstract class and interface support code to create more sofisticated translators.
mvccore/ext-tool-ts-generator
190 Downloads
MvcCore - Extension - Tool - TypeScript Generator - utility to easilly generate TypeScript classes, interfaces or enums from PHP equivalents.
mvccore/ext-tool-mimetype-extension
369 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
1309 Downloads
MvcCore - Extension - Tool - Locale - FloatParser - parse float by automatic floating point detection or parse float value by `Intl` extension.
mvccore/ext-tool-locale
484 Downloads
MvcCore - Extension - Tool - Locale - properly set and get system locale settings by PHP ` setlocale();` across any system platform.
mvccore/ext-tool-image
175 Downloads
MvcCore - Extension - Tool - Image - object oriented image processing tool supporting many popular web images operations.
mvccore/ext-tool-csp
302 Downloads
MvcCore - Extension - Tool - Csp - utility to easilly complete `Content-Security-Policy` HTTP header.