Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 2.94 KB

README.md

File metadata and controls

49 lines (36 loc) · 2.94 KB

AsseticBundle v3.x

Latest Stable Version License CI Scrutinizer Code Quality Code Coverage

Currently maintained fork of widmogrod/zf2-assetic-module.

Features

  • Add support for PHP 8.0+
  • Drop support for PHP <7.4
  • Remove support for Zend Framework
  • Use return-types and type-hints everywhere
  • Support for Mezzio (sorry no Expressive)

What is this?

Assets management per module made easy. Every module can come with their own assets (JS, CSS, Images etc.) and this module make sure the assets are moved into your public folder and are directly available in your views.

This also helps you to load all assets for your Laminas application which you've installed with npm, yarn etc.

  • 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 Fabiang\AsseticBundle\View\StrategyInterface
  • Well tested. Besides unit test this solution is also ready for the production use.
  • Great fundations. Based on Assetic and Laminas
  • 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 for Laminas\Mvc or the quick start guide for Mezzio?

Documentation