PHPackages                             hubert/avocado-mysql-driver - 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. hubert/avocado-mysql-driver

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

hubert/avocado-mysql-driver
===========================

v3.1.2(3y ago)019Apache-2.0PHPPHP 8.\*

Since Feb 1Pushed 3y ago1 watchersCompare

[ Source](https://github.com/HubertKuch/avocado-mysql-driver)[ Packagist](https://packagist.org/packages/hubert/avocado-mysql-driver)[ RSS](/packages/hubert-avocado-mysql-driver/feed)WikiDiscussions main Synced yesterday

READMEChangelog (1)Dependencies (2)Versions (10)Used By (0)

MySQL driver for Avocado
========================

[](#mysql-driver-for-avocado)

Driver based on PDO. Will works with MySQL and MariaDB.

Use example
-----------

[](#use-example)

```
#[Configuration]
class DatasourceConfiguration {

    #[Leaf]
    public function datasource(): DataSource {
        return (new DataSourceBuilder())
            ->username("...")
            ->password("...")
            ->server("...")
            ->port(3306)
            ->driver(MySQLDriver::class) // or FQN -> "\\Avocado\\MysqlDriver\\MySQLDriver"
            ->databaseName("")
            ->build();
    }
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Total

9

Last Release

1192d ago

Major Versions

v1.0.0 → v2.0.02023-02-01

v2.0.2 → v3.0.02023-03-19

### Community

Maintainers

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

---

Top Contributors

[![HubertKuch](https://avatars.githubusercontent.com/u/84969448?v=4)](https://github.com/HubertKuch "HubertKuch (17 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/hubert-avocado-mysql-driver/health.svg)

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

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k117.2M118](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M87](/packages/propel-propel1)[jfelder/oracledb

Oracle DB driver for Laravel

11518.4k](/packages/jfelder-oracledb)

PHPackages © 2026

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