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: 19 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-05-11T13:30:22.000Z (6 months ago)
- Last Synced: 2024-05-21T23:03:50.236Z (6 months ago)
- Topics: adminer, database-management, elasticsearch, mongodb, mysql, oracle, php, postgresql, sqlite
- Language: PHP
- Homepage:
- Size: 4.76 MB
- Stars: 120
- Watchers: 22
- Forks: 32
- Open Issues: 1
-
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