PHPackages                             iyuyue/datatables - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. iyuyue/datatables

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

iyuyue/datatables
=================

PHP Library to handle server-side processing for Datatables, in a fast and simple way.

1.6.9.1(7y ago)123MITPHP

Since Oct 27Pushed 7y agoCompare

[ Source](https://github.com/iYUYUE/datatables)[ Packagist](https://packagist.org/packages/iyuyue/datatables)[ RSS](/packages/iyuyue-datatables/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (1)Versions (11)Used By (0)

Datatables library for PHP
==========================

[](#datatables-library-for-php)

[![Latest Stable Version](https://camo.githubusercontent.com/9de333d15a494498ffb0ca9ee811f854f0e9d8ed59dd93dd805f5f97608adb6c/68747470733a2f2f706f7365722e707567782e6f72672f6f7a64656d69722f646174617461626c65732f762f737461626c65)](https://packagist.org/packages/ozdemir/datatables) [![Build Status](https://camo.githubusercontent.com/8bbd367732a7c6c170c6ec131bb026b01b02891e7f40bb59e17d02e8edbc3686/68747470733a2f2f7472617669732d63692e6f72672f6e31637261636b2f646174617461626c65732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/n1crack/datatables) [![license](https://camo.githubusercontent.com/850eae1099d2b05f53383473d7cd51f9bc1ab09b7d0d9e5122f1dd930efdcc6d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d6173686170652f6170697374617475732e737667)](https://github.com/n1crack/datatables/blob/master/LICENCE)

PHP Library to handle server-side processing for Datatables, in a fast and simple way. [Live Demo](http://datatables.16mb.com/)

Features
--------

[](#features)

1. Easy to use. Generates json using only a few lines of code.
2. Editable columns with a closure function.
3. Supports mysql and sqlite for native php.
4. Works with :
    - [Laravel](https://github.com/n1crack/datatables-examples/blob/master/other_examples/laravel.php)
    - [CodeIgniter 3](https://github.com/n1crack/datatables-examples/blob/master/other_examples/codeigniter.php)
    - [Phalcon 3+](https://github.com/n1crack/datatables-examples/blob/master/other_examples/phalcon.php)

How to install?
---------------

[](#how-to-install)

Installation via [composer](https://getcomposer.org/) is supported.

If you haven't started using composer, I highly recommend you to use it.

Put a file named `composer.json` at the root of your project, containing this information:

```
{
    "require": {
       "ozdemir/datatables": "1.*"
    }
}

```

And then run: `composer install`

Or just run : `composer require ozdemir/datatables`

Add the autoloader to your project:

```
