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

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

aropixel/admin-bundle
=====================

Admin Aropixel

v1.4.1(2y ago)36.4k↓43.3%2[4 issues](https://github.com/aropixel/admin-bundle/issues)[1 PRs](https://github.com/aropixel/admin-bundle/pulls)4MITJavaScript

Since Jun 12Pushed 1mo ago2 watchersCompare

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

READMEChangelog (10)Dependencies (13)Versions (148)Used By (4)

 [ ![Aropixel logo](https://avatars1.githubusercontent.com/u/14820816?s=200&v=4) ](http://www.aropixel.com/)

Aropixel Admin Bundle
=====================

[](#aropixel-admin-bundle)

 Aropixel Admin Bundle is a bootstrap admin bundle for your Symfony 4 projects. It provides a minimalist admin system with: login, logout, admin users crud, admin menu management.
 You can plug [compatible bundles](https://github.com/aropixel) to manage:

- [blog](https://github.com/aropixel/blog-bundle) content
- [pages](https://github.com/aropixel/page-bundle) of your website
- [menus](https://github.com/aropixel/menu-bundle) of your website
- store and send incoming [contacts](https://github.com/aropixel/menu-bundle) of your website

[![GitHub last commit](https://camo.githubusercontent.com/36a5523e38b3f8a505e0394131b92073cad883bf46d875f37a8adfb978393fd7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f61726f706978656c2f61646d696e2d62756e646c652e737667)](https://camo.githubusercontent.com/36a5523e38b3f8a505e0394131b92073cad883bf46d875f37a8adfb978393fd7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f61726f706978656c2f61646d696e2d62756e646c652e737667)[![GitHub issues](https://camo.githubusercontent.com/3acd03ac0fb546437eb75a7fd7bd8b07f17322edb54ede618c409b1c9b4214d9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f61726f706978656c2f61646d696e2d62756e646c652e737667)](https://github.com/stisla/stisla/issues)[![License](https://camo.githubusercontent.com/3b9a6afdb0e5a9b61596de775044c205344e08341a5b39b3220811929e348dd9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f61726f706978656c2f61646d696e2d62756e646c652e737667)](LICENSE)

[![Aropixel Admin Preview](./screenshot.png)](./screenshot.png)

Table of contents
-----------------

[](#table-of-contents)

- [Quick start](#quick-start)
- [License](#license)

Quick start
-----------

[](#quick-start)

- Create your symfony 4 project
- Require Aropixel Admin Bundle : `composer require aropixel/admin-bundle`
- If you get a "knplabs/knp-paginator-bundle" error, downgrade twig to version 2: `composer require twig/twig ^2.0` and re-install the AdminBundle
- Apply migrations
- Create a "aropixel.yaml" file in config folder and configure according to you need:

```
aropixel_admin:
    client:
        name: "aropixel client"
    copyright:
        name: "Aropixel"
        link: "http://www.aropixel.com"
    theme:
        menu_position: left

```

- Configure the security.yaml:

```
security:

    providers:
        admin_user_provider:
            entity:
                class: Aropixel\AdminBundle\Entity\User
                property: email

    encoders:
        Aropixel\AdminBundle\Entity\User:
            algorithm: argon2i
            cost: 12

    role_hierarchy:
        ROLE_USER:        [ROLE_USER]
        ROLE_ADMIN:       [ROLE_ADMIN]
        ROLE_SUPER_ADMIN: [ROLE_ADMIN, ROLE_ALLOWED_TO_SWITCH]
        ROLE_HYPER_ADMIN: [ROLE_SUPER_ADMIN, ROLE_ALLOWED_TO_SWITCH]

    firewalls:
        backoffice:
            context: primary_auth
            pattern:            ^/admin
            form_login:
                provider:       admin_user_provider
                login_path:     aropixel_admin_security_login
                use_forward:    true
                use_referer:    true
                check_path:     aropixel_admin_security_check
                failure_path:   aropixel_admin_security_login
                default_target_path: _admin
            remember_me:
                secret:   '%kernel.secret%'
                lifetime: 2592000 # 1 month in seconds
                path:     /admin
            logout:
                path: aropixel_admin_security_logout
                target: aropixel_admin_security_login
            anonymous:    true
            guard:
                provider: admin_user_provider
                authenticators:
                    - Aropixel\AdminBundle\Security\LoginFormAuthenticator

        dev:
            pattern:  ^/(_(profiler|wdt)|css|images|js)/
            security: false

    access_control:
        - { path: ^/admin/login$, role: IS_AUTHENTICATED_ANONYMOUSLY }
        - { path: ^/admin/, role: ROLE_ADMIN }

```

- Include the routes:

```
aropixel_admin:
    resource: '@AropixelAdminBundle/Resources/config/routing/aropixel.yml'
    prefix: /admin

```

- Create your first admin access : php bin/console aropixel:admin:setup
- Add the ConfigureMenuListener class in App Folder and register it as service

License
-------

[](#license)

Aropixel Admin Bundle is under the [MIT License](LICENSE)

###  Health Score

45

—

FairBetter than 93% of packages

Maintenance40

Moderate activity, may be stable

Popularity28

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity77

Established project with proven stability

 Bus Factor1

Top contributor holds 83.1% 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 ~15 days

Recently: every ~114 days

Total

110

Last Release

816d ago

Major Versions

v0.1.16 → v1.0.02019-10-25

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4610384?v=4)[Joël Gomez Caballe](/maintainers/kbyjoel)[@kbyjoel](https://github.com/kbyjoel)

---

Top Contributors

[![kbyjoel](https://avatars.githubusercontent.com/u/4610384?v=4)](https://github.com/kbyjoel "kbyjoel (251 commits)")[![csalon](https://avatars.githubusercontent.com/u/74187166?v=4)](https://github.com/csalon "csalon (26 commits)")[![davidroberto](https://avatars.githubusercontent.com/u/12612695?v=4)](https://github.com/davidroberto "davidroberto (18 commits)")[![Ate-lcr](https://avatars.githubusercontent.com/u/104761460?v=4)](https://github.com/Ate-lcr "Ate-lcr (5 commits)")[![generaldima](https://avatars.githubusercontent.com/u/39194676?v=4)](https://github.com/generaldima "generaldima (1 commits)")[![green-onions](https://avatars.githubusercontent.com/u/61194210?v=4)](https://github.com/green-onions "green-onions (1 commits)")

---

Tags

admin-bundlesymfonyaropixel admin bundle

### Embed Badge

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

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

###  Alternatives

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M310](/packages/easycorp-easyadmin-bundle)[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[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)[kunstmaan/bundles-cms

The Kunstmaan CMS is an advanced yet user-friendly content management system, based on the full stack Symfony framework combined with a whole host of community bundles. It provides a full featured, multi-language CMS system with an innovative page and form assembling process, versioning, workflow, translation and media managers and much more.

411285.2k19](/packages/kunstmaan-bundles-cms)

PHPackages © 2026

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