PHPackages                             matycz/lemo-grid - 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. matycz/lemo-grid

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

matycz/lemo-grid
================

jqGrid integration to Laminas

5.2.0(3y ago)68.3kBSD-3-ClausePHPPHP ^8.0

Since Jan 13Pushed 3y ago2 watchersCompare

[ Source](https://github.com/MatyCZ/php-lemo-grid)[ Packagist](https://packagist.org/packages/matycz/lemo-grid)[ Docs](https://github.com/MatyCZ/php-lemo-grid)[ RSS](/packages/matycz-lemo-grid/feed)WikiDiscussions master Synced today

READMEChangelog (7)Dependencies (7)Versions (96)Used By (0)

LemoGrid Module for Laminas
===========================

[](#lemogrid-module-for-laminas)

The LemoGrid module provides building of data grids similar to Laminas Form quickly and easily for many platforms.

#### Supported plaforms

[](#supported-plaforms)

- jqGrid - jQuery Grid Plugin ([trirand.com](http://www.trirand.com/blog/))

#### Supported data adapters

[](#supported-data-adapters)

- Doctrine\\QueryBuilder ([doctrine-project.org](http://www.doctrine-project.org/))
- Laminas\\Db\\Sql ([github.com/laminas/laminas-db](https://github.com/laminas/laminas-db))

Features / Goals
----------------

[](#features--goals)

- Add column Concat \[In progress\]
- Add column Route \[In progress\]
- Write documentation
- Write tests

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

[](#installation)

Installation of this module uses composer. For composer documentation, please refer to [getcomposer.org](http://getcomposer.org/).

#### Installation steps

[](#installation-steps)

1. `cd my/project/directory`
2. Create a `composer.json` file with following contents:

    ```
    {
        "require": {
            "matycz/lemo-grid": "0.*"
        }
    }
    ```
3. Run `php composer.phar install`
4. Open `my/project/directory/config/application.config.php` and add following keys to your `modules`

    ```
    'LemoGrid',
    ```

Installation without composer is not officially supported, and requires you to install and autoload the dependencies specified in the `composer.json`.

Examples
--------

[](#examples)

```
