https://github.com/vrana/adminer
Database management in a single PHP file
https://github.com/vrana/adminer
database mssql mysql php postgresql sqlite
Last synced: 1 day ago
JSON representation
Database management in a single PHP file
- Host: GitHub
- URL: https://github.com/vrana/adminer
- Owner: vrana
- License: other
- Created: 2010-04-25T08:30:07.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2025-04-18T21:00:46.000Z (1 day ago)
- Last Synced: 2025-04-19T01:31:41.781Z (1 day ago)
- Topics: database, mssql, mysql, php, postgresql, sqlite
- Language: PHP
- Homepage: https://www.adminer.org/
- Size: 11.3 MB
- Stars: 6,644
- Watchers: 232
- Forks: 1,102
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome - adminer - Database management in a single PHP file (PHP)
- php-awesome - Adminer - 单文件 MySQL 管理客户端 (类库 / 数据库)
- StarryDivineSky - vrana/adminer
- stars - adminer
- stars - adminer
README
# 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.[Official Website](https://www.adminer.org/)
## Features
- **Supports:** MySQL, MariaDB, PostgreSQL, CockroachDB, SQLite, MS SQL, Oracle
- **Plugins for:** Elasticsearch, SimpleDB, MongoDB, Firebird, ClickHouse, IMAP
- **Requirements:** PHP 5.3+ (compiled file), PHP 7.4+ (source codes)## Screenshot
## 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## Plugins
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/).