An open API service indexing awesome lists of open source software.

https://github.com/thecodingmachine/html.utils.weblibrarymanager.component-installer

This Mouf package contains a Composer installer that will automatically create WebLibrary instances when a 'component' package is installed in Composer. It is designed to be used only with Mouf's WebLibraryManager.
https://github.com/thecodingmachine/html.utils.weblibrarymanager.component-installer

Last synced: 4 months ago
JSON representation

This Mouf package contains a Composer installer that will automatically create WebLibrary instances when a 'component' package is installed in Composer. It is designed to be used only with Mouf's WebLibraryManager.

Awesome Lists containing this project

README

          

WebLibraryManager: Installer for the Rob Loach's "component" packages
====================================================================

If you have been looking around for JS/CSS packages on Packagist, it is likely you have stumbled on "component/*" packages.
These packages, designed by [Rob Loach](http://github.com/robloach/component-installer), provide a nice way to access
JS/CSS ressources. For instance, have a look at the **component/jquery** package on Packagist.

The **WebLibraryManager** has a built in support for these components. If you import one of those composer packages
in your project, the **WebLibraryManager** will detect these packages and will automatically create the **WebLibrary** instances
matching those packages.

Check the WebLibraryManager documentation to learn more about it