Adminer - Database management in a single PHP file
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Jakub Vrana b83c61fca3 Release 4.8.0 5 years ago
.github Add funding 6 years ago
adminer Release 4.8.0 5 years ago
designs add alternative design dracula theme 5 years ago
editor Fix operators init 5 years ago
externals Don't syntax highlight during IME composition (bug #747) 5 years ago
plugins Remove .inc extension from driver plugins 5 years ago
tests Update tests 5 years ago
.gitignore Add Composer support 11 years ago
.gitmodules Add external designs as submodules 5 years ago
.travis.yml Travis: add php 7.4 && 8.0 5 years ago
Makefile Add basic Makefile. 5 years ago
changes.txt Release 4.8.0 5 years ago
compile.php SimpleDB, Firebird, ClickHouse: Move to plugin 5 years ago
composer.json Fix GPL version 8 years ago
coverage.php Replace isset($var) by $var !== null 13 years ago
lang.php Use PHP 5 12 years ago
readme.txt Update readme 6 years ago
todo.txt Add todo 8 years ago

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