Download the PHP package imt/data-grid-bundle without Composer
On this page you can find all versions of the php package imt/data-grid-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download imt/data-grid-bundle
More information about imt/data-grid-bundle
Files in imt/data-grid-bundle
Package data-grid-bundle
Short Description This bundle provides a simple integration of the IMTDataGrid library
License MIT
Homepage http://github.com/IgorTimoshenko/IMTDataGridBundle
Informations about the package data-grid-bundle
IMTDataGridBundle
Overview
This bundle provides a simple integration of the 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 in your Symfony2 application.
Installation
1. Using Composer (recommended)
To install IMTDataGridBundle
with Composer just add the following to
your composer.json
file:
Then, you can install the new dependencies by running Composer's update command
from the directory where your composer.json
file is located:
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:
Usage
The bundle provides a new imt_data_grid.manager
service that returns an
instance of IMT\DataGrid\Manager\ManagerInterface
. So the only thing to do is
to request the imt_data_grid.manager
service from the container to get an
instance of IMT\DataGrid\Manager\ManagerInterface
and start using the
IMTDataGrid library:
Testing
Contributing
Please see CONTRIBUTING for details.
Credits
License
This bundle is released under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE
All versions of data-grid-bundle with dependencies
symfony/framework-bundle Version >=2.0.9,<2.3-dev
imt/data-grid Version 0.9.*