Download the PHP package mvccore/ext-view-helper-assets without Composer
On this page you can find all versions of the php package mvccore/ext-view-helper-assets. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mvccore/ext-view-helper-assets
More information about mvccore/ext-view-helper-assets
Files in mvccore/ext-view-helper-assets
Download mvccore/ext-view-helper-assets
More information about mvccore/ext-view-helper-assets
Files in mvccore/ext-view-helper-assets
Vendor mvccore
Package ext-view-helper-assets
Short Description MvcCore - Extension - View - Helper - Assets - to group, render, minify and cache javascript and css files, to prepare all application assets for final application packing.
License BSD-3-Clause
Package ext-view-helper-assets
Short Description MvcCore - Extension - View - Helper - Assets - to group, render, minify and cache javascript and css files, to prepare all application assets for final application packing.
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package ext-view-helper-assets
MvcCore - Extension - View - Helper - Assets
MvcCore View Helper extensin to group, render, minify and cache javascript and css files, to prepare all application assets for final application packing.
Installation
Features
- grouping files together to deliver them in one response
- optional rendering PHP code inside group files
- optional completing assets url adresses targeting into index.php
packed result, where small data sources (icons, image maps...),
shoud be packed into, if you want to develop and build single
file application.
- Example: ``
- saving grouped files in application temp directory
'/Var/Tmp'
- checking changed sources by file modification time or by file md5 imprint
- no source files checking in application compiled mode (packed into PHP package)
- optional CSS or JS minification by external library
mrclay/minify ^2.2.0
- optional downloading external js files into result group
Example
Base controller code:
Layout template code:
All versions of ext-view-helper-assets with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
mvccore/mvccore Version ^5.3
mvccore/ext-view-helper Version ^5.3
tedivm/jshrink Version ^1.4
tubalmartin/cssmin Version ^4.1
mvccore/mvccore Version ^5.3
mvccore/ext-view-helper Version ^5.3
tedivm/jshrink Version ^1.4
tubalmartin/cssmin Version ^4.1
The package mvccore/ext-view-helper-assets contains the following files
Loading the files please wait ....