Skip to content

Customizations for Adminer, the best database management tool written in PHP.

Notifications You must be signed in to change notification settings

simonmares/adminer-custom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-custom

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

<?php
touch(__DIR__ . '/adminer.css');
require __DIR__ . '/../../vendor/dg/adminer-custom/index.php'; // CHECK THAT PATH IS CORRECT

And then navigate your browser to this directory (i.e. http://localhost/adminer).

Screenshots

Login page

login page

Tables overview

tables overview

Red top border indicates production server

production server

Use tab for autocomplete

autocomplete

Export as PHP code for Nette Database

export export

About

Customizations for Adminer, the best database management tool written in PHP.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 92.3%
  • CSS 6.4%
  • JavaScript 1.3%