PHPackages                             lagdo/dbadmin-driver-mysql - 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. [Database &amp; ORM](/categories/database)
4. /
5. lagdo/dbadmin-driver-mysql

ActiveLibrary[Database &amp; ORM](/categories/database)

lagdo/dbadmin-driver-mysql
==========================

DbAdmin driver for MySQL.

v0.22.0(3mo ago)02312Apache-2.0PHPPHP &gt;=8.1.0

Since Sep 26Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/lagdo/dbadmin-driver-mysql)[ Packagist](https://packagist.org/packages/lagdo/dbadmin-driver-mysql)[ Docs](https://github.com/lagdo/dbadmin-driver-mysql)[ RSS](/packages/lagdo-dbadmin-driver-mysql/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (6)Versions (30)Used By (2)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/49d6f9a02c5d2f702dcdb80146f0187d0a9521357ab53fd19825cb9533eea68c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6c6167646f2f646261646d696e2d6472697665722d6d7973716c2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/lagdo/dbadmin-driver-mysql/?branch=main)[![StyleCI](https://camo.githubusercontent.com/7633066f4294a9697f81383f54310c819cf354634af7e52617f7c7cf83f9024a/68747470733a2f2f7374796c6563692e696f2f7265706f732f3430303339303036372f736869656c643f6272616e63683d6d61696e)](https://styleci.io/repos/400390067)[![Build Status](https://camo.githubusercontent.com/b1bdd912c8341561d76d3bb7cfba7d555eb0ee1f3cd04173cb719126497b0f1f/68747470733a2f2f6170692e7472617669732d63692e636f6d2f6c6167646f2f646261646d696e2d6472697665722d6d7973716c2e7376673f6272616e63683d6d61696e)](https://app.travis-ci.com/github/lagdo/dbadmin-driver-mysql)[![Coverage Status](https://camo.githubusercontent.com/1cb30f79aa7456e4c2d3405dbfadc6bc566b3a3f11f22ad502a403fff357557e/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6c6167646f2f646261646d696e2d6472697665722d6d7973716c2f62616467652e7376673f6272616e63683d6d61696e)](https://coveralls.io/github/lagdo/dbadmin-driver-mysql?branch=main)

[![Latest Stable Version](https://camo.githubusercontent.com/b5c99bf241acb12b42e532dc4f255cc8b1f1c2ff4505a213a9212653e43d156f/68747470733a2f2f706f7365722e707567782e6f72672f6c6167646f2f646261646d696e2d6472697665722d6d7973716c2f762f737461626c65)](https://packagist.org/packages/lagdo/dbadmin-driver-mysql)[![Total Downloads](https://camo.githubusercontent.com/e8c164e4088c6daf7d0f565014205748f5efb8bd6d6baa3da87fe5f2d404accf/68747470733a2f2f706f7365722e707567782e6f72672f6c6167646f2f646261646d696e2d6472697665722d6d7973716c2f646f776e6c6f616473)](https://packagist.org/packages/lagdo/dbadmin-driver-mysql)[![License](https://camo.githubusercontent.com/ba27f6082a5e3272fbcb292eb3f903f44eebd5cdd5d27bf7260e81154fcec8e3/68747470733a2f2f706f7365722e707567782e6f72672f6c6167646f2f646261646d696e2d6472697665722d6d7973716c2f6c6963656e7365)](https://packagist.org/packages/lagdo/dbadmin-driver-mysql)

DbAdmin drivers for MySQL
=========================

[](#dbadmin-drivers-for-mysql)

This package is based on [Adminer](https://github.com/vrana/adminer).

It provides MySQL drivers for [Jaxon DbAdmin](https://github.com/lagdo/jaxon-dbadmin), and implements the interfaces defined in .

It requires either the `php-mysqli` or the `php-pdo_mysql` PHP extension to be installed, and uses the former by default.

**Installation**

Install with Composer.

```
composer require lagdo/dbadmin-driver-mysql

```

**Configuration**

Declare the MySQL servers in the `packages` section on the `Jaxon` config file. Set the `driver` option to `mysql`.

```
    'app' => [
        'packages' => [
            Lagdo\DbAdmin\Db\DbAdminPackage::class => [
                'servers' => [
                    'server_id' => [ // A unique identifier for this server
                        'driver' => 'mysql',
                        'name' => '',     // The name to be displayed in the dashboard UI.
                        'host' => '',     // The database host name or address.
                        'port' => 0,      // The database port. Optional.
                        'username' => '', // The database user credentials.
                        'password' => '', // The database user credentials.
                    ],
                ],
            ],
        ],
    ],
```

Check the [Jaxon DbAdmin](https://github.com/lagdo/jaxon-dbadmin) documentation for more information about the package usage.

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance79

Regular maintenance activity

Popularity11

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity60

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

Recently: every ~9 days

Total

29

Last Release

111d ago

### Community

Maintainers

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

---

Top Contributors

[![feuzeu](https://avatars.githubusercontent.com/u/15174329?v=4)](https://github.com/feuzeu "feuzeu (63 commits)")

---

Tags

databasemysqlsqldashboardadminadminer

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/lagdo-dbadmin-driver-mysql/health.svg)

```
[![Health](https://phpackages.com/badges/lagdo-dbadmin-driver-mysql/health.svg)](https://phpackages.com/packages/lagdo-dbadmin-driver-mysql)
```

###  Alternatives

[rah/danpu

Zero-dependency MySQL dump library for easily exporting and importing databases

64401.8k10](/packages/rah-danpu)[opis/database

A database abstraction layer over PDO, that provides a powerful and intuitive query builder, bundled with an easy to use schema builder

10184.2k3](/packages/opis-database)[delight-im/db

Safe and convenient SQL database access in a driver-agnostic way

49156.8k7](/packages/delight-im-db)

PHPackages © 2026

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