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(3mo ago)326.6kMITPHPPHP ^7.4 || ^8.0

Since Apr 17Pushed 3mo 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 1w 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

53

—

FairBetter than 97% of packages

Maintenance82

Actively maintained with recent releases

Popularity27

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity77

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

93d 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

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)

PHPackages © 2026

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