Adminer
Customizations for Adminer, the best database management tool written in PHP.
Install / Use
/learn @dg/AdminerREADME
Adminer Customization
Customizations for Adminer, the best database management tool written in PHP.
- clean design
- visual resolution for production/development servers
- SQL autocomplete plugin
- plugin that dumps to PHP code
- plugin that saves menu scroll position
Installation
composer require dg/adminer
Create file index.php somewhere in your document root, for example in subdirectory adminer/:
<?php
touch(__DIR__ . '/adminer.css');
require __DIR__ . '/../../vendor/dg/adminer/index.php'; // CHECK THAT THIS PATH IS CORRECT
And then navigate your browser to this directory (i.e. http://localhost/adminer).
Autologin
If you want to login automatically (use that for non-public environment only, e.g. localhost), you can do that by setting environment variables ADMINER_SERVER, ADMINER_USERNAME and ADMINER_PASSWORD. If you want to be automatically redirected to https, set ADMINER_HTTPS_REDIRECT environment variable to true.
Login page

Tables overview

Red top border indicates production server

Use tab for autocomplete

Export as PHP code for Nette Database

Export as PHP code for Nette Forms


Related Skills
feishu-drive
346.8k|
things-mac
346.8kManage Things 3 via the `things` CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database)
clawhub
346.8kUse the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com
codebase-memory-mcp
1.2kHigh-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds. 66 languages, sub-ms queries, 99% fewer tokens. Single static binary, zero dependencies.
