Database management in a single PHP file
Go to file
2018-01-14 11:03:54 +01:00
adminer Use HTTPS 2018-01-14 11:03:54 +01:00
designs Fix skin for Chrome 61 (thanks to Dominik Ulrich) 2017-10-28 15:05:07 +02:00
editor Use HTTPS 2018-01-14 11:03:54 +01:00
externals Use HTTPS 2018-01-14 11:03:54 +01:00
plugins Use HTTPS 2018-01-14 11:03:54 +01:00
tests Use 'Create database' instead of 'Create new database' 2017-02-20 16:47:03 +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 Lint PHP files 2017-02-21 13:47:19 +01:00
changes.txt Disallow scripts without nonce 2018-01-13 22:19:16 +01:00
compile.php Use script_src for <script src> 2018-01-13 16:25:11 +01:00
composer.json Update URL 2017-02-27 13:44:22 +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 Simplify SQLite development 2017-02-21 13:13:39 +01:00
todo.txt Add a todo 2017-04-09 12:13:18 +02:00

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

https://www.adminer.org/
Supports: MySQL, 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
compile.php - Create a single file version
lang.php - Update translations
tests/selenium.html - Selenium test suite