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(7mo ago)03[1 PRs](https://github.com/TheoVauvilliers/grid-bundle/pulls)MITPHPPHP &gt;=8.2CI passing

Since Oct 6Pushed 6mo 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

31

—

LowBetter than 68% of packages

Maintenance66

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

217d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f492dde137d772a33669e7b5e22562b115323618e57394dfb8979dec010581c6?d=identicon)[Zoko](/maintainers/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

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M310](/packages/easycorp-easyadmin-bundle)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)

PHPackages © 2026

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