Top 5 PHP Postgre Projects
-
coolify
An open-source, self-hostable PaaS alternative to Vercel, Heroku & Netlify that lets you easily deploy static sites, databases, full-stack applications and 280+ one-click services on your own servers.
Install Coolify (free, open source) on a VPS and deploy Memos from its catalog. You get a web UI and auto-updates, but Coolify itself wants ~2 GB of RAM, which is heavier than the app it is managing. Worth it only if you are already running Coolify for other apps.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
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.
-
-
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.
-
Cruder
The Cruder Project is a CRUD system for working with SQL databases based on the Query Builder principle and using PDO. (by musicman3)
Project mention: Show HN: Open-source eMarket Online Store v1.0 RC-3.5 | news.ycombinator.com | 2025-11-18
PHP Postgres discussion
PHP Postgres related posts
Index
What are some of the best open-source Postgre projects in PHP? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | coolify | 57,200 |
| 2 | totum-mit | 984 |
| 3 | laravel-magellan | 438 |
| 4 | postgres | 107 |
| 5 | Cruder | 0 |