Download the PHP package lavoiesl/jquery-bundle without Composer
On this page you can find all versions of the php package lavoiesl/jquery-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lavoiesl/jquery-bundle
More information about lavoiesl/jquery-bundle
Files in lavoiesl/jquery-bundle
Download lavoiesl/jquery-bundle
More information about lavoiesl/jquery-bundle
Files in lavoiesl/jquery-bundle
Vendor lavoiesl
Package jquery-bundle
Short Description Symfony jQuery Bundle
License MIT GPLv2
Homepage http://jquery.com/
Package jquery-bundle
Short Description Symfony jQuery Bundle
License MIT GPLv2
Homepage http://jquery.com/
Please rate this library. Is it a good library?
Informations about the package jquery-bundle
Symfony 2 jQuery Bundle
Current Version
jQuery 1.7.2 jQuery UI 1.8.21
Installation
Add bundle in your composer.json
{
"require": {
"lavoiesl/jquery-bundle": "*"
}
}
Add bundle to your application kernel
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new LavoieSl\jQueryBundle\LavoieSljQueryBundle(),
// ...
);
}
Licenses
Refer to the source code of the included files for license information
References
All versions of jquery-bundle with dependencies
PHP Build Version
Package Version
The package lavoiesl/jquery-bundle contains the following files
Loading the files please wait ....