presta / composer-public-bundle
A symfony 2 bundle that provides a simple way to include public 3rd-party libraries (javascripts, css, pictures ...) into your projects and keep its up-to-date.
Requires
- symfony/symfony: >=2.1.0
Requires (Dev)
- phpunit/phpunit: 3.7.22
This package is not auto-updated.
Last update: 2020-09-30 07:58:31 UTC
README
Overview
The goal of this bundle is to provide a simple way to include public 3rd-party libraries (javascripts, css, pictures ...) into your projects and keep its up-to-date.
- Add the library to composer.json
- Configure the library in PrestaComposerPublicBundle
- Use the library as any other assets in the project.
💬 If you want to have some information about the project progression you can register to our google group
Why this bundle?
Because there's lot of meta bundles that provides libraries like jQuery, bootstrap and only the most populars are maintain and up-to-date. The probably fastest other way is to freeze the library into your project and sometimes hack it ... Wait ?! nooooooo ! Nooooo!
So now make it better: start configure it using composer, use it as any other assets and then keep it up-to-date simply with composer.
Issue tracker
📋 Issues are managed in prestaconcept/open-source-management to centralize our open source activity.
Documentation
📖 Documentation is available on prestaconcept.github.io
Demonstration
For a ready to use demonstration of this bundle you should check the prestacms-sandox available on github.
Sandbox is also deployed for a live demonstration :
Ask for help
💬 If you need help about this project you can post a message on our google group
Contributing
Pull requests are welcome.
Thanks to everyone who has contributed already.
This project is supported by PrestaConcept
Lead Developer : @nicolas-joubert
Released under the MIT License