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.
- Host: GitHub
- URL: https://github.com/thecodingmachine/html.utils.weblibrarymanager.component-installer
- Owner: thecodingmachine
- License: mit
- Created: 2014-05-22T08:39:54.000Z (about 12 years ago)
- Default Branch: 2.2
- Last Pushed: 2022-12-08T14:48:27.000Z (over 3 years ago)
- Last Synced: 2025-10-20T06:24:47.800Z (8 months ago)
- Language: PHP
- Homepage: http://mouf-php.com/packages/mouf/html.utils.weblibrarymanager.component-installer
- Size: 10.7 KB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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