mvccore/ext-view-helper dependents (6) Order by: name | downloads Show: all | require | require-dev

  • PHP

    mvccore/ext-view-helper-assets

    MvcCore - Extension - View - Helper - Assets - to group, render, minify and cache javascript and css files, to prepare all application assets for final application packing.

  • PHP

    mvccore/ext-view-helper-internationalized

    MvcCore - Extension - View - Helper - Internationalized - abstract class to process date, number or money formating by `Intl` extension or by locale formating conventions.

  • PHP

    mvccore/ext-view-helper-truncate

    MvcCore - Extension - View - Helper - Truncate - truncate plain text or text with html tags to max. chars.

  • PHP

    mvccore/ext-view-helper-linebreaks

    MvcCore - Extension - View - Helper - Line Breaks - processing any visible text content for non-line breaking spaces.

  • PHP

    mvccore/ext-view-helper-dataurl

    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..`.

  • PHP

    mvccore/ext-view-helper-writebyjs

    MvcCore - Extension - View - Helper - WriteByJs - prevent sensitive content against spam bots and convert content into JS `<script>document.write(String.fromCharCode(...));`</script>.