2017 © Pedro Peláez
 

symfony-bundle jquery-querybuilder-bundle

Integrate jQuery QueryBuilder with Symfony 2

image

webeweb/jquery-querybuilder-bundle

Integrate jQuery QueryBuilder with Symfony 2

  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 11 % Grown

The README.md

jquery-querybuilder-bundle

Build Status Coverage Status Scrutinizer Code Quality Latest Stable Version License composer.lock, (*1)

Integrate jQuery QueryBuilder with Symfony 4 and more., (*2)

jquery-querybuilder-bundle eases the use of jQuery QueryBuilder in your Symfony application by providing Twig extensions and PHP objects to do the heavy lifting. The bundle include the excellent JS library jQuery QueryBuilder., (*3)

Dry out your jQuery QueryBuilder code by writing it all in PHP !, (*4)

IMPORTANT NOTICE: This package is still under development. Any changes will be done without prior notice to consumers of this package. Of course this code will become stable at a certain point, but for now, use at your own risk., (*5)

Includes:, (*6)

If you like this package, pay me a beer (or a coffee) paypal.me, (*7)

Compatibility

PHP Symfony, (*8)

Installation

Open a command console, enter your project directory and execute the following command to download the latest stable version of this package:, (*9)

$ composer require webeweb/jquery-querybuilder

This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation., (*10)

Then, enable the bundle by adding it to the list of registered bundles in the app/AppKernel.php file of your project:, (*11)

    public function registerBundles() {
        $bundles = [
            // ...
            new WBW\Bundle\CoreBundle\WBWCoreBundle(),
            new WBW\Bundle\JQuery\QueryBuilderBundle\WBWJQueryQueryBuilderBundle(),
        ];

        // ...

        return $bundles;
    }

Once the bundle is added then do:, (*12)

$ php bin/console assets:install
$ php bin/console wbw:core:unzip-assets

Usage

Read the documentation., (*13)

Testing

To test the package, is better to clone this repository on your computer. Open a command console and execute the following commands to download the latest stable version of this package:, (*14)

$ git clone https://github.com/webeweb/jquery-querybuilder-bundle.git
$ cd jquery-querybuilder-bundle
$ composer install

Once all required libraries are installed then do:, (*15)

$ vendor/bin/phpunit

License

jquery-querybuilder-bundle is released under the MIT License. See the bundled LICENSE file for details., (*16)

If you like this work, please consider donating at paypal.me, (*17)

The Versions

12/07 2018

dev-master

9999999-dev http://github.com/webeweb/jquery-querybuilder-bundle

Integrate jQuery QueryBuilder with Symfony 2

  Sources   Download

LGPL-3.0 LGPL-3.0-only

The Requires

 

The Development Requires

jquery bundle symfony querybuilder webeweb

12/07 2018

v1.1.1-beta

1.1.1.0-beta http://github.com/webeweb/jquery-querybuilder-bundle

Integrate jQuery QueryBuilder with Symfony 2

  Sources   Download

LGPL-3.0-only

The Requires

 

The Development Requires

jquery bundle symfony querybuilder webeweb

18/06 2018

v1.0.0-alpha

1.0.0.0-alpha http://github.com/webeweb/jquery-querybuilder-bundle

Integrate jQuery QueryBuilder with Symfony 2

  Sources   Download

LGPL-3.0-only

The Requires

 

The Development Requires

jquery bundle symfony querybuilder webeweb

18/06 2018

v1.1.0-alpha

1.1.0.0-alpha http://github.com/webeweb/jquery-querybuilder-bundle

Integrate jQuery QueryBuilder with Symfony 2

  Sources   Download

LGPL-3.0-only

The Requires

 

The Development Requires

jquery bundle symfony querybuilder webeweb

17/11 2017

v1.0-alpha

1.0.0.0-alpha http://github.com/webeweb/jquery-querybuilder-bundle

Integrate jQuery QueryBuilder with Symfony2

  Sources   Download

LGPL-3.0

The Requires

 

The Development Requires

jquery bundle symfony querybuilder webeweb