zeroframework/zeroframework-assetic

Assetic extension for zeroframework

1.0.2 2013-08-29 11:11 UTC

This package is not auto-updated.

Last update: 2024-04-23 04:12:17 UTC


README

Build Status

Installation

Create a composer.json in your projects root-directory::

{
    "require": {
        "mheap/Silex-Assetic": "*"
    }
}

and run::

curl -s http://getcomposer.org/installer | php
php composer.phar install

More Information

Read the documentation files under /doc.

License

'Silex-Assetic' is licensed under the MIT license.