PHP MiniAsset\Output Namespace

Interfaces

Name Description
CompilerInterface Interface for asset compilers to implement.

Classes

Name Description
AssetCacher Writes temporary output files for assets.
AssetWriter Writes compiled assets to the filesystem with optional timestamps.
CachedCompiler An decorator that combines a cacher and a compiler.
Compiler Compiles a set of assets together, and applies filters.

Traits

Name Description
FreshTrait