PHPackages                             twin-elements/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. twin-elements/admin-bundle

ActiveSymfony-bundle

twin-elements/admin-bundle
==========================

Admin bundle for CMS

v1.11.6(3y ago)11849MITJavaScriptPHP ^7.4 || ^8.0

Since Aug 17Pushed 3y ago1 watchersCompare

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

READMEChangelog (10)Dependencies (8)Versions (39)Used By (9)

\##Installation `composer require twin-elements/admin-bundle`

in `/config/packages/routes.yaml` add

```
admin_dashboard:
    path: /admin/
    controller: TwinElements\AdminBundle\Controller\DashboardController::index
    methods: GET
    options: { i18n: false }

admin_core:
    resource: "@TwinElementsAdminBundle/Controller/"
    type: annotation
    prefix: /admin
    requirements:
        _locale: '%app_locales%'
    defaults:
        _locale: '%locale%'
        _admin_locale: '%admin_locale%'
    options: { i18n: false }

```

in `/config/packages/security.yaml ` add

```
imports:
    - { resource: '@TwinElementsAdminBundle/Resources/config/security.yaml' }

```

in `/config/packages/twin_elements_admin.yaml` add

```
imports:
  - { resource: "@TwinElementsAdminBundle/config/config.yaml" }

twin_elements_admin: ~

```

#### How create a new Roles?

[](#how-create-a-new-roles)

1.Create class implements `TwinElements\AdminBundle\Role\RoleGroupInterface`

2.Register class in services.yaml

```

```

3.Roles automatically implemented to roles list type 4.Add to messages.LANG.yaml translations as

```
role:
    role_name: Role name

```

#### How create a new AdminMenu items

[](#how-create-a-new-adminmenu-items)

1.Create class implements `TwinElements\AdminBundle\Menu\AdminMenuInterface`

2.Register class in services.yaml

```

```

3.Done

#### Creating a new super admin user

[](#creating-a-new-super-admin-user)

In the command line entre the command:

`php bin/console te:admin:create_super_admin`

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity68

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

Recently: every ~19 days

Total

37

Last Release

1363d ago

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

v1.11.0PHP ^7.4

v1.11.5PHP ^7.4 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/ad729a699b734ec9098b169b396f7c686c5eb920bd04d20b29f346b592f59ee8?d=identicon)[kolarian](/maintainers/kolarian)

---

Top Contributors

[![twin-elements](https://avatars.githubusercontent.com/u/17727266?v=4)](https://github.com/twin-elements "twin-elements (43 commits)")

### Embed Badge

![Health badge](/badges/twin-elements-admin-bundle/health.svg)

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

###  Alternatives

[scheb/2fa

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

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

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[rikudou/psr6-dynamo-db-bundle

PSR-6 and PSR-16 cache implementation using AWS DynamoDB for Symfony

2077.8k](/packages/rikudou-psr6-dynamo-db-bundle)[leapt/core-bundle

Symfony LeaptCoreBundle

2529.1k4](/packages/leapt-core-bundle)

PHPackages © 2026

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