Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-12-21T05:54:09.000Z (about 1 month ago)
- Last Synced: 2025-01-18T04:02:45.952Z (9 days ago)
- Topics: adminer, database-management, elasticsearch, mongodb, mysql, oracle, php, postgresql, sqlite
- Language: PHP
- Homepage:
- Size: 5.06 MB
- Stars: 127
- Watchers: 22
- Forks: 32
- 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