php-db-admin is an open-source database admin UI that works with MySQL, PostgreSQL, and SQLite. It's designed as a modern alternative to phpMyAdmin and Adminer — lighter than the former, more featured than the latter. Key features: - Supports MySQL, PostgreSQL, and SQLite - AI assistant for writing and explaining SQL queries - Single Docker command to get started - No build steps — drop it into any PHP environment docker run --rm -p 8080:8080 ghcr.io/uplucid/php-db-admin:latest
No reviews yetBe the first to leave a review for PHP DB Admin
Maker
📌
Hey PH! 👋 I'm the creator of php-db-admin.
I built this after repeatedly seeing developers ask for a phpMyAdmin-like
UI for PostgreSQL — but nothing quite hit the sweet spot. phpMyAdmin treats
PostgreSQL as an afterthought, and Adminer is great but too bare-bones for
day-to-day use.
So I built php-db-admin: a lightweight, open-source admin UI that supports
MySQL, PostgreSQL, and SQLite — with an AI assistant built in to help write
and explain SQL queries.
It's still early days, so I'd love to hear what features matter most to you.
Happy to answer any questions! 🙏