puli/assetic-extension

This package is abandoned and no longer maintained. No replacement package was suggested.

A Puli extension for the Assetic asset management library.

1.0.0-alpha1 2014-12-03 14:44 UTC

This package is auto-updated.

Last update: 2022-02-01 12:42:14 UTC


README

Build Status Scrutinizer Code Quality SensioLabsInsight Latest Stable Version Total Downloads Dependency Status

ATTENTION: This package is not maintained anymore.

Latest release: 1.0.0-alpha1

PHP >= 5.3.9

A WIP extension for the Assetic library.

Installation

You can install the extension with Composer:

{
    "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:

require_once __DIR__.'/vendor/autoload.php';