PHPackages                             jo/entity-grido-manager - 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. jo/entity-grido-manager

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

jo/entity-grido-manager
=======================

Entity grido manager for grido/grid

0103PHP

Since Nov 5Pushed 11y ago1 watchersCompare

[ Source](https://github.com/jan-oliva/JO-EntityGridoManager)[ Packagist](https://packagist.org/packages/jo/entity-grido-manager)[ RSS](/packages/jo-entity-grido-manager/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Example
-------

[](#example)

### grid builder class

[](#grid-builder-class)

```
class GridBuilder  extends \JO\Nette\Doctrine\EntityGridoManager
{
/**
 *
 * @return Grid
 */
public function registerColumns()
{
    $this->dg->model = $this->em->getRepository($this->entity)->getGridDataSource();

    $this->addCols(['name','slug','description'],true,true);

    $this->dg->setFilterRenderType(Filter::RENDER_INNER);

    return $this->dg;
}
}

```

### presenter

[](#presenter)

```
protected function createComponentProductGroupGrid($name)
{
    $this->gridBuilder = new GridBuilder('entityClassName', $entityManager, new \Grido\Grid($this, $name)$this->translator);
    return $this->gridBuilder->registerColumns();
}

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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/c9a7407df81c1132ec21e01699c6279044ea3fa55675f5cbf0bd8886b2a167b1?d=identicon)[jan-oliva](/maintainers/jan-oliva)

---

Top Contributors

[![jan-oliva](https://avatars.githubusercontent.com/u/6595655?v=4)](https://github.com/jan-oliva "jan-oliva (5 commits)")

### Embed Badge

![Health badge](/badges/jo-entity-grido-manager/health.svg)

```
[![Health](https://phpackages.com/badges/jo-entity-grido-manager/health.svg)](https://phpackages.com/packages/jo-entity-grido-manager)
```

###  Alternatives

[akaunting/laravel-money

Currency formatting and conversion package for Laravel

7855.7M44](/packages/akaunting-laravel-money)[lorisleiva/lody

Load files and classes as lazy collections in Laravel.

957.5M14](/packages/lorisleiva-lody)[blinq/synth

This is my package synth

27915.6k](/packages/blinq-synth)

PHPackages © 2026

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