zeroframework/zeroframework-assetic

Assetic extension for zeroframework

Maintainers

Package info

github.com/zeroframework/ZeroFramework-Assetic

Homepage

pkg:composer/zeroframework/zeroframework-assetic

Statistics

Installs: 20

Dependents: 0

Suggesters: 0

Stars: 0

1.0.2 2013-08-29 11:11 UTC

This package is not auto-updated.

Last update: 2026-03-10 13:15:01 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.