PHPackages                             imt/data-grid-bundle - 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. imt/data-grid-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

imt/data-grid-bundle
====================

This bundle provides a simple integration of the IMTDataGrid library

0.9.0(13y ago)043MITPHPPHP &gt;=5.3.2

Since Jun 17Pushed 11y ago1 watchersCompare

[ Source](https://github.com/IgorTimoshenko/IMTDataGridBundle)[ Packagist](https://packagist.org/packages/imt/data-grid-bundle)[ Docs](http://github.com/IgorTimoshenko/IMTDataGridBundle)[ RSS](/packages/imt-data-grid-bundle/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

[![Dependencies Status](https://camo.githubusercontent.com/21d4da34aa352a6f96949abc161ed1d636d27f0c539b42e11e0f543e3eab1ac2/68747470733a2f2f646570656e64696e672e696e2f49676f7254696d6f7368656e6b6f2f494d54446174614772696442756e646c652e706e67)](http://depending.in/IgorTimoshenko/IMTDataGridBundle)

IMTDataGridBundle
=================

[](#imtdatagridbundle)

Overview
--------

[](#overview)

This bundle provides a simple integration of the [IMTDataGrid](http://github.com/IgorTimoshenko/IMTDataGrid) library into Symfony2. IMTDataGrid is a library that provides a simple, powerful and fully customizable tool for generating data-bound grids. This means that you can use such libraries as [jqGrid](http://github.com/tonytomov/jqGrid) in your Symfony2 application.

Installation
------------

[](#installation)

### 1. Using Composer (recommended)

[](#1-using-composer-recommended)

To install `IMTDataGridBundle` with [Composer](http://getcomposer.org) just add the following to your `composer.json` file:

```
{
    "require": {
        "imt/data-grid-bundle": "0.9.*"
    }
}
```

Then, you can install the new dependencies by running Composer's update command from the directory where your `composer.json` file is located:

```
$ php composer.phar update imt/data-grid-bundle
```

Now, Composer will automatically download all required files, and install them for you. All that is left to do is to update your `AppKernel.php` file, and register the new bundle:

```
