curry684 / datatables-bundle

DataTables bundle for Symfony

Home Page:https://packagist.org/packages/omines/datatables-bundle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Symfony DataTables Bundle

Latest Version Software License Build Status Coverage Status Quality Score Total Downloads SensioLabs Insight

This bundle provides convenient integration of the popular DataTables jQuery library for realtime AJAX tables in your Symfony 3.3+ application.

Installation

To install, use composer:

$ composer require omines/datatables-bundle

Then add the bundle to your kernel's bundle registration:

public function registerBundles()
{
    ...
    new \Omines\DataTablesBundle\DataTablesBundle(),
    ...
}

Usage

TBD.

Testing

$ ./vendor/bin/phpunit

Contributing

Please see CONTRIBUTING for details.

Legal

This software was developed for internal use at Omines Full Service Internetbureau in Eindhoven, the Netherlands. It is shared with the general public under the permissive MIT license, without any guarantee of fitness for any particular purpose. Refer to the included LICENSE file for more details.

About

DataTables bundle for Symfony

https://packagist.org/packages/omines/datatables-bundle

License:MIT License


Languages

Language:PHP 88.8%Language:HTML 11.2%