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

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

hubert/avocado-postgres-driver
==============================

PostgreSQL driver implementation for Avocado

v1.0.0(3y ago)00Apache-2.0PHPPHP &gt;=8.1

Since Feb 3Pushed 3y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (2)Used By (0)

PostgreSQL driver implementation for Avocado
--------------------------------------------

[](#postgresql-driver-implementation-for-avocado)

Based on **PDO**, **PDO\_PSQL** and `Avocado 8.0.0-dev`.

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

[](#use-example)

```
#[Configuration]
class DataSourceConfiguration {

    public function __construct(){}

    #[Leaf]
    public function dataSource(): DataSource {
        return (new DataSourceBuilder())
            ->server("...")
            ->databaseName("...")
            ->username("...")
            ->password("...")
            ->port("...")
            ->charset("...")
            ->driver(PostgreSQLDriver::class)
            ->build();
    }
}
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Unknown

Total

1

Last Release

1245d ago

### 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 (15 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/hubert-avocado-postgres-driver/health.svg)](https://phpackages.com/packages/hubert-avocado-postgres-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)
