Libraries tagged by view helpers
scorninpc/slim-smarty-view
261 Downloads
Slim Framework 4 view helper built on top of the Smarty templating component
rayamedia/yima-static-uri-helper
22 Downloads
View Helper to define configurable and on-demand statics uri to loading file assets or generating dynamic links.
poirot/view-helpers
21 Downloads
oscarotero/view-helpers
880 Downloads
Collection of useful functions to use in your templates.
nueve/view-presenter
15 Downloads
A view helper system
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
324 Downloads
MvcCore - Extension - View - Helper - Truncate - truncate plain text or text with html tags to max. chars.
mvccore/ext-view-helper-linebreaks
291 Downloads
MvcCore - Extension - View - Helper - Line Breaks - processing any visible text content for non-line breaking spaces.
mvccore/ext-view-helper-internationalized
377 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
305 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
239 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
325 Downloads
MvcCore - Extension - View - Helper - FormatDate - format given date or time by `Intl` extension or by `strftime()` as fallback.
mvccore/ext-view-helper-dataurl
56 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
730 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
13 Downloads
MvcCore - Extension - View - Helper - All - all MvcCore View Helper extensins together.