Database management in a single PHP file
Go to file
2018-02-09 22:05:11 +01:00
adminer Make footer border more obvious 2018-02-09 22:05:11 +01:00
designs Add design Esterka 2018-02-02 09:18:38 +01:00
editor Allow specifying server name displayed in breadcrumbs 2018-02-08 14:32:21 +01:00
externals MariaDB: Links to documentation in syntax highlighting 2018-02-08 23:47:16 +01:00
plugins Do not append empty values 2018-02-09 13:48:50 +01:00
tests Fix test 2018-02-05 08:43:31 +01:00
.gitignore Add Composer support 2014-11-11 08:41:58 -08:00
.gitmodules Remove modules used only by plugins 2014-02-01 10:28:56 -08:00
.travis.yml Allow PHP 5.6 in Travis 2018-01-19 18:20:02 +01:00
changes.txt Speed up alter table 2018-02-09 21:11:12 +01:00
compile.php Ignore functions in Min_Driver 2018-02-06 16:32:56 +01:00
composer.json Fix GPL version 2018-01-23 12:21:42 +01:00
coverage.php Replace isset($var) by $var !== null 2012-05-14 01:11:08 -07:00
lang.php Use PHP 5 2013-08-08 17:20:14 -07:00
readme.txt Suggest updating Git submodules 2018-02-09 11:09:49 +01:00
todo.txt Add todo 2018-02-08 11:26:21 +01:00

Adminer - Database management in a single PHP file
Adminer Editor - Data manipulation for end-users

https://www.adminer.org/
Supports: MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, SimpleDB, Elasticsearch, MongoDB, Firebird
Requirements: PHP 5+
Apache License 2.0 or GPL 2

adminer/index.php - Run development version of Adminer
editor/index.php - Run development version of Adminer Editor
editor/example.php - Example customization
plugins/readme.txt - Plugins for Adminer and Adminer Editor
adminer/plugin.php - Plugin demo
adminer/sqlite.php - Development version of Adminer with SQLite allowed
adminer/designs.php - Development version of Adminer with adminer.css switcher
compile.php - Create a single file version
lang.php - Update translations
tests/selenium.html - Selenium test suite

If downloaded from Git, run: git submodule update --init