PHPackages                             maceliu/symfony\_admin - 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. maceliu/symfony\_admin

ActiveLibrary[Admin Panels](/categories/admin)

maceliu/symfony\_admin
======================

A set of admin system interface based on symfony

1.4.2(4y ago)11.7kMITPHPPHP &gt;=7.1

Since Apr 1Pushed 4y ago1 watchersCompare

[ Source](https://github.com/maceliu/symfony_admin)[ Packagist](https://packagist.org/packages/maceliu/symfony_admin)[ RSS](/packages/maceliu-symfony-admin/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (10)Versions (36)Used By (0)

symfony\_admin
==============

[](#symfony_admin)

A set of admin system interface based on symfony 5.\*

How to use it ?
---------------

[](#how-to-use-it-)

### 1.Install by composer

[](#1install-by-composer)

```
composer require maceliu/symfony_admin

```

### 2.Add routes config

[](#2add-routes-config)

config/routes/annotations.yaml

```
symfony_admin:
    resource: ../../vendor/maceliu/symfony_admin/src/Controller/
    type: annotation

```

### 3. Add service config

[](#3-add-service-config)

config/service.yaml

```
services:
    # .....your other config.......

    SymfonyAdmin\:
        resource: '../vendor/maceliu/symfony_admin/src/*'
        exclude: '../vendor/maceliu/symfony_admin/src/{DependencyInjection,Entity,Migrations,Tests,Kernel.php}'

    SymfonyAdmin\Controller\:
        resource: '../vendor/maceliu/symfony_admin/src/Controller'
        tags: ['controller.service_arguments']

```

### 4.Add doctrine config

[](#4add-doctrine-config)

config/packages/doctrine.yaml

```
doctrine:
    orm:
        mappings:
            SymfonyAdmin:
                is_bundle: false
                type: annotation
                dir: '%kernel.project_dir%/vendor/maceliu/symfony_admin/src/Entity'
                prefix: 'SymfonyAdmin\Entity'
                alias: App
        filters:
            soft-deleteable:
                class: Gedmo\SoftDeleteable\Filter\SoftDeleteableFilter
                enabled: true

stof_doctrine_extensions:
    orm:
        default:
            softdeleteable: true

```

### 5. Install db data

[](#5-install-db-data)

Execute the SQL statements in the install.sql in your database

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Every ~8 days

Recently: every ~15 days

Total

35

Last Release

1608d ago

PHP version history (3 changes)1.0.0PHP ^7.2.5

1.1.6PHP 7.\*

1.1.7PHP &gt;=7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/6981f917d448a05460c3da0c56b29c1072bdc11249c5b88b9c360ad42770f380?d=identicon)[maceliu](/maintainers/maceliu)

---

Top Contributors

[![maceliu](https://avatars.githubusercontent.com/u/11307922?v=4)](https://github.com/maceliu "maceliu (117 commits)")

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

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

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

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[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)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[kimai/kimai

Kimai - Time Tracking

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

PHPackages © 2026

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