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 4a54648995 Release 5.0.4 5 months ago
.github Update bug template 5 months ago
adminer Release 5.0.4 5 months ago
designs Use <datalist> for altering collations 5 months ago
editor Check more style 5 months ago
externals MariaDB: Fix link to status variable doc (bug #658) 5 months ago
plugins Check more style 5 months ago
tests Fix tests 5 months ago
.editorconfig Specify coding style and follow it 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 Move issues to GitHub 5 months ago
changes.txt Release 5.0.4 5 months ago
compile.php Compile: Fix shortening in private methods 5 months ago
composer.json Composer: Add script for cleaning 5 months ago
coverage.php Specify coding style and follow it 5 months ago
lang.php Remove unused variable 5 months ago
phpcs.xml Check more style 5 months ago
readme.txt Anonymous functions require PHP 5.3 5 months ago
todo.txt Add support for "order" field privilege 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