[go: up one dir, main page]

Menu

Tree [6f339b] master v5.4.0 /
 History

HTTPS access


File Date Author Commit
 .github 2025-09-07 Jakub Vrana Jakub Vrana [2db30b] Bug report template: use comments
 adminer 2025-09-08 Jakub Vrana Jakub Vrana [6f339b] Release 5.4.0
 designs 2025-03-18 Lucas Sandery Lucas Sandery [8d6ed3] Design lucas-sandery: Theme update for v5 + dar...
 editor 2025-09-07 Jakub Vrana Jakub Vrana [d18316] MySQL: Fix saving empty enum (fix #1152)
 externals 2025-09-05 Jakub Vrana Jakub Vrana [5c5f7d] Copy hidden newlines to clipboard
 plugins 2025-09-08 Jakub Vrana Jakub Vrana [516530] Save bytes
 tests 2025-09-08 Jakub Vrana Jakub Vrana [1d5d44] Fix tests
 .editorconfig 2025-03-05 Jakub Vrana Jakub Vrana [c52ba0] Specify coding style and follow it
 .gitattributes 2022-07-31 Vladimir Vladimir [dfb33a] Add .gitattributes, exclude tests from archive
 .gitignore 2025-03-30 Jakub Vrana Jakub Vrana [c05b1a] Tests: Add screenshots
 .gitmodules 2025-03-15 Jakub Vrana Jakub Vrana [a391fc] Compile: Use external PhpShrink
 CHANGELOG.md 2025-09-08 Jakub Vrana Jakub Vrana [6f339b] Release 5.4.0
 CONTRIBUTING.md 2025-03-23 Jakub Vrana Jakub Vrana [e975e5] Docs: improve style thanks to ChatGPT
 LICENSE 2025-02-19 Jakub Vrana Jakub Vrana [e03713] Add LICENSE
 Makefile 2020-04-03 Evgeny Chernyavskiy Evgeny Chernyavskiy [1e1c46] Add basic Makefile.
 README.md 2025-04-03 Jakub Vrana Jakub Vrana [961915] New plugin: Set up driver, server and database ...
 SECURITY.md 2025-03-23 Jakub Vrana Jakub Vrana [e975e5] Docs: improve style thanks to ChatGPT
 compile.php 2025-04-13 Jakub Vrana Jakub Vrana [a3d0bb] Compile: Fix type (fix #1027)
 composer.json 2025-03-28 Jakub Vrana Jakub Vrana [adab18] Bump Composer PHP version
 coverage.php 2025-03-26 Jakub Vrana Jakub Vrana [1b8a42] Notices: Avoid accessing offset on null
 developing.md 2025-04-15 Jakub Vrana Jakub Vrana [9235cb] Doc: Update
 eslint.config.mjs 2025-03-20 Jakub Vrana Jakub Vrana [6d4896] JS: Add ESLint config
 lang.php 2025-04-17 Jakub Vrana Jakub Vrana [29a31c] Lang: Use GLOB_BRACE
 phpcs.xml 2025-09-07 Jakub Vrana Jakub Vrana [263194] Fix code style
 phpstan.neon 2025-09-07 Jakub Vrana Jakub Vrana [263194] Fix code style
 todo.txt 2025-03-25 Jakub Vrana Jakub Vrana [cd2072] Move icons to CSS

Read Me

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.