sinasalek/silex-assetic

Assetic extension for Silex

Maintainers

Package info

github.com/sinasalek/Silex-Assetic

Homepage

pkg:composer/sinasalek/silex-assetic

Statistics

Installs: 2 154

Dependents: 0

Suggesters: 0

Stars: 0

2.0.1 2016-03-10 01:41 UTC

This package is auto-updated.

Last update: 2026-03-01 00:22:04 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.