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

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

lamari/grid
===========

Symfony2 wrapper for jqGrid plugin

264[3 issues](https://github.com/houcemL/GridLBundle/issues)JavaScript

Since Jan 2Pushed 4y ago1 watchersCompare

[ Source](https://github.com/houcemL/GridLBundle)[ Packagist](https://packagist.org/packages/lamari/grid)[ RSS](/packages/lamari-grid/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

gridLBundle
===========

[](#gridlbundle)

[![alt tag](https://camo.githubusercontent.com/a3f75a4e081a61ef197153a9e8face9dbe76329489b06f57c8e5a41729deafa0/68747470733a2f2f696e73696768742e73796d666f6e792e636f6d2f70726f6a656374732f63623264386535662d333439362d343661612d616537322d3764353032376534333562362f6d696e692e737667)](https://camo.githubusercontent.com/a3f75a4e081a61ef197153a9e8face9dbe76329489b06f57c8e5a41729deafa0/68747470733a2f2f696e73696768742e73796d666f6e792e636f6d2f70726f6a656374732f63623264386535662d333439362d343661612d616537322d3764353032376534333562362f6d696e692e737667)

##### Installation :

[](#installation-)

###### Composer (this is for Symfony &gt; 2.3)

[](#composer-this-is-for-symfony--23)

Add the directory to your composer.json as below:

```
"require": {
    ...
    "lamari/grid": "dev-master"
}
```

Update/install with this command:

```
php composer.phar update lamari/grid

```

###### Step 2: Enable the bundle

[](#step-2--enable-the-bundle)

register the bundle

```
public function registerBundles()
{
    $bundles = array(
        ...
        new Lamari\GridLBundle\GridLBundle(),
);
```

##### How to Use

[](#how-to-use)

###### Configuration :

[](#configuration-)

add this under import in config.yml

```
- { resource: "@GridLBundle/Resources/config/services.yml" }

```

Under routing.yml :

```
gridL_rout:
    resource: "@GridLBundle/Resources/config/routing.yml"
    prefix:   /

```

###### Controller :

[](#controller-)

One action is requiered to have a nice grid ! by default

```
public function yourAction()
{
    return $this->get("grid.entity_wrapper")->defaultGrid("SomeBundle:SomeEntity","SomeBundle:someView:EntityView.html.twig");
);
```

###### View :

[](#view-)

```

{{ jqgridL(grid)}}
```

GridL
=====

[](#gridl)

###  Health Score

12

—

LowBetter than 0% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity27

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/50250f1092b88dc72ef1366d90bdde495e958263cf0e5dfddf29a06e524a7b8a?d=identicon)[houcemL](/maintainers/houcemL)

---

Top Contributors

[![houcemL](https://avatars.githubusercontent.com/u/2507689?v=4)](https://github.com/houcemL "houcemL (93 commits)")

### Embed Badge

![Health badge](/badges/lamari-grid/health.svg)

```
[![Health](https://phpackages.com/badges/lamari-grid/health.svg)](https://phpackages.com/packages/lamari-grid)
```

###  Alternatives

[joaopaulolndev/filament-world-clock

Show hours around the world by timezone

3111.9k](/packages/joaopaulolndev-filament-world-clock)[humanmade/lottie-lite

A lightweight Lottie Animations Extension for WordPress

374.3k](/packages/humanmade-lottie-lite)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
