PHP MiniAsset Namespace

Nested Namespaces

MiniAsset\Cli
MiniAsset\File
MiniAsset\Filter
MiniAsset\Middleware
MiniAsset\Output
MiniAsset\Test
MiniAsset\Utility

Classes

Name Description
AssetCollection A collection of AssetTargets.
AssetConfig Parses the ini files MiniAsset uses into arrays that other objects can use.
AssetScanner Used for dynamic build files where a set of searchPaths are declared in the config file. This class allows you search through those searchPaths and locate assets.
AssetTarget Represents a single asset build target.
Factory A factory for various object using a config file.
FactoryTest