PHPackages                             f0ska/auto-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. [Database &amp; ORM](/categories/database)
4. /
5. f0ska/auto-grid-bundle

ActiveLibrary[Database &amp; ORM](/categories/database)

f0ska/auto-grid-bundle
======================

Automatic grid generation for Symfony Doctrine entities.

v2.12.3(1mo ago)0261MITTwigPHP &gt;=8.1CI passing

Since Mar 15Pushed 4w agoCompare

[ Source](https://github.com/f0ska/auto-grid-bundle)[ Packagist](https://packagist.org/packages/f0ska/auto-grid-bundle)[ RSS](/packages/f0ska-auto-grid-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (104)Versions (41)Used By (1)

AutoGridBundle
==============

[](#autogridbundle)

AutoGrid automatically generates CRUD interfaces for Doctrine entities.

[**Demo**](https://github.com/f0ska/auto-grid-test-bundle) | [**Installation**](./docs/installation.md) | [**Configuration**](./docs/global-configuration.md) | [**Attributes**](./docs/attributes.md) | [**Optional Factory Arguments**](./docs/optional-factory-arguments.md) | [**Templates**](./docs/templates.md) | [**Customization**](./docs/customization.md)

---

Core Features
-------------

[](#core-features)

- **CRUD Generation**: Full List, Create, Edit, and Delete functionality.
- **Metadata-driven**: Automatically detects field types from Doctrine metadata.
- **Built-in Filtering/Sorting**: Integrated search based on database schema.
- **PHP 8 Attributes**: Configure UI behavior directly in Entity classes.
- **Multi-theme Support**: Includes Bootstrap 5, Bootstrap 4, Bulma, Flowbite, and Foundation.

---

Quick Start
-----------

[](#quick-start)

1. **In your Controller**Inject `AutoGridFactory` to create a grid:

    ```
    public function list(AutoGridFactory $factory): Response
    {
        $grid = $factory->create(User::class);
        return $grid->getResponse() ?? $this->render('admin/user.html.twig', ['grid' => $grid]);
    }
    ```
2. **In Twig**Render the grid:

    ```
    {{ ag_render(grid) }}
    ```
3. **Result**[![AutoGrid Screenshot](./docs/media/grid.png)](./docs/media/grid.png)

---

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

[](#requirements)

- **PHP 8.1+**
- **Symfony 6.4+**
- **Frameworks**: Default templates use Bootstrap 5. You can build your own template and use it with AutoGrid. See [templates](./docs/templates.md) for custom framework configuration.

###  Health Score

44

—

FairBetter than 90% of packages

Maintenance94

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity55

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 ~5 days

Total

37

Last Release

34d ago

Major Versions

v1.1.7 → v2.0.02026-04-05

PHP version history (3 changes)v1.0.1PHP &gt;=8.3.0

v1.0.2PHP &gt;=8.2.0

v1.0.7PHP &gt;=8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12849028?v=4)[Victor Shvets](/maintainers/f0ska)[@f0ska](https://github.com/f0ska)

---

Top Contributors

[![f0ska](https://avatars.githubusercontent.com/u/12849028?v=4)](https://github.com/f0ska "f0ska (198 commits)")

### Embed Badge

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

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

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

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

8.5k5.9M738](/packages/sylius-sylius)[contao/core-bundle

Contao Open Source CMS

1231.6M2.8k](/packages/contao-core-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[oro/platform

Business Application Platform (BAP)

645143.5k115](/packages/oro-platform)[open-dxp/opendxp

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

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

PHPackages © 2026

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