Libraries tagged by mvccore
evuru/chintua-php-mvc-core
17 Downloads
eork/php-mvc-core
8 Downloads
corepackage/php-mvc-core
8 Downloads
cleveruz/php-mvc-core
17 Downloads
boomee/php-mvc-core
10 Downloads
aram-hamo/mvc-core
109 Downloads
The core component of aram-hamo/mvc
andreidediu/mxv-php-mvc-core
11 Downloads
abubakr/php-mvc-core
14 Downloads
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..`.