Libraries tagged by mmvc
mvs/worksena
429 Downloads
Micro Framework PHP
mvccore/ext-view-helper-writebyjs
24 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-truncate
312 Downloads
MvcCore - Extension - View - Helper - Truncate - truncate plain text or text with html tags to max. chars.
mvccore/ext-view-helper-linebreaks
289 Downloads
MvcCore - Extension - View - Helper - Line Breaks - processing any visible text content for non-line breaking spaces.
mvccore/ext-view-helper-formatnumber
299 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
237 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
313 Downloads
MvcCore - Extension - View - Helper - FormatDate - format given date or time by `Intl` extension or by `strftime()` as fallback.
mvccore/ext-view-helper-dataurl
49 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-translator-csv
18 Downloads
MvcCore - Extension - Translator - CSV - simple CSV translator implementation.
mvccore/ext-translator
209 Downloads
MvcCore - Extension - Translator - abstract class and interface support code to create more sofisticated translators.
mvccore/ext-tool-ts-generator
183 Downloads
MvcCore - Extension - Tool - TypeScript Generator - utility to easilly generate TypeScript classes, interfaces or enums from PHP equivalents.
mvccore/ext-tool-mimetype-extension
338 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-image
173 Downloads
MvcCore - Extension - Tool - Image - object oriented image processing tool supporting many popular web images operations.
mvccore/ext-tool-csp
244 Downloads
MvcCore - Extension - Tool - Csp - utility to easilly complete `Content-Security-Policy` HTTP header.
mvccore/ext-tool-collections
239 Downloads
MvcCore - Extension - Tool - Collections - extension with collection classes for typed arrays in PHP.