https://github.com/dg/adminer
Customizations for Adminer, the best database management tool written in PHP.
https://github.com/dg/adminer
adminer database-management elasticsearch mongodb mysql oracle php postgresql sqlite
Last synced: 9 days ago
JSON representation
Customizations for Adminer, the best database management tool written in PHP.
- Host: GitHub
- URL: https://github.com/dg/adminer
- Owner: dg
- Created: 2013-06-30T20:47:04.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-04-07T10:02:05.000Z (about 2 months ago)
- Last Synced: 2025-04-14T20:57:42.200Z (about 1 month ago)
- Topics: adminer, database-management, elasticsearch, mongodb, mysql, oracle, php, postgresql, sqlite
- Language: PHP
- Homepage:
- Size: 6.2 MB
- Stars: 129
- Watchers: 21
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Adminer Customization
=====================Customizations for [Adminer](https://www.adminer.org), 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 positionInstallation
------------```
composer require dg/adminer
```Create file `index.php` somewhere in your document root, for example in subdirectory `adminer/`:
```php