sinasalek/silex-assetic

Assetic extension for Silex

2.0.1 2016-03-10 01:41 UTC

This package is auto-updated.

Last update: 2024-03-29 03:19:18 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.