PHPackages                             teamneusta/pimcore-database-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. teamneusta/pimcore-database-admin-bundle

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

teamneusta/pimcore-database-admin-bundle
========================================

Database administration inside the Pimcore admin backend.

2.0.0(1mo ago)21.6k↓28.1%MITPHPPHP ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0CI passing

Since Oct 21Pushed 1mo agoCompare

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

READMEChangelog (2)Dependencies (27)Versions (4)Used By (0)

Pimcore Database Admin Bundle
=============================

[](#pimcore-database-admin-bundle)

This bundle integrates [Adminer](https://www.adminer.org/) into the Pimcore 11 admin backend (just like it was until Pimcore 10).

Installation
------------

[](#installation)

1. **Require the bundle**

    ```
    composer require teamneusta/pimcore-database-admin-bundle
    ```
2. **Enable the bundle**

    Add the Bundle to your `config/bundles.php`:

    ```
    Neusta\Pimcore\DatabaseAdminBundle\NeustaPimcoreDatabaseAdminBundle::class => ['all' => true],
    ```
3. **Update your nginx config**

    ```
     # Some Admin Modules need this:
     # Server Info, Opcache
    -location ~* ^/admin/external {
    +location ~* ^/admin/(adminer|external) {
         rewrite .* /index.php$is_args$args last;
     }
    ```

Usage
-----

[](#usage)

You will find the database admin in the main menu under »Tools« → »System Info &amp; Tools« → »Database Administration«.

Contribution
------------

[](#contribution)

Feel free to open issues for any bug, feature request, or other ideas.

Please remember to create an issue before creating large pull requests.

### Local Development

[](#local-development)

To develop on your local machine, the vendor dependencies are required.

```
bin/composer install
```

We use composer scripts for our main quality tools. They can be executed via the `bin/composer` file as well.

```
bin/composer cs:fix
bin/composer phpstan
```

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance90

Actively maintained with recent releases

Popularity24

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity55

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

Total

2

Last Release

52d ago

Major Versions

1.0.0 → 2.0.02026-03-27

PHP version history (2 changes)1.0.0PHP ~8.1.0 || ~8.2.0 || ~8.3.0

2.0.0PHP ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/6ce782bdaf4f2fa8e39ed841ff5fbe60c3b7259cace2654771afab65b34be568?d=identicon)[jdreesen](/maintainers/jdreesen)

---

Top Contributors

[![jdreesen](https://avatars.githubusercontent.com/u/424602?v=4)](https://github.com/jdreesen "jdreesen (9 commits)")

---

Tags

pimcorepimcore-11pimcore-bundle

###  Code Quality

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/teamneusta-pimcore-database-admin-bundle/health.svg)

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

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

A PHP implementation of a SAML 2.0 service provider and identity provider.

1.1k12.4M193](/packages/simplesamlphp-simplesamlphp)[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)[shopware/administration

Administration frontend for the Shopware Core

413.9M75](/packages/shopware-administration)[contao/core-bundle

Contao Open Source CMS

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

PHPackages © 2026

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