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 1mo ago

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 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

903d 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/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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