Thanks to visit codestin.com
Credit goes to github.com

Skip to content

curry684/datatables-bundle

 
 

Repository files navigation

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

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 88.8%
  • HTML 11.2%