PHPackages                             excelwebzone/symfony-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. excelwebzone/symfony-admin-bundle

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

excelwebzone/symfony-admin-bundle
=================================

Admin backend for Symfony projects

v2.1.60(4mo ago)326.6kMITPHPPHP ^7.4 || ^8.0

Since Apr 17Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/excelwebzone/symfony-admin-bundle)[ Packagist](https://packagist.org/packages/excelwebzone/symfony-admin-bundle)[ RSS](/packages/excelwebzone-symfony-admin-bundle/feed)WikiDiscussions 2.x Synced 3w ago

READMEChangelog (10)Dependencies (20)Versions (101)Used By (0)

SymfonyAdminBundle - Admin backend for Symfony projects
=======================================================

[](#symfonyadminbundle---admin-backend-for-symfony-projects)

This bundle provides an admin interface with common classes and services.

Install the bundle with:

```
composer require excelwebzone/symfony-admin-bundle

```

Configuration
-------------

[](#configuration)

You would need to create a service to user and cron-schedule repositories (as seen in example) and point them to the relative service.

```
# config/packages/symfony_admin.yaml
symfony_admin:
    upload_url: 'uploads'
    services:
        user_repository: 'app.user_repository'
        cron_schedule_repository: 'app.cron_schedule_repository'
        report_repository: 'app.report_repository'
        file_uploader: 'app.file_uploader'
    #timezone:
    #    database: '%env(APP_TIMEZONE_DATABASE)%'
    #    client: '%env(APP_TIMEZONE_CLIENT)%'

services:
    app.user_repository:
        class: App\Repository\UserRepository
        arguments:
            - '@doctrine'
            - '@security.token_storage'

    app.cron_schedule_repository:
        class: App\Repository\CronScheduleRepository
        arguments:
            - '@doctrine'
            - '@security.token_storage'

    app.report_repository:
        class: App\Repository\ReportRepository
        arguments:
            - '@doctrine'
            - '@security.token_storage'

    app.file_uploader:
        class: App\FileUploader\FileUploader
        arguments:
            - '@kernel'
            - '@validator'
            - '@translator'
            - '%symfony_admin.mime_types.extensions%'
            - '%symfony_admin.mime_types.types%'
```

```
# config/routes.yaml
symfony_admin:
    resource: '@SymfonyAdminBundle/Controller'
    type: annotation
```

Usage
-----

[](#usage)

TODO..

###  Health Score

51

—

FairBetter than 95% of packages

Maintenance74

Regular maintenance activity

Popularity27

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity78

Established project with proven stability

 Bus Factor1

Top contributor holds 99.8% 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 ~21 days

Total

101

Last Release

139d ago

Major Versions

v1.0.5 → v2.0.02020-10-21

PHP version history (2 changes)v1.0.0PHP ^7.1.3

v2.1.0PHP ^7.4 || ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4467438?v=4)[Michael H. Arieli](/maintainers/excelwebzone)[@excelwebzone](https://github.com/excelwebzone)

---

Top Contributors

[![excelwebzone](https://avatars.githubusercontent.com/u/4467438?v=4)](https://github.com/excelwebzone "excelwebzone (435 commits)")[![mbabker](https://avatars.githubusercontent.com/u/368545?v=4)](https://github.com/mbabker "mbabker (1 commits)")

### Embed Badge

![Health badge](/badges/excelwebzone-symfony-admin-bundle/health.svg)

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

###  Alternatives

[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)[sylius/sylius

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

8.5k5.9M738](/packages/sylius-sylius)[oro/platform

Business Application Platform (BAP)

645143.5k115](/packages/oro-platform)[contao/core-bundle

Contao Open Source CMS

1231.6M2.8k](/packages/contao-core-bundle)

PHPackages © 2026

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