Locating Files with Puli
, (*1)
ATTENTION: This package is not maintained anymore., (*2)
Latest release: 1.0.0-alpha1, (*3)
PHP >= 5.3.9, (*4)
A WIP extension for the Assetic library., (*5)
Installation
You can install the extension with Composer:, (*6)
{
"require": {
"puli/assetic-extension": "~1.0"
},
"minimum-stability": "dev"
}
Run composer install or composer update to install the library. At last, include Composer's generated autoloader and you're ready to start:, (*7)
require_once __DIR__.'/vendor/autoload.php';