PHPackages                             prezent/crud-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. prezent/crud-bundle

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

prezent/crud-bundle
===================

Easy CRUD for Symfony

2.1.0(5mo ago)212.0k↓50%2MITPHPPHP ^8.2

Since Oct 20Pushed 5mo ago8 watchersCompare

[ Source](https://github.com/Prezent/prezent-crud-bundle)[ Packagist](https://packagist.org/packages/prezent/crud-bundle)[ Docs](https://www.prezent.nl)[ RSS](/packages/prezent-crud-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (17)Versions (63)Used By (0)

prezent/crud-bundle
===================

[](#prezentcrud-bundle)

[![Build Status](https://camo.githubusercontent.com/e7b87819e53bba883e4d836f5e6c72d26a13847a6a0eb1a0ed589cae9ef1965f/68747470733a2f2f7472617669732d63692e6f72672f5072657a656e742f7072657a656e742d637275642d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Prezent/prezent-crud-bundle)

Easy CRUD for Symfony

```
namespace AppBundle\Controller;

use AppBundle\Entity\Product;
use AppBundle\Form\Type\ProductType;
use AppBundle\Grid\Type\ProductGridType;
use Prezent\CrudBundle\Controller\CrudController;
use Prezent\CrudBundle\Model\Configuration;

class ProductController extends CrudController
{
    protected function configure(Request $request, Configuration $config)
    {
        $config
            ->setEntityClass(Product::class)
            ->setFormType(ProductType::class)
            ->setGridType(ProductGridType::class)
        ;
    }
}
```

The documentation can be found in [Resources/doc](src/Resources/doc/index.md)

###  Health Score

55

—

FairBetter than 98% of packages

Maintenance72

Regular maintenance activity

Popularity29

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity90

Battle-tested with a long release history

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

Recently: every ~9 days

Total

61

Last Release

157d ago

Major Versions

0.14.0 → 1.0.02021-05-11

1.3.1 → 2.0.02025-11-14

PHP version history (5 changes)0.1.0PHP ^5.5|^7.0

0.12.0PHP ^7.0

1.0.1PHP ^7.0|^8.0

1.3.0PHP ^7.4|^8.0

2.0.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/89e726c075b8791241a5a0ff503843c7c1b81ff2ee58a2ab942fe9e66f81b059?d=identicon)[prezent](/maintainers/prezent)

---

Top Contributors

[![sandermarechal](https://avatars.githubusercontent.com/u/145240?v=4)](https://github.com/sandermarechal "sandermarechal (3 commits)")

---

Tags

gridcrudadmindatagrid

### Embed Badge

![Health badge](/badges/prezent-crud-bundle/health.svg)

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M309](/packages/easycorp-easyadmin-bundle)[sonata-project/admin-bundle

The missing Symfony Admin Generator

2.1k19.0M299](/packages/sonata-project-admin-bundle)[sylius/grid-bundle

Amazing grids with support of filters and custom fields integrated into Symfony.

1358.3M44](/packages/sylius-grid-bundle)[kunstmaan/admin-bundle

The Kunstmaan Admin bundle supplies your project with a basic, elegant backend interface you can modify and extend so you can make your perfect admin module. The clean interface makes it straightforward for you and the people working with it to change settings and modify content.

58149.5k20](/packages/kunstmaan-admin-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1714.8k8](/packages/2lenet-crudit-bundle)[symfony2admingenerator/generator-bundle

Admingenerator for Symfony based on YAML configuration and Twig templating

6719.8k3](/packages/symfony2admingenerator-generator-bundle)

PHPackages © 2026

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