Database management in a single PHP file
Published on: 2025-06-05 14:30:02
Adminer
Adminer is a full-featured database management tool written in PHP. It consists of a single file ready to deploy to the target server. Adminer Editor offers data manipulation for end-users.
https://www.adminer.org/
Supports: MySQL, MariaDB, PostgreSQL, CockroachDB, SQLite, MS SQL, Oracle
MySQL, MariaDB, PostgreSQL, CockroachDB, SQLite, MS SQL, Oracle Plugins for: Elasticsearch, SimpleDB, MongoDB, Firebird, ClickHouse, IMAP
Elasticsearch, SimpleDB, MongoDB, Firebird, ClickHouse, IMAP Requirements: PHP 5.3+
Screenshot
Installation
If downloaded from Git then run: git submodule update --init
adminer/index.php - Run development version of Adminer
- Run development version of Adminer editor/index.php - Run development version of Adminer Editor
- Run development version of Adminer Editor editor/example.php - Example customization
- Example customization adminer/sqlite.php - Development version of Adminer with SQLite allowed
- Development version of Adminer with SQLite al
... Read full article.