neilime / zf2-assets-bundle
Zend Framework module that provides assets bundling / caching
Installs: 28 404
Dependents: 3
Suggesters: 11
Security: 0
Stars: 34
Watchers: 5
Forks: 23
Open Issues: 8
Requires
- php: >=5.6
- oyejorge/less.php: 1.*@stable
- tedivm/jshrink: 1.*@stable
- tubalmartin/cssmin: ^4.1
- zendframework/zend-config: 2.*@stable
- zendframework/zend-console: 2.*@stable
- zendframework/zend-eventmanager: 2.*@stable
- zendframework/zend-http: 2.*@stable
- zendframework/zend-i18n: 2.*@stable
- zendframework/zend-log: 2.*@stable
- zendframework/zend-modulemanager: 2.*@stable
- zendframework/zend-mvc: 2.*@stable
- zendframework/zend-serializer: 2.*@stable
- zendframework/zend-servicemanager: 2.*@stable
- zendframework/zend-view: 2.*@stable
Requires (Dev)
- neilime/lessphp: 0.*.*
- php-coveralls/php-coveralls: ^2.1
- phpunit/phpunit: ^5.7
- zendframework/zend-test: 2.*.*
Suggests
- ext-gd2: GD library to compress png files
- neilime/lessphp: The lessphp fork, to use the Lessc filter
- dev-master / 1.0.x-dev
- 4.0.0
- 3.7.4
- 3.7.3
- 3.7.2
- v3.7.1
- v3.7.0
- v3.6.0
- 3.5.8
- 3.5.7
- 3.5.6
- 3.5.5
- 3.5.4
- 3.5.3
- 3.5.2
- 3.5.1
- 3.5.0
- 3.4.2
- 3.4.1
- 3.4.0
- 3.3.1
- 3.3.0
- 3.2
- 3.1
- 3.0
- 2.1
- 2.0
- 1.0
- dev-dependabot/composer/zendframework/zend-eventmanager-tw-2.6or-tw-3.0
- dev-dependabot/composer/zendframework/zend-config-tw-2.6or-tw-3.0
- dev-dependabot/composer/zendframework/zend-servicemanager-tw-2.7or-tw-3.0
This package is auto-updated.
Last update: 2020-03-10 06:14:02 UTC
README
⚠️ This module is for Zend Framework 2, it is deprecated ⚠️
⚠️ Please use zf-assets-bundle ⚠️
AssetsBundle is a module for Zend Framework 2 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 support him on Thank you !
Contributing
If you wish to contribute to this project, please read the CONTRIBUTING.md file. NOTE : If you want to contribute don't hesitate, I'll review any PR.