The Wayback Machine - https://web.archive.org/web/20190423182726/https://github.com/vrana/adminer
Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Database management in a single PHP file
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
adminer Fix typo in translation (bug #673) Mar 21, 2019
designs Fix too small #lang margin on pepa-linha design Jan 28, 2019
editor
externals Update JUSH Mar 10, 2018
plugins Change '...' to horizontal ellipsis character Dec 18, 2018
tests Fix test Feb 20, 2018
.gitignore Add Composer support Nov 11, 2014
.gitmodules Use JUSH from GitHub Mar 2, 2018
.travis.yml Allow PHP 5.6 in Travis Jan 19, 2018
changes.txt
compile.php Use file caching only in non-dev Feb 20, 2018
composer.json Fix GPL version Jan 23, 2018
coverage.php Replace isset($var) by $var !== null May 14, 2012
lang.php Use PHP 5 Aug 9, 2013
readme.txt Update readme Feb 10, 2018
todo.txt Add todo Feb 8, 2018

readme.txt

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/katalon.html - Katalon Automation Recorder test suite

If downloaded from Git then run: git submodule update --init
You can’t perform that action at this time.