PHPackages                             theovauvilliers/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. [Admin Panels](/categories/admin)
4. /
5. theovauvilliers/grid-bundle

ActiveSymfony-bundle[Admin Panels](/categories/admin)

theovauvilliers/grid-bundle
===========================

Bundle for Grid management in Symfony applications.

v0.1.1(9mo ago)03[1 PRs](https://github.com/TheoVauvilliers/grid-bundle/pulls)MITPHPPHP &gt;=8.2CI passing

Since Oct 6Pushed 7mo agoCompare

[ Source](https://github.com/TheoVauvilliers/grid-bundle)[ Packagist](https://packagist.org/packages/theovauvilliers/grid-bundle)[ RSS](/packages/theovauvilliers-grid-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (7)Versions (5)Used By (0)

GridBundle
==========

[](#gridbundle)

[![PHPStan](https://github.com/TheoVauvilliers/grid-bundle/actions/workflows/phpstan.yml/badge.svg?branch=main)](https://github.com/TheoVauvilliers/grid-bundle/actions/workflows/phpstan.yml)[![PHPUnit](https://github.com/TheoVauvilliers/grid-bundle/actions/workflows/phpunit.yml/badge.svg?branch=main)](https://github.com/TheoVauvilliers/grid-bundle/actions/workflows/phpunit.yml)[![Latest Stable Version](https://camo.githubusercontent.com/3277eb075fc2c1fc920ffda62931bf398c5a64c41486dd3168faa97a73e50da7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7468656f76617576696c6c696572732f677269642d62756e646c652e737667)](https://packagist.org/packages/theovauvilliers/grid-bundle)

Minimal setup to work on the bundle locally using Docker. No local PHP/Composer required.

Requirements
------------

[](#requirements)

- Docker with Docker Compose v2

> Commands below assume services named `php` and `composer`.

Install
-------

[](#install)

```
git clone https://github.com/TheoVauvilliers/grid-bundle.git
cd grid-bundle
docker compose run --rm composer install
```

Run tools
---------

[](#run-tools)

### PHPUnit

[](#phpunit)

```
docker compose run --rm php vendor/bin/phpunit -c phpunit.xml.dist --colors=always
```

### PHPStan

[](#phpstan)

```
docker compose run --rm php vendor/bin/phpstan analyse -c phpstan.neon --no-progress --ansi
```

### php-cs-fixer

[](#php-cs-fixer)

```
# check (no changes)
docker compose run --rm php vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php --dry-run --diff --ansi
# fix in place
docker compose run --rm php vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php --ansi
```

### Composer

[](#composer)

```
docker compose run --rm composer update
```

### Tips

[](#tips)

- Cache: add `-v $(pwd)/.cache:/tmp/cache` to persist tool caches between runs.
- If your service names differ, replace `php`/`composer` accordingly.

Releases
--------

[](#releases)

We release by **fast-forwarding `main` from `develop`**.
Maintainers: see **[RELEASE.md](./RELEASE.md)** for the exact commands and branch protection settings.

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance60

Regular maintenance activity

Popularity3

Limited adoption so far

Community6

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

270d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/130383?v=4)[Zoko](/maintainers/Zoko)[@zoko](https://github.com/zoko)

---

Top Contributors

[![TheoVauvilliers](https://avatars.githubusercontent.com/u/46577218?v=4)](https://github.com/TheoVauvilliers "TheoVauvilliers (10 commits)")

---

Tags

backendgridphpsymfonysymfony-bundle

### Embed Badge

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

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

###  Alternatives

[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M386](/packages/easycorp-easyadmin-bundle)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M738](/packages/sylius-sylius)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M508](/packages/pimcore-pimcore)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M203](/packages/sulu-sulu)

PHPackages © 2026

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