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.1(3mo ago)212.9k↑83.3%2MITPHPPHP ^8.2

Since Oct 20Pushed 6mo 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 3w ago

READMEChangelogDependencies (34)Versions (64)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

56

—

FairBetter than 97% of packages

Maintenance73

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

Recently: every ~32 days

Total

62

Last Release

90d 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://avatars.githubusercontent.com/u/4508883?v=4)[Prezent Internet B.V.](/maintainers/prezent)[@Prezent](https://github.com/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.3k17.5M373](/packages/easycorp-easyadmin-bundle)[sylius/sylius

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

8.5k5.8M712](/packages/sylius-sylius)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1155.2k](/packages/rcsofttech-audit-trail-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1615.6k12](/packages/2lenet-crudit-bundle)[kimai/kimai

Kimai - Time Tracking

4.7k8.7k1](/packages/kimai-kimai)[sylius/grid-bundle

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

1338.7M56](/packages/sylius-grid-bundle)

PHPackages © 2026

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