widmogrod /zf2-assetic-module
Zend Framework 2 模块,提供 Assetic 库的完整集成
3.0.0
2020-12-29 19:18 UTC
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
模块化资产管理的简易化。
- 优化您的资产。压缩 CSS、JS;编译 scss 等...
- 适应您的需求。使用自定义模板引擎并想使用此模块的功能,只需实现
AsseticBundle\View\StrategyInterface
- 经过良好测试。除了单元测试外,此解决方案也适用于生产使用。
- 良好的基础。基于 Assetic 和 ZF2 以及 ZF3
- 优秀的社区。这一切都得益于 GitHub 和 PHP 社区的强大支持!
- 每个变更都有记录。想了解新功能?请查看 CHANGELOG.md
- 倾听您的想法。有好的想法?带来经过测试的拉取请求或创建一个新问题。
安装
阅读 快速入门指南。