2025-03-17 20:29:50 +01:00
# Adminer
2025-03-23 13:33:59 +01:00
**Adminer** is a full-featured database management tool written in PHP. It consists of a single file ready to deploy to the target server.
2025-03-17 19:25:57 +01:00
**Adminer Editor** offers data manipulation for end-users.
2025-03-17 20:29:50 +01:00
2025-03-23 13:33:59 +01:00
[Official Website ](https://www.adminer.org/ )
2025-03-17 20:29:50 +01:00
2025-03-23 13:33:59 +01:00
## Features
2025-03-17 20:29:50 +01:00
- **Supports:** MySQL, MariaDB, PostgreSQL, CockroachDB, SQLite, MS SQL, Oracle
2025-03-18 11:28:20 +01:00
- **Plugins for:** Elasticsearch, SimpleDB, MongoDB, Firebird, ClickHouse, IMAP
2025-03-28 10:47:20 +01:00
- **Requirements:** PHP 5.3+ (compiled file), PHP 7.4+ (source codes)
2025-03-17 20:29:50 +01:00
## Screenshot
2025-03-28 10:47:20 +01:00

2025-03-17 20:29:50 +01:00
## Installation
If downloaded from Git then run: `git submodule update --init`
- `adminer/index.php` - Run development version of Adminer
- `editor/index.php` - Run development version of Adminer Editor
- `editor/example.php` - Example customization
- `compile.php` - Create a single file version
- `lang.php` - Update translations
- `tests/*.html` - Katalon Recorder test suites
2025-03-17 19:25:57 +01:00
## Plugins
2025-03-26 10:34:11 +01:00
There are several plugins distributed with Adminer, as well as many user-contributed plugins listed on the [Adminer Plugins page ](https://www.adminer.org/plugins/ ).