PHPackages                             huasofoundries/phppgadmin6 - 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. [Templating &amp; Views](/categories/templating)
4. /
5. huasofoundries/phppgadmin6

ActiveProject[Templating &amp; Views](/categories/templating)

huasofoundries/phppgadmin6
==========================

Like phpmyadmin but for postgres

6.1.3(5y ago)4549419[7 issues](https://github.com/HuasoFoundries/phpPgAdmin6/issues)[24 PRs](https://github.com/HuasoFoundries/phpPgAdmin6/pulls)MITPHPPHP &gt;=7.2

Since Aug 12Pushed 1y ago12 watchersCompare

[ Source](https://github.com/HuasoFoundries/phpPgAdmin6)[ Packagist](https://packagist.org/packages/huasofoundries/phppgadmin6)[ RSS](/packages/huasofoundries-phppgadmin6/feed)WikiDiscussions develop Synced 4w ago

READMEChangelog (5)Dependencies (19)Versions (95)Used By (0)

phpPgAdmin6
===========

[](#phppgadmin6)

PHP Based administration tool for PostgreSQL. Blazing fast routing with [Slim Framework 3](https://www.slimframework.com/) and solid abstraction layer in its core with [AdoDB](https://adodb.org/).

[![Packagist](https://camo.githubusercontent.com/4a663b8009a8d26bfe65be7ad3f1017b009c3e6ccc19b6659591fcd7c4affb6f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f687561736f666f756e64726965732f706870706761646d696e362e737667)](https://packagist.org/packages/huasofoundries/phppgadmin6)[![Codacy Badge](https://camo.githubusercontent.com/4eb855079107d5752c8bb2367d73b445fdbe457edd90401c2aee2f325f11dc5d/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f3238396135366331633764393432313662336430383963323230363839653965)](https://www.codacy.com/app/amenadiel/phpPgAdmin6?utm_source=github.com&utm_medium=referral&utm_content=HuasoFoundries/phpPgAdmin6&utm_campaign=Badge_Grade)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/2615d91148150c2d51fdd02fb5807a9860a17c94e4da6cc2ba8e6923569e838b/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f487561736f466f756e64726965732f706870506741646d696e362f6261646765732f7175616c6974792d73636f72652e706e673f623d646576656c6f70)](https://scrutinizer-ci.com/g/HuasoFoundries/phpPgAdmin6/?branch=develop)[![Build Status](https://camo.githubusercontent.com/d193ed5e6cace341b30cbf51e8960998ee0d1fe403aaa881714e7da814a0431c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f487561736f466f756e64726965732f706870506741646d696e362f6261646765732f6275696c642e706e673f623d646576656c6f70)](https://scrutinizer-ci.com/g/HuasoFoundries/phpPgAdmin6/build-status/develop)[![License](https://camo.githubusercontent.com/b7f987d9672849c198f174fdcafb8cc6d9878e439d03e9403c34683de445b87e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d3432386637652e7376673f6c6f676f3d6f70656e253230736f75726365253230696e6974696174697665266c6f676f436f6c6f723d7768697465266c6162656c436f6c6f723d353535353535)](LICENSE.md)[![FOSSA Status](https://camo.githubusercontent.com/6b46b47752cbc28c5bd74e98d77cd912dadf0e326daf2c9c1d65c693dc2b61b4/68747470733a2f2f6170702e666f7373612e696f2f6170692f70726f6a656374732f6769742532426769746875622e636f6d253246487561736f466f756e6472696573253246706870506741646d696e362e7376673f747970653d736869656c64)](https://app.fossa.io/projects/git%2Bgithub.com%2FHuasoFoundries%2FphpPgAdmin6?ref=badge_shield)[![Packagist PHP Version Support](https://camo.githubusercontent.com/86cd10a297d3eb5aab5afe7f1df869e3ebd3569beda51e4bd821e00cd5fb1af8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f687561736f666f756e64726965732f706870706761646d696e363f6c6f676f3d706870266c6162656c436f6c6f723d656665666566)](https://camo.githubusercontent.com/86cd10a297d3eb5aab5afe7f1df869e3ebd3569beda51e4bd821e00cd5fb1af8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f687561736f666f756e64726965732f706870706761646d696e363f6c6f676f3d706870266c6162656c436f6c6f723d656665666566)

---

This project is inspired in [phppgadmin](https://github.com/phppgadmin/phppgadmin). Said project stalled a few years ago so we took it, refactored almost entirely and added:

- Composer Installation and dependency management
- [PSR-2 Coding Standard](https://www.php-fig.org/psr/psr-2) (Will evolve to PSR-12 soon)
- [PSR-4 Autoloading](https://www.php-fig.org/psr/psr-4)
- Removal of global variables (WIP)
- Removal of superglobals in favour of [PSR-7 Message interfaces](http://www.php-fig.org/psr/psr-7/) (WIP)
- Full PHP 7+ support
- Usage of Dependency Injection compliant with [PSR-11 Container interface](http://www.php-fig.org/psr/psr-11/)
- Support for PG 9.3+ features (Materialized Views, BRIN Indexes, etc)
- Nice urls

Requirements
------------

[](#requirements)

- PHP 7.1+
- PostgreSQL v9+
- ext-psql
- [Composer](https://getcomposer.org/download/)

(If you're using PostgreSQL 7.4 or 8.x, or PHP 5.6+, you can still try versions RC2 and below, but you should really, realy upgrade).

---

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

[](#installation)

### Using Composer (recommended)

[](#using-composer-recommended)

[Install Composer in your machine](https://getcomposer.org/download/).

Install with composer running the following command in your shell (replacing whith your desired folder name)

```
composer create-project huasofoundries/phppgadmin6  v6.0.* --no-dev --prefer-dist
```

Alternatively, clone this repo and run (inside then folder where the project was cloned)

```
composer install --no-dev
```

Configuration
-------------

[](#configuration)

You can set the config options either in a `config.inc.php` (refer to [config.inc.example.php](config.inc.example.php) for an example) AND/OR a [config.yml](config.yml). The use of the latter is complely optional. Keep in mind the config entries are merged giving precedence to the ones in the YAML file.

### Server Blocks

[](#server-blocks)

Configuration has a `servers` entry whose details are in their on Wiki section: "[Config: Servers](https://github.com/HuasoFoundries/phpPgAdmin6/wiki/Config:-servers)"

---

Rewrite Rules
-------------

[](#rewrite-rules)

As this project is built over [Slim Framework 3](https://www.slimframework.com/), **you'll need some rewrite rules for nice-urls to work**.

Please refer to Slim Framework 3 instructions on rewrite rules config for:

- [Nginx](http://www.slimframework.com/docs/v3/start/web-servers.html#nginx-configuration)
- [Apache](http://www.slimframework.com/docs/v3/start/web-servers.html#apache-configuration)
- [Lighttpd](http://www.slimframework.com/docs/v3/start/web-servers.html#lighttpd)
- [IIS](http://www.slimframework.com/docs/v3/start/web-servers.html#iis)
- [HHVM](http://www.slimframework.com/docs/v3/start/web-servers.html#hiphop-virtual-machine)
- [PHP Built-in dev server](http://www.slimframework.com/docs/v3/start/web-servers.html#php-built-in-server)

Running inside a subfolder
--------------------------

[](#running-inside-a-subfolder)

If you're planning to run phpPgAdmin6 under a subfolder, make sure you set it **explicitly** in the config file(s). I gave up trying to figure out the subfolder automatically and it's outside of this project's scope.

To set it in `config.inc.php`

```
$conf = [
  'subfolder' => '/phppga_subfolder',
  'other config...' => 'sure'
];

```

To set it in `config.yml`

```
default_lang: auto
subfolder: '/phppha_subfolder'
```

Remember that values set on the `yml` config take precedence.

Besides, remember to modify your webserver configuration accordingly

```
location /subfolder/ {
    try_files $uri $uri/ /subfolder/index.php$is_args$args;
}

```

Instead of

```
location / {
    try_files $uri $uri/ /index.php$is_args$args;
}

```

(Implementation details for your specific setup fall **outside of this package's scope**)

#### Installing dev branch

[](#installing-dev-branch)

If there's something broken and I cannot risk breaking the rest to fix your issue, I might push a fix or feature to [develop branch](https://github.com/HuasoFoundries/phpPgAdmin6/tree/develop). Said branch can be installed as

```
composer create-project huasofoundries/phppgadmin6  v6.*.*@beta --no-dev --prefer-dist
```

(or, you know, clone the repo and make sure you're in develop branch)

License
-------

[](#license)

This work is licensed under MIT or GPL 2.0 (or any later version) or BSD-3-Clause You can choose between one of them if you use this work.

`SPDX-License-Identifier: MIT OR GPL-2.0-or-later OR BSD-3-Clause`

Credits &amp; FAQ
-----------------

[](#credits--faq)

We're preserving due credits to all people that contributed in the past, as well as other release notes contained in the old version of [phppgadmin](https://github.com/phppgadmin/phppgadmin)

- [Bugs](docs/BUGS.md)
- [Changelog](docs/CHANGELOG.md) (*outdated*)
- [Credits](docs/CREDITS.md)
- [Developers](docs/DEVELOPERS.md)
- [FAQ](docs/FAQ.md) (*outdated*)
- [History](docs/HISTORY.md) (*outdated*)
- [Translators](docs/TRANSLATORS.md)

Kudos to all people that helped build the original project, upon which this one was built.

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance24

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community27

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor1

Top contributor holds 64.6% 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 ~22 days

Recently: every ~37 days

Total

67

Last Release

2080d ago

PHP version history (4 changes)6.0.0-alpha3PHP &gt;=5.5.0

6.0.0-beta.10PHP &gt;=5.6.0

6.0.0-RC3PHP &gt;=7.1

v6.1.0PHP &gt;=7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/284afa1961693b50b7e6707f198ebdba58dcd78cc4998870f1227597d12581e9?d=identicon)[ffflabs](/maintainers/ffflabs)

---

Top Contributors

[![ffflabs](https://avatars.githubusercontent.com/u/238439?v=4)](https://github.com/ffflabs "ffflabs (742 commits)")[![ioguix](https://avatars.githubusercontent.com/u/16266?v=4)](https://github.com/ioguix "ioguix (265 commits)")[![xzilla](https://avatars.githubusercontent.com/u/14192?v=4)](https://github.com/xzilla "xzilla (45 commits)")[![richp10](https://avatars.githubusercontent.com/u/3863621?v=4)](https://github.com/richp10 "richp10 (41 commits)")[![leonardosapiras](https://avatars.githubusercontent.com/u/239223?v=4)](https://github.com/leonardosapiras "leonardosapiras (17 commits)")[![g0tar](https://avatars.githubusercontent.com/u/4712884?v=4)](https://github.com/g0tar "g0tar (5 commits)")[![hans-chen](https://avatars.githubusercontent.com/u/2952089?v=4)](https://github.com/hans-chen "hans-chen (5 commits)")[![rjuju](https://avatars.githubusercontent.com/u/1608890?v=4)](https://github.com/rjuju "rjuju (4 commits)")[![abbychau](https://avatars.githubusercontent.com/u/350283?v=4)](https://github.com/abbychau "abbychau (3 commits)")[![ibarwick](https://avatars.githubusercontent.com/u/4560438?v=4)](https://github.com/ibarwick "ibarwick (3 commits)")[![mhagander](https://avatars.githubusercontent.com/u/174657?v=4)](https://github.com/mhagander "mhagander (3 commits)")[![Skatox](https://avatars.githubusercontent.com/u/177008?v=4)](https://github.com/Skatox "Skatox (3 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (2 commits)")[![fwendt](https://avatars.githubusercontent.com/u/414237?v=4)](https://github.com/fwendt "fwendt (2 commits)")[![Marv-CZ](https://avatars.githubusercontent.com/u/16525614?v=4)](https://github.com/Marv-CZ "Marv-CZ (2 commits)")[![mvrhov](https://avatars.githubusercontent.com/u/450008?v=4)](https://github.com/mvrhov "mvrhov (1 commits)")[![firzen](https://avatars.githubusercontent.com/u/37329?v=4)](https://github.com/firzen "firzen (1 commits)")[![ironiridis](https://avatars.githubusercontent.com/u/308159?v=4)](https://github.com/ironiridis "ironiridis (1 commits)")[![krp-kp](https://avatars.githubusercontent.com/u/1413296?v=4)](https://github.com/krp-kp "krp-kp (1 commits)")[![Kissaki](https://avatars.githubusercontent.com/u/93181?v=4)](https://github.com/Kissaki "Kissaki (1 commits)")

---

Tags

adodbcodemirrorcomposerjavascriptpgsqlphpphppgadminplpgsqlpostgrespostgresqlrewrite-rulesslim-frameworktwig

###  Code Quality

TestsCodeception

Static AnalysisPHPStan, Psalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/huasofoundries-phppgadmin6/health.svg)

```
[![Health](https://phpackages.com/badges/huasofoundries-phppgadmin6/health.svg)](https://phpackages.com/packages/huasofoundries-phppgadmin6)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[phlak/directory-lister

PHP directory lister

2.5k1.4k](/packages/phlak-directory-lister)[symfony/ux-toolkit

A tool to easily create a design system in your Symfony app with customizable, well-crafted Twig components

1682.8k1](/packages/symfony-ux-toolkit)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[iq2i/storia-bundle

UI Storia bundle

155.2k](/packages/iq2i-storia-bundle)

PHPackages © 2026

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