Jakub Vrana 54f3437a6a Plugins: Simplify calling
The class Plugins don't extend Adminer anymore. Adminer is now treated like any other plugin.
Hooks are now registered in the constructor and they are called dynamically.
Apart from being much more pleasant to work with, it shaves 7 kB from the compiled file.
2025-03-28 12:47:09 +01:00
2025-03-19 17:33:46 +01:00
2025-03-28 12:47:09 +01:00
2025-03-26 00:08:16 +01:00
2025-03-28 12:45:02 +01:00
2025-03-28 12:45:01 +01:00
2025-03-28 12:47:06 +01:00
2025-03-28 12:45:01 +01:00
2025-03-22 08:47:03 +01:00
2025-03-15 09:38:06 +01:00
2025-03-28 12:47:08 +01:00
2025-03-20 09:54:44 +01:00
2025-03-23 15:35:30 +01:00
2025-02-19 11:16:46 +01:00
2021-02-06 10:45:48 +01:00
2025-03-28 12:47:08 +01:00
2025-03-28 12:47:08 +01:00
2025-03-26 00:08:16 +01:00

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
  • adminer/sqlite.php - Development version of Adminer with SQLite allowed
  • editor/sqlite.php - Development version of Editor with SQLite allowed
  • adminer/designs.php - Development version of Adminer with adminer.css switcher
  • 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.

Description
Database management in a single PHP file
Readme 34 MiB
Languages
PHP 68.2%
CSS 22%
HTML 7.6%
JavaScript 2.2%