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.
![]() |
1 month ago | |
---|---|---|
.github | 3 months ago | |
adminer | 1 month ago | |
designs | 2 months ago | |
editor | 3 months ago | |
externals | 2 months ago | |
plugins | 1 month ago | |
tests | 3 months ago | |
.editorconfig | 5 months ago | |
.gitattributes | 5 months ago | |
.gitignore | 4 months ago | |
.gitmodules | 4 months ago | |
CHANGELOG.md | 1 month ago | |
CONTRIBUTING.md | 4 months ago | |
LICENSE | 5 months ago | |
Makefile | 5 years ago | |
README.md | 4 months ago | |
SECURITY.md | 4 months ago | |
compile.php | 3 months ago | |
composer.json | 4 months ago | |
coverage.php | 4 months ago | |
developing.md | 3 months ago | |
eslint.config.mjs | 4 months ago | |
lang.php | 3 months ago | |
phpcs.xml | 3 months ago | |
phpstan.neon | 2 months ago | |
todo.txt | 4 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.