[Go to site: main page, start]

PHP Postgresql

Open-source PHP projects categorized as Postgresql

Top 23 PHP Postgresql Projects

  1. dbal

    Doctrine Database Abstraction Layer

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. Adminer

    Database management in a single PHP file

    Project mention: What if we improve the way developers are given access to databases | dev.to | 2025-10-03

    Certain complex tasks (analyzing indexes, optimizing queries, performing large-scale exports/imports) are much simpler with a graphical tool than with a command line or REST API. The same is true for analyzing the structure of a complex database with many tables. The user-friendliness of the graphical interface of tools like DBeaver or Adminer is a definite advantage.

  4. DOLIBARR ERP & CRM

    Dolibarr ERP CRM is a modern software package to manage your company or foundation's activity (contacts, suppliers, invoices, orders, stocks, agenda, accounting, ...). it's an open source Web application (written in PHP) designed for businesses of any sizes, foundations and freelancers.

    Project mention: Floppy disks turn out to be the greatest TV remote for kids | news.ycombinator.com | 2026-01-12

    > link to an example open-source application that does it that way

    My experience is with this: https://github.com/Dolibarr/dolibarr (what I currently work on is quite similar, but it's not open source).

    It works fine. Clients don't complain about the interface. The project has been going on for 20 years or so now, and doesn't need big refactors every time a dependency gets updated because it avoids dependencies.

  5. devilbox

    A modern Docker LAMP stack and MEAN stack for local development

  6. PHP-CRUD-API

    Single file PHP script that adds a REST API to a SQL database

  7. upscheme

    Database migrations and schema updates made easy

  8. tirreno

    Open security analytics. Understand, monitor, and protect your product from cyber threats, account takeovers, bots and abuse.

    Project mention: Fidonet: Technology, Use, Tools, and History | news.ycombinator.com | 2026-06-02
  9. postfixadmin

    PostfixAdmin - web based virtual user administration interface for Postfix mail servers

  10. MyBB

    MyBB is a free and open source forum software.

  11. koillection

    Koillection is a self-hosted service allowing users to manage any kind of collections.

  12. totum-mit

    Small-code database for non-programmers. Universal UI, simple-code logic, automatic actions, access rules, logging, API and more. Quickly create a complex internal apps using the database as an interface.

  13. fluentpdo

    A PHP SQL query builder using PDO

  14. EasyDB

    Easy-to-use PDO wrapper for PHP projects.

  15. Simple Machines Forum

    Simple Machines Forum — SMF in short — is free and open-source community forum software, delivering professional grade features in a package that allows you to set up your own online community within minutes! (by SimpleMachines)

    Project mention: Slack is extorting us with a $195k/yr bill increase | news.ycombinator.com | 2025-09-17

    Lots of criticism here but feels like a community that would have been better served by spinning up a forum server or something along those lines. These are pretty easy to get going. Cheers!

    https://www.discourse.org/

    https://flarum.org/

    https://www.simplemachines.org/

  16. doctrine-json-odm

    An object document mapper for Doctrine ORM using JSON types of modern RDBMS.

  17. DoctrineJsonFunctions

    Doctrine DQL functions for SQL JSON data type

  18. Chyrp Lite

    An ultra-lightweight blogging engine, written in PHP.

  19. Aura.SqlQuery

    Independent query builders for MySQL, PostgreSQL, SQLite, and Microsoft SQL Server.

  20. ATK Data

    Robust and high performance PHP library for unified access to (not only) SQL databases (by atk4)

    Project mention: Hello Dev.to | dev.to | 2025-07-07

    Agile Data (https://github.com/atk4/data) implements an approach of DataSet abstractions - implemented in PHP. While it is similar to ORM in syntax - it operates on an entirely different level, allowing you to dynamically build multi-table queries, abstract away expression logic, and introduce extensions (such as soft-delete). All of that integrates into UI directly) making ATK a "low-code" framework that makes you write very little code.

  21. Serendipity

    A PHP blog software

  22. adminer

    Customizations for Adminer, the best database management tool written in PHP. (by dg)

  23. MyWebSQL

    Next generation tool for database web administration

  24. postgres

    Async Postgres client for PHP based on Amp. (by amphp)

    Project mention: PHP async: event loop, Fibers and the limits of single-threading | dev.to | 2026-05-13

    The database case is more nuanced. PDO, PHP's default driver, is entirely blocking: a SQL query blocks the thread until the response. With ReactPHP or Amp, using PDO inside a Fiber cancels all the benefit — the Fiber blocks like classic synchronous code. You need native async drivers: amphp/mysql or amphp/postgres for PostgreSQL. Adoption of these drivers is still limited, which makes the Amp + PostgreSQL stack less natural than its Node.js equivalent.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

PHP Postgresql discussion

Log in or Post with

PHP Postgresql related posts

Index

What are some of the best open-source Postgresql projects in PHP? This list will help you:

# Project Stars
1 dbal 9,698
2 Adminer 7,437
3 DOLIBARR ERP & CRM 7,327
4 devilbox 4,475
5 PHP-CRUD-API 3,735
6 upscheme 2,695
7 tirreno 1,422
8 postfixadmin 1,247
9 MyBB 1,221
10 koillection 1,211
11 totum-mit 984
12 fluentpdo 920
13 EasyDB 734
14 Simple Machines Forum 726
15 doctrine-json-odm 630
16 DoctrineJsonFunctions 587
17 Chyrp Lite 485
18 Aura.SqlQuery 456
19 ATK Data 281
20 Serendipity 225
21 adminer 134
22 MyWebSQL 128
23 postgres 107

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that PHP is
the 14th most popular programming language
based on number of references?