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 bb22a965b2 Release 4.17.1 5 months ago
.github Update CodeQL 5 months ago
adminer Release 4.17.1 5 months ago
designs Remove border-collapse: separate in designs after removing cellspacing 5 months ago
editor Remove unused HTLM attribute 5 months ago
externals Don't syntax highlight during IME composition (bug #747) 5 years ago
plugins Use [] in doc-comments 5 months ago
tests Update tests 5 months ago
.editorconfig Trim trailing whitespace 5 months ago
.gitattributes Add .gitattributes, exclude tests from archive 5 months ago
.gitignore Add Composer support 11 years ago
.gitmodules Remove design submodules 5 months ago
.travis.yml Add PHP 8.1-8.4 5 months ago
LICENSE Add LICENSE 5 months ago
Makefile Add basic Makefile. 5 years ago
SECURITY.md Create security policy 5 years ago
changes.txt Release 4.17.1 5 months ago
compile.php Compile: Do not warn about functions without declared support 5 months ago
composer.json Fix GPL version 8 years ago
coverage.php Replace isset($var) by $var !== null 13 years ago
lang.php Bump version to 4.10-dev 5 months ago
readme.txt Anonymous functions require PHP 5.3 5 months ago
todo.txt MySQL: Don't offer empty enum value in edit 5 months 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, MongoDB, Elasticsearch (plugin), SimpleDB (plugin), Firebird (plugin), ClickHouse (plugin)
Requirements: PHP 5.3+

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