PHPackages                             survos/ez-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. survos/ez-bundle

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

survos/ez-bundle
================

configure EasyAdmin with attributes

2.0.182(2mo ago)0690—4.2%1MITPHPPHP ^8.4

Since Sep 28Pushed 2mo agoCompare

[ Source](https://github.com/survos/ez-bundle)[ Packagist](https://packagist.org/packages/survos/ez-bundle)[ GitHub Sponsors](https://github.com/kbond)[ RSS](/packages/survos-ez-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (20)Versions (167)Used By (1)

SurvosEzBundle
==============

[](#survosezbundle)

Lightweight tools that extend EasyAdmin (easycorp/easyadmin-bundle).

Features
--------

[](#features)

- Define default fields via attributes
- Generate all entity crud controllers via a single command (code-bundle?)
- Automatic configuration of filters
- Base controller defaults to read-only for non-admins

Installation
------------

[](#installation)

Install the bundle using Composer:

```
composer require survos/ez-bundle
```

Usage
-----

[](#usage)

```
use Survos\EzBundle\Attribute\EzAdmin;
use Survos\EzBundle\Attribute\EzField;
use Survos\EzBundle\Attribute\Page;

#[EzAdmin(icon: 'fa-regular fa-image', defaultSort: ['year' => 'DESC'], indexMax: 12)]
class ForteObj
{
    #[EzField(index: true, order: 1, filter: true)]
    public ?int $year = null;

    #[EzField(index: true, order: 2)]
    public ?string $title = null;
}
```

Testing
-------

[](#testing)

Run the test suite:

```
./vendor/bin/phpunit
```

License
-------

[](#license)

This bundle is released under the MIT license. See the [LICENSE](LICENSE) file for details.

###  Health Score

50

—

FairBetter than 96% of packages

Maintenance86

Actively maintained with recent releases

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity72

Established project with proven stability

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

Total

166

Last Release

77d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/21b39551f92ed4143772c622f9e571589c5a72c96ab3c53fe67489ce0d83e806?d=identicon)[tacman1123](/maintainers/tacman1123)

---

Top Contributors

[![tacman](https://avatars.githubusercontent.com/u/619585?v=4)](https://github.com/tacman "tacman (19 commits)")

---

Tags

symfonysymfony-ux

### Embed Badge

![Health badge](/badges/survos-ez-bundle/health.svg)

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M310](/packages/easycorp-easyadmin-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[scheb/2fa

Two-factor authentication for Symfony applications (please use scheb/2fa-bundle to install)

578630.7k1](/packages/scheb-2fa)[shopware/administration

Administration frontend for the Shopware Core

413.9M75](/packages/shopware-administration)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

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

PHPackages © 2026

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