2017 © Pedro Peláez
 

project phppgadmin6

Like phpmyadmin but for postgres

image

huasofoundries/phppgadmin6

Like phpmyadmin but for postgres

  • Friday, July 13, 2018
  • by amenadiel
  • Repository
  • 14 Watchers
  • 32 Stars
  • 152 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 10 Forks
  • 13 Open issues
  • 100 Versions
  • 20 % Grown

The README.md

phpPgAdmin6

PHP Based administration tool for PostgreSQL. Blazing fast routing with Slim Framework 3 and solid abstraction layer in its core with AdoDB., (*1)

Packagist Codacy Badge Scrutinizer Code Quality Build Status License FOSSA Status Packagist PHP Version Support, (*2)


This project is inspired in phppgadmin. Said project stalled a few years ago so we took it, refactored almost entirely and added:, (*3)

Requirements

  • PHP 7.1+
  • PostgreSQL v9+
  • ext-psql
  • Composer

(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)., (*4)


Installation

Install Composer in your machine., (*5)

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

composer create-project huasofoundries/phppgadmin6 <FOLDER> v6.0.* --no-dev --prefer-dist

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

composer install --no-dev

Configuration

You can set the config options either in a config.inc.php (refer to config.inc.php-dist for an example) AND/OR a 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., (*8)

Server Blocks

Configuration has a servers entry whose details are in their on Wiki section: "Config: Servers", (*9)


Rewrite Rules

As this project is built over Slim Framework 3, you'll need some rewrite rules for nice-urls to work., (*10)

Please refer to Slim Framework 3 instructions on rewrite rules config for:, (*11)

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., (*12)

To set it in config.inc.php, (*13)

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

To set it in config.yml, (*14)

default_lang: auto
subfolder: '/phppha_subfolder'

Remember that values set on the yml config take precedence., (*15)

Besides, remember to modify your webserver configuration accordingly, (*16)

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

Instead of, (*17)

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

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

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. Said branch can be installed as, (*19)

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

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

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., (*21)

SPDX-License-Identifier: MIT OR GPL-2.0-or-later OR BSD-3-Clause, (*22)

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, (*23)

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

The Versions

24/04 2018

dev-analysis-XkkKjJ

dev-analysis-XkkKjJ

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

24/04 2018

dev-analysis-8mjbgb

dev-analysis-8mjbgb

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

24/04 2018

dev-analysis-qMOdbL

dev-analysis-qMOdbL

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

24/04 2018

dev-analysis-zRKGLD

dev-analysis-zRKGLD

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

24/04 2018

dev-analysis-zYLbMo

dev-analysis-zYLbMo

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

24/04 2018

dev-analysis-qx26eb

dev-analysis-qx26eb

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

24/04 2018

dev-analysis-qr2bJ3

dev-analysis-qr2bJ3

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

24/04 2018

6.0.0-beta.44

6.0.0.0-beta44

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

24/04 2018

dev-analysis-zOYnJR

dev-analysis-zOYnJR

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

24/04 2018

dev-analysis-8QaJ9j

dev-analysis-8QaJ9j

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

24/04 2018

dev-analysis-XNlKNp

dev-analysis-XNlKNp

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

24/04 2018

dev-analysis-Xar3W7

dev-analysis-Xar3W7

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

24/04 2018

dev-analysis-8764Ek

dev-analysis-8764Ek

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

24/04 2018

dev-analysis-qv2Por

dev-analysis-qv2Por

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

24/04 2018

dev-analysis-X0MaB4

dev-analysis-X0MaB4

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

23/04 2018

dev-analysis-qBRkQA

dev-analysis-qBRkQA

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

23/04 2018

dev-analysis-8jk2yB

dev-analysis-8jk2yB

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

23/04 2018

dev-analysis-zOYndP

dev-analysis-zOYndP

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

23/04 2018

dev-analysis-X0MaAj

dev-analysis-X0MaAj

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

23/04 2018

dev-analysis-z30Np1

dev-analysis-z30Np1

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

23/04 2018

dev-analysis-X0Mabm

dev-analysis-X0Mabm

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

21/04 2018

6.0.0-beta.43

6.0.0.0-beta43

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

21/04 2018

6.0.0-beta.42

6.0.0.0-beta42

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

21/04 2018

6.0.0-beta.41

6.0.0.0-beta41

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

19/04 2018

6.0.0-beta.40

6.0.0.0-beta40

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

19/04 2018

6.0.0-beta.39

6.0.0.0-beta39

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

19/04 2018

6.0.0-beta.38

6.0.0.0-beta38

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

19/04 2018

6.0.0-beta.37

6.0.0.0-beta37

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

19/04 2018

6.0.0-beta.36

6.0.0.0-beta36

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

17/04 2018

6.0.0-beta.35

6.0.0.0-beta35

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

16/04 2018

6.0.0-beta.34

6.0.0.0-beta34

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

24/03 2018

dev-analysis-87leQV

dev-analysis-87leQV

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

24/03 2018

dev-analysis-z9Vvlo

dev-analysis-z9Vvlo

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

23/03 2018

dev-analysis-86O5Bn

dev-analysis-86O5Bn

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

21/03 2018

dev-analysis-q5Qdnv

dev-analysis-q5Qdnv

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

15/03 2018

dev-analysis-8m6odp

dev-analysis-8m6odp

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

14/03 2018

6.0.0-beta.33

6.0.0.0-beta33

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

14/03 2018

dev-beta33

dev-beta33

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

12/03 2018

6.0.0-beta.32

6.0.0.0-beta32

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

12/03 2018

dev-analysis-8LwPwK

dev-analysis-8LwPwK

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

10/03 2018

6.0.0-beta.31

6.0.0.0-beta31

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

15/02 2018

dev-php_cs_fixer

dev-php_cs_fixer

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

15/02 2018

dev-analysis-qy0b62

dev-analysis-qy0b62

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

15/02 2018

dev-analysis-XapN4k

dev-analysis-XapN4k

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

15/02 2018

dev-analysis-Xppog4

dev-analysis-Xppog4

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

15/02 2018

dev-analysis-qvGwdx

dev-analysis-qvGwdx

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

15/02 2018

dev-analysis-XVZ2YO

dev-analysis-XVZ2YO

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

15/02 2018

dev-analysis-8npWKA

dev-analysis-8npWKA

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

15/02 2018

dev-analysis-qBYBAV

dev-analysis-qBYBAV

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

15/02 2018

dev-analysis-8npjE0

dev-analysis-8npjE0

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

15/02 2018

dev-analysis-XljgAW

dev-analysis-XljgAW

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

15/02 2018

dev-analysis-Xljg2k

dev-analysis-Xljg2k

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

15/02 2018

6.0.0-beta.30

6.0.0.0-beta30

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

14/02 2018

dev-remove_exit_statements

dev-remove_exit_statements

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

14/02 2018

dev-analysis-8K4pJ6

dev-analysis-8K4pJ6

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

14/02 2018

dev-analysis-XNepgp

dev-analysis-XNepgp

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

14/02 2018

dev-analysis-XW3llJ

dev-analysis-XW3llJ

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

13/02 2018

dev-analysis-zdpDyL

dev-analysis-zdpDyL

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

13/02 2018

dev-analysis-z9DZ5N

dev-analysis-z9DZ5N

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

13/02 2018

6.0.0-beta.29

6.0.0.0-beta29

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

06/11 2017

6.0.0-beta.28

6.0.0.0-beta28

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

08/10 2017

6.0.0-beta.27

6.0.0.0-beta27

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

30/09 2017

6.0.0-beta.26

6.0.0.0-beta26

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

30/09 2017

6.0.0-beta.25

6.0.0.0-beta25

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

20/09 2017

6.0.0-beta.24

6.0.0.0-beta24

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

30/08 2017

6.0.0-beta.23

6.0.0.0-beta23

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

22/08 2017

6.0.0-beta.22

6.0.0.0-beta22

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

10/08 2017

6.0.0-beta.21

6.0.0.0-beta21

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

10/08 2017

6.0.0-beta.20

6.0.0.0-beta20

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

09/08 2017

6.0.0-beta.19

6.0.0.0-beta19

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

09/08 2017

6.0.0-beta.18

6.0.0.0-beta18

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

08/08 2017

dev-feature/browser_in_body

dev-feature/browser_in_body

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

05/08 2017

6.0.0-beta.17

6.0.0.0-beta17

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

31/07 2017

dev-feature/linter_and_phpcs_fixer

dev-feature/linter_and_phpcs_fixer

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar amenadiel

27/07 2017

6.0.0-beta.16

6.0.0.0-beta16

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

by Avatar amenadiel

26/07 2017

6.0.0-beta.15

6.0.0.0-beta15

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

by Avatar amenadiel

26/07 2017

6.0.0-beta.14

6.0.0.0-beta14

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

by Avatar amenadiel

21/07 2017

6.0.0-beta.13

6.0.0.0-beta13

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

by Avatar amenadiel

20/07 2017

6.0.0-beta.12

6.0.0.0-beta12

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

by Avatar amenadiel

20/07 2017

6.0.0-beta.11

6.0.0.0-beta11

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

by Avatar amenadiel

06/07 2017

6.0.0-beta.10

6.0.0.0-beta10

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

by Avatar amenadiel

29/06 2017

6.0.0-beta.9

6.0.0.0-beta9

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

by Avatar amenadiel

17/05 2017

6.0.0-beta.8

6.0.0.0-beta8

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

by Avatar amenadiel

23/03 2017

6.0.0-beta.7

6.0.0.0-beta7

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

by Avatar amenadiel

07/02 2017

6.0.0-beta.6

6.0.0.0-beta6

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

by Avatar amenadiel

07/02 2017

6.0.0-beta.5

6.0.0.0-beta5

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

by Avatar amenadiel

02/02 2017

6.0.0-beta4

6.0.0.0-beta4

Like phpmyadmin but for postgres

  Sources   Download

MIT

The Requires

 

by Avatar amenadiel