SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 PHP Postgresql Projects
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
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.
-
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.
-
-
-
-
tirreno
Open security analytics. Understand, monitor, and protect your product from cyber threats, account takeovers, bots and abuse.
-
postfixadmin
PostfixAdmin - web based virtual user administration interface for Postfix mail servers
-
-
-
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.
-
-
-
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-17Lots 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/
-
-
-
-
-
ATK Data
Robust and high performance PHP library for unified access to (not only) SQL databases (by atk4)
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.
-
-
-
-
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.
PHP Postgresql discussion
PHP Postgresql related posts
-
Best Database Clients in 2026: Top SQL GUI Tools Compared
-
Making frontier cybersecurity capabilities available to defenders
-
I Stopped Reading Newsletters. Here's What I Use Instead.
-
Ask LLM: What you see in my product?
-
Show HN: Security Analytics for Your Product
-
Serverless Horrors
-
Database management in a single PHP file
-
A note from our sponsor - SaaSHub
www.saashub.com | 22 Jun 2026
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 |