2017 © Pedro Peláez
 

symfony-bundle jquery-bundle

jQuery Bundle for Symfony2

image

bmatzner/jquery-bundle

jQuery Bundle for Symfony2

  • Saturday, March 26, 2016
  • by bmatzner
  • Repository
  • 2 Watchers
  • 4 Stars
  • 114,028 Installations
  • PHP
  • 14 Dependents
  • 0 Suggesters
  • 3 Forks
  • 2 Open issues
  • 14 Versions
  • 5 % Grown

The README.md

jQuery Bundle for Symfony2

Current Version

jQuery 1.12.2 jQuery Migrate Plugin 1.2.1, (*1)

Installation

Add bundle to your composer.json file

Set the version of the bundle to the corresponding jQuery version. For IE6/7/8 support, use the master branch, the 2.x branch contains the lighter 2.x branch., (*2)

``` js // composer.json, (*3)

{ "require": { // ... "bmatzner/jquery-bundle": "~1.12" } }, (*4)


### Add bundle to your application kernel ``` php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Bmatzner\JQueryBundle\BmatznerJQueryBundle(), // ... ); }

Download the bundle using Composer

``` bash $ php composer.phar update bmatzner/jquery-bundle, (*5)


### Install assets Given your server's public directory is named "web", install the public vendor resources ``` bash $ php app/console assets:install web

Optionally, use the --symlink attribute to create links rather than copies of the resources, (*6)

``` bash $ php app/console assets:install --symlink web, (*7)


## Usage Refer to the desired files in your HTML template, e.g. ``` html <script type="text/javascript" src="{{ asset('bundles/bmatznerjquery/js/jquery.min.js') }}"></script>

Licenses

Refer to the source code of the included files for license information, (*8)

References

  1. http://jquery.com
  2. http://symfony.com

The Versions

26/03 2016

dev-master

9999999-dev http://jquery.com/

jQuery Bundle for Symfony2

  Sources   Download

MIT GPLv2

The Requires

 

jquery javascript symfony

26/03 2016

1.12.2

1.12.2.0 http://jquery.com/

jQuery Bundle for Symfony2

  Sources   Download

MIT GPLv2

The Requires

 

jquery javascript symfony

26/03 2016

2.x-dev

2.9999999.9999999.9999999-dev http://jquery.com/

jQuery Bundle for Symfony2

  Sources   Download

MIT GPLv2

The Requires

 

jquery javascript symfony

26/03 2016

2.2.2

2.2.2.0 http://jquery.com/

jQuery Bundle for Symfony2

  Sources   Download

MIT GPLv2

The Requires

 

jquery javascript symfony

05/05 2014

2.1.1

2.1.1.0 http://jquery.com/

jQuery Bundle for Symfony2

  Sources   Download

MIT GPLv2

The Requires

 

jquery javascript symfony

05/05 2014

1.11.1

1.11.1.0 http://jquery.com/

jQuery Bundle for Symfony2

  Sources   Download

MIT GPLv2

The Requires

 

jquery javascript symfony

28/02 2014

2.1.0

2.1.0.0 http://jquery.com/

jQuery Bundle for Symfony2

  Sources   Download

MIT GPLv2

The Requires

 

jquery javascript symfony

28/02 2014

1.11.0

1.11.0.0 http://jquery.com/

jQuery Bundle for Symfony2

  Sources   Download

MIT GPLv2

The Requires

 

jquery javascript symfony

22/11 2013

2.0.3

2.0.3.0 http://jquery.com/

jQuery Bundle for Symfony2

  Sources   Download

MIT GPLv2

The Requires

 

jquery javascript symfony

12/10 2013

1.10.2

1.10.2.0 http://jquery.com/

jQuery Bundle for Symfony2

  Sources   Download

MIT GPLv2

The Requires

 

jquery javascript symfony

19/06 2013

1.10.1

1.10.1.0 http://jquery.com/

jQuery Bundle for Symfony2

  Sources   Download

MIT GPLv2

The Requires

 

jquery javascript symfony

05/02 2013

1.9.1

1.9.1.0 http://jquery.com/

jQuery Bundle for Symfony2

  Sources   Download

MIT GPLv2

The Requires

 

jquery javascript symfony

15/01 2013

1.9.0

1.9.0.0 http://jquery.com/

jQuery Bundle for Symfony2

  Sources   Download

MIT GPLv2

The Requires

 

jquery javascript symfony

13/01 2013

1.9.0-rc1

1.9.0.0-RC1 http://jquery.com/

jQuery Bundle for Symfony2

  Sources   Download

MIT GPLv2

The Requires

 

jquery javascript symfony