PHPackages                             lagdo/dbadmin-driver-pgsql - 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-pgsql

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

lagdo/dbadmin-driver-pgsql
==========================

DbAdmin driver for PostgreSQL.

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

Since Sep 26Pushed 3mo ago1 watchersCompare

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

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

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/57a3926f4b31169fb03098ca3ffd226b94ebb2b3719363bbbaded79fdfe44db4/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6c6167646f2f646261646d696e2d6472697665722d706773716c2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/lagdo/dbadmin-driver-pgsql/?branch=main)[![StyleCI](https://camo.githubusercontent.com/d796140120d461af2f93e1012e25d9079effc2865d5ec5e4a35b733762d0e12d/68747470733a2f2f7374796c6563692e696f2f7265706f732f3430303339303233312f736869656c643f6272616e63683d6d61696e)](https://styleci.io/repos/400390231)[![Build Status](https://camo.githubusercontent.com/9f9f8fca96ca9f840e8bac8a27be30d05b95e5ed5f8dc737fa269a24d240e0cf/68747470733a2f2f6170692e7472617669732d63692e636f6d2f6c6167646f2f646261646d696e2d6472697665722d706773716c2e7376673f6272616e63683d6d61696e)](https://app.travis-ci.com/github/lagdo/dbadmin-driver-pgsql)[![Coverage Status](https://camo.githubusercontent.com/e1beb63a1773e7d04dcd15e8cf06996dbf8bccbafc9cae1be7dd32d627a91b2a/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6c6167646f2f646261646d696e2d6472697665722d706773716c2f62616467652e7376673f6272616e63683d6d61696e)](https://coveralls.io/github/lagdo/dbadmin-driver-pgsql?branch=main)

[![Latest Stable Version](https://camo.githubusercontent.com/500bfe531a80f04d552559f5880713a34450cf95352b97ba15f1a16fd95ff849/68747470733a2f2f706f7365722e707567782e6f72672f6c6167646f2f646261646d696e2d6472697665722d706773716c2f762f737461626c65)](https://packagist.org/packages/lagdo/dbadmin-driver-pgsql)[![Total Downloads](https://camo.githubusercontent.com/cad2fef7e4ce2662bc0adc1a3a5f2b219bc6828fba6673779404874e18ea86e1/68747470733a2f2f706f7365722e707567782e6f72672f6c6167646f2f646261646d696e2d6472697665722d706773716c2f646f776e6c6f616473)](https://packagist.org/packages/lagdo/dbadmin-driver-pgsql)[![License](https://camo.githubusercontent.com/f4e58b108e0aad4c258af3f57a5be622a8c7248a00b34f97b483248a4988d697/68747470733a2f2f706f7365722e707567782e6f72672f6c6167646f2f646261646d696e2d6472697665722d706773716c2f6c6963656e7365)](https://packagist.org/packages/lagdo/dbadmin-driver-pgsql)

DbAdmin drivers for PostgreSQL
==============================

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

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

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

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

**Installation**

Install with Composer.

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

```

**Configuration**

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

```
    'app' => [
        'packages' => [
            Lagdo\DbAdmin\Db\DbAdminPackage::class => [
                'servers' => [
                    'server_id' => [ // A unique identifier for this server
                        'driver' => 'pgsql',
                        '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

44

—

FairBetter than 92% of packages

Maintenance81

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity61

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

Recently: every ~9 days

Total

35

Last Release

112d 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 (67 commits)")

---

Tags

databasepostgresqlsqldashboardadminadminer

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.

9.7k578.4M5.6k](/packages/doctrine-dbal)[cycle/database

DBAL, schema introspection, migration and pagination

64690.9k31](/packages/cycle-database)[delight-im/db

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

49156.8k7](/packages/delight-im-db)[davmixcool/php-dbcloud

Easily backup PostgreSql or MySql database to the cloud

111.5k](/packages/davmixcool-php-dbcloud)

PHPackages © 2026

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