Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 position

Installation
------------

```
composer require dg/adminer
```

Create file `index.php` somewhere in your document root, for example in subdirectory `adminer/`:

```php