- Assetic is an asset management library for PHP that allows bundling and minifying CSS and JavaScript assets.
- It defines assets that can be files, collections of files, or strings, and filters that can process asset contents.
- Assets can be loaded, merged, compressed, and cached to improve frontend performance and reduce page size.