Adminer - Database management in a single PHP file
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.
 
 
 
 
Jakub Vrana 146d3539d8 Warn about exceeded max_file_uploads in import 2 days ago
.github Add PHP_CodeSniffer to pipeline (#1044) 2 months ago
adminer Warn about exceeded max_file_uploads in import 2 days ago
designs Add Win98-style design theme 1 week ago
editor Editor: Fix bit edit 1 month ago
externals Update externals 1 week ago
plugins PostgreSQL: Hide only partitions, not all inherited tables from menu 3 days ago
tests PostgreSQL: Partial Indexes 1 month ago
.editorconfig Specify coding style and follow it 3 months ago
.gitattributes Add .gitattributes, exclude tests from archive 4 months ago
.gitignore Tests: Add screenshots 2 months ago
.gitmodules Compile: Use external PhpShrink 3 months ago
CHANGELOG.md Warn about exceeded max_file_uploads in import 2 days ago
CONTRIBUTING.md Docs: improve style thanks to ChatGPT 2 months ago
LICENSE Add LICENSE 4 months ago
Makefile Add basic Makefile. 4 years ago
README.md New plugin: Set up driver, server and database in Adminer Editor 2 months ago
SECURITY.md Docs: improve style thanks to ChatGPT 2 months ago
compile.php Compile: Fix type (fix #1027) 2 months ago
composer.json Bump Composer PHP version 2 months ago
coverage.php Notices: Avoid accessing offset on null 2 months ago
developing.md Doc: Update 2 months ago
eslint.config.mjs JS: Add ESLint config 3 months ago
lang.php Lang: Use GLOB_BRACE 2 months ago
phpcs.xml AdminerSelectEmail: Wrap long lines 1 month ago
phpstan.neon PostgreSQL: Hide only partitions, not all inherited tables from menu 3 days ago
todo.txt Move icons to CSS 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.

Official Website

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

Table structure

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.