Skip to content
George Petculescu edited this page Jul 5, 2017 · 3 revisions

Phassets is an asset management PHP library, made of different components, each being installable via Composer. This approach will help you to install only the needed functionalities by your project.

The main component, kattsoftware/phassets, is the only one required to start using Phassets:

composer require kattsoftware/phassets:>=0.2.0-beta

To start using Phassets, please go through the next sections to make the library fit your needs:

  1. Are you using a framework/integration?
  2. How does Phassets work
  3. What is a filter and a list of available filters
  4. What is a deployer and a list of available deployers
  5. What is a Logger and why you should use one
  6. What is a CacheAdapter and why you should use one
  7. FAQ
Clone this wiki locally