Skip to content

AssetsBundle is a module for Zend Framework allowing asset managment (bundling & caching)

License

Notifications You must be signed in to change notification settings

wambaloo/zf2-assets-bundle

 
 

Repository files navigation

AssetsBundle - Zend Framework module

Build Status Latest Stable Version Total Downloads

AssetsBundle is a module for Zend Framework providing assets management (bundling & caching) like Css, Js and Less, dependent on modules, controllers and actions . This module supports the concept of the "development/production" environment.

In development :

  • Files are not bundled for easier debugging.
  • Less files are compiled when updated or if an "@import" inside is updated

In production :

  • All files are bundled and cached once only if needed.
  • Assets path are encrypted to mask file tree (with the exception of files in the "assets" directory)

Helping Project

If this project helps you reduce time to develop and/or you want to help the maintainer of this project, you can make a donation, thank you.

Click here to lend your support to: Zend Framework AssetsBundle and make a donation at pledgie.com !

Contributing

If you wish to contribute to TwbBundle, please read the CONTRIBUTING.md file. NOTE : If you want to contribute don't hesitate, I'll review any PR.

Requirements

Name Version
php >=5.3.3
zendframework/zend-eventmanager 2.*
zendframework/zend-http 2.*
zendframework/zend-mvc 2.*
zendframework/zend-modulemanager 2.*
zendframework/zend-config 2.*
zendframework/zend-console 2.*
zendframework/zend-view 2.*
zendframework/zend-serializer 2.*
zendframework/zend-log 2.*
zendframework/zend-i18n 2.*
oyejorge/less.php 1.*
mrclay/minify 2.*
tedivm/jshrink 1.*

Pages

  1. Installation
  2. Use with Zend Skeleton Application
  3. Configuration
  4. Custom Js
  5. Console tools
  6. FAQ
  7. PHP Doc
  8. Code Coverage

About

AssetsBundle is a module for Zend Framework allowing asset managment (bundling & caching)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 55.6%
  • JavaScript 43.2%
  • Other 1.2%