mirror of https://github.com/vrana/adminer.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
2 days ago | |
---|---|---|
.github | 2 months ago | |
adminer | 2 days ago | |
designs | 1 week ago | |
editor | 1 month ago | |
externals | 1 week ago | |
plugins | 3 days ago | |
tests | 1 month ago | |
.editorconfig | 3 months ago | |
.gitattributes | 4 months ago | |
.gitignore | 2 months ago | |
.gitmodules | 3 months ago | |
CHANGELOG.md | 2 days ago | |
CONTRIBUTING.md | 2 months ago | |
LICENSE | 4 months ago | |
Makefile | 4 years ago | |
README.md | 2 months ago | |
SECURITY.md | 2 months ago | |
compile.php | 2 months ago | |
composer.json | 2 months ago | |
coverage.php | 2 months ago | |
developing.md | 2 months ago | |
eslint.config.mjs | 3 months ago | |
lang.php | 2 months ago | |
phpcs.xml | 1 month ago | |
phpstan.neon | 3 days ago | |
todo.txt | 2 months ago |
README.md
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.
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 Adminereditor/index.php
- Run development version of Adminer Editoreditor/example.php
- Example customizationcompile.php
- Create a single file versionlang.php
- Update translationstests/*.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.