PHPackages                             sgromada/symfony-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. [Framework](/categories/framework)
4. /
5. sgromada/symfony-crud-bundle

ActiveLibrary[Framework](/categories/framework)

sgromada/symfony-crud-bundle
============================

Provides a trait to rapidly create CRUD

1.0.0(2y ago)03proprietaryPHPPHP &gt;=8.0.0

Since Nov 19Pushed 2y ago1 watchersCompare

[ Source](https://github.com/sgromada96/symfony-crud-bundle)[ Packagist](https://packagist.org/packages/sgromada/symfony-crud-bundle)[ RSS](/packages/sgromada-symfony-crud-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

Example of use:

' #\[Route('example', name: 'panel\_example\_')\] class ExampleController extends AbstractController { use CrudTrait;

```
public function __construct(
    protected EntityManagerInterface $entityManager,
    protected string $class = Example::class,
    protected string $form = ExampleFormType::class,
    protected string $templatePath = 'example',
) {
}

```

} ''

Then create twig files in directory and call routes example/index.html.twig =&gt; panel\_example\_index example/show.html.twig =&gt; panel\_example\_show example/update.html.twig =&gt; panel\_example\_update example/create.html.twig =&gt; panel\_example\_create

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

956d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d7819b68a065908350190fad793a3d36dfd2abe3b57851941609a512eb9a9e73?d=identicon)[sgromada96](/maintainers/sgromada96)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M297](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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