widmogrod / zf2-assetic-module
Zend Framework 2 module that provides complete integration of Assetic library
Installs: 336 617
Dependents: 21
Suggesters: 0
Security: 0
Stars: 146
Watchers: 16
Forks: 62
Open Issues: 31
Requires
- php: ^7.3
- assetic/framework: ~2.0.0
- symfony/console: ^3.1.3 | ^4.0 | ^5.0
- widmogrod/php-functional: ^1.0
- zendframework/zend-mvc: ^3.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.17
- phpunit/phpunit: ^9
Suggests
- leafo/lessphp: Assetic provides the integration with the lessphp LESS compiler
- leafo/scssphp: Assetic provides the integration with the scssphp SCSS compiler
README
Assets management per module made easy.
- Optimize your assets. Minify your css, js; Compile scss, and more...
- Adapts To Your Needs. Using custom template engine and want to use power of this module, just implement
AsseticBundle\View\StrategyInterface
- Well tested. Besides unit test this solution is also ready for the production use.
- Great fundations. Based on Assetic and ZF2 & ZF3
- Excellent community. Everything is thanks to great support from GitHub & PHP community!
- Every change is tracked. Want to know whats new? Take a look at CHANGELOG.md
- Listen to your ideas. Have a great idea? Bring your tested pull request or open a new issue.
Installation
Read the quick start guide.