Skip to content
Database management in a single PHP file
PHP CSS HTML JavaScript
Branch: master
Clone or download

Latest commit

Latest commit ac40be9 May 11, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Add funding Nov 8, 2019
adminer Release 4.7.7 May 11, 2020
designs Re-apply 89b6e9b Nov 11, 2019
editor Add example for using SQLite with Editor Jan 30, 2020
externals Update JUSH Mar 10, 2018
plugins Fix forwarded IP comparison in login-ip plugin Feb 4, 2020
tests Fix test Feb 20, 2018
.gitignore Add Composer support Nov 11, 2014
.gitmodules Use JUSH from GitHub Mar 2, 2018
.travis.yml travis: test on php 5.6-7.3 (#330) Jul 14, 2019
changes.txt Release 4.7.7 May 11, 2020
compile.php Do not put unused doc links to single driver compiled version Aug 28, 2019
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 Jan 30, 2020
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
editor/sqlite.php - Development version of Editor 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.