PHPackages                             oliverde8/comfy-easy-admin-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. oliverde8/comfy-easy-admin-bundle

ActiveLibrary[Admin Panels](/categories/admin)

oliverde8/comfy-easy-admin-bundle
=================================

Add interfaces to edit comfy configurations in easy admin.

1.0.0-beta1(2mo ago)03381MITPHPPHP &gt;=8.0

Since May 4Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/oliverde8/comfyEasyAdminBundle)[ Packagist](https://packagist.org/packages/oliverde8/comfy-easy-admin-bundle)[ RSS](/packages/oliverde8-comfy-easy-admin-bundle/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (5)Dependencies (5)Versions (6)Used By (0)

Comfy Easy Admin Bundle
=======================

[](#comfy-easy-admin-bundle)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/088d2158cdb5478fea4414fc3f9a2adbbb03a82fd0d1e664128a73c827d78c75/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6f6c697665726465382f636f6d66794561737941646d696e42756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/oliverde8/comfyEasyAdminBundle/?branch=master)[![Build Status](https://camo.githubusercontent.com/2a3a65242cbac5e7bf16943e0ff31fcb329e43b9c8ae81af987cc602451aba81/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6f6c697665726465382f636f6d66794561737941646d696e42756e646c652f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/oliverde8/comfyEasyAdminBundle/build-status/master)[![Code Coverage](https://camo.githubusercontent.com/15c4d4ee4b106be1981d1441b596d65a0f3ba308697502e9a0d445aab650e1ed/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6f6c697665726465382f636f6d66794561737941646d696e42756e646c652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/oliverde8/comfyEasyAdminBundle/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/ee3db2a4c1adeff6349e7949c4974dfc3b832ee98a34fcbc0e78d757ebe6dc1a/68747470733a2f2f706f7365722e707567782e6f72672f6f6c697665726465382f636f6d66792d656173792d61646d696e2d62756e646c652f76)](//packagist.org/packages/oliverde8/comfy-easy-admin-bundle)[![Total Downloads](https://camo.githubusercontent.com/5388f839fbeef285ff460ab36b6fb155e6e799d79bf5eda605e2593f87039147/68747470733a2f2f706f7365722e707567782e6f72672f6f6c697665726465382f636f6d66792d656173792d61646d696e2d62756e646c652f646f776e6c6f616473)](//packagist.org/packages/oliverde8/comfy-easy-admin-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/796aca4cc838395ed328f19146f34c4818730ef6c944cb97d4cf267736daf8af/68747470733a2f2f706f7365722e707567782e6f72672f6f6c697665726465382f636f6d66792d656173792d61646d696e2d62756e646c652f762f756e737461626c65)](//packagist.org/packages/oliverde8/comfy-easy-admin-bundle)[![License](https://camo.githubusercontent.com/b8a96bea43f9b7227179a60356e78d3345e185f547104de571acc83fb536de03/68747470733a2f2f706f7365722e707567782e6f72672f6f6c697665726465382f636f6d66792d656173792d61646d696e2d62756e646c652f6c6963656e7365)](//packagist.org/packages/oliverde8/comfy-easy-admin-bundle)

This bundle adds the edition interface to easy admin so that admins can configure their site using comfy bundle.

Check Comfy bundles documentation [here](https://github.com/oliverde8/comfyBundle)[![alt text](docs/example.png)](docs/example.png)

Install
-------

[](#install)

```
composer require oliverde/comfy-easy-admin-bundle
```

To add a link to the menu edit your `DashnoardController` to inject the MenuConfigurator service:

```
protected MenuConfigurator $menuConfigurator;

/**
 * DashboardController constructor.
 * @param ConfigInterface $testConfig
 */
public function __construct(MenuConfigurator $menuConfigurator)
{
    $this->menuConfigurator = $menuConfigurator;
}
```

and now add the Menu link

```
    public function configureMenuItems(): iterable
    {
        /** Other menu elements .... */
        yield $this->menuConfigurator->getMenuItem();
    }
```

Finally add the add router.

```
comfy_bundle:
    resource: '@oliverde8ComfyEasyAdminBundle/Controller'
    type: annotation
    prefix: /admin
```

You are ready to go, to create configuration elements check comfy bundles [documentation](https://github.com/oliverde8/comfyBundle)

Permissions
-----------

[](#permissions)

By default any one with access to the EasyAdmin interface can edit any configuration.

To limit this rewrite the `ConfigEditVoter` service with your own.

TODO
----

[](#todo)

- Allow separate view &amp; edit permission.

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance86

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.7% 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 ~442 days

Total

5

Last Release

70d ago

Major Versions

V0.1.0-alpha1 → 1.0.0-alpha2021-05-10

PHP version history (2 changes)V0.1.0-alpha1PHP &gt;=7.4.0

1.0.0-beta1PHP &gt;=8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3658513?v=4)[De Cramer Oliver](/maintainers/oliverde8)[@oliverde8](https://github.com/oliverde8)

---

Top Contributors

[![oliverde8](https://avatars.githubusercontent.com/u/3658513?v=4)](https://github.com/oliverde8 "oliverde8 (11 commits)")[![dvasconcelos](https://avatars.githubusercontent.com/u/13258841?v=4)](https://github.com/dvasconcelos "dvasconcelos (1 commits)")

###  Code Quality

Static AnalysisRector

### Embed Badge

![Health badge](/badges/oliverde8-comfy-easy-admin-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/oliverde8-comfy-easy-admin-bundle/health.svg)](https://phpackages.com/packages/oliverde8-comfy-easy-admin-bundle)
```

###  Alternatives

[wandi/easyadmin-plus-bundle

Wandi/EasyAdminPlusBundle

3926.1k](/packages/wandi-easyadmin-plus-bundle)[easycorp/easyadmin-demo

EasyAdmin Demo Application

145.7k](/packages/easycorp-easyadmin-demo)[insitaction/easyadmin-fields-bundle

Set of easyadmin fields and useful helpers for Insitaction

1910.3k](/packages/insitaction-easyadmin-fields-bundle)[umanit/easyadmin-tree-bundle

Plugin to add category tree features for EasyAdmin

237.0k](/packages/umanit-easyadmin-tree-bundle)[alshenetsky/easyadmin-breadcrumbs

A bundle that allows you to add breadcrumbs to EasyAdmin

124.9k](/packages/alshenetsky-easyadmin-breadcrumbs)

PHPackages © 2026

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