Database management in a single PHP file
Go to file
2023-05-18 16:13:23 +02:00
.github workflows: set up GitHub pages 2023-05-18 13:43:05 +02:00
adminer Merge pull request #10 from adminerevo/modification_of_bangla_language_file 2023-05-18 16:13:23 +02:00
designs Remove version 2021-02-11 12:20:09 +01:00
editor Fix operators init 2021-02-09 10:19:05 +01:00
externals Don't syntax highlight during IME composition (bug #747) 2021-02-06 16:11:02 +01:00
plugins Fix editRowPrint for plugin 2021-03-04 10:57:55 +01:00
tests Update tests 2021-02-08 11:50:02 +01:00
.gitignore Add Composer support 2014-11-11 08:41:58 -08:00
.gitmodules Add external designs as submodules 2021-02-06 13:45:58 +01:00
.travis.yml Travis: add php 7.4 && 8.0 2020-12-10 09:05:31 +01:00
changes.txt PostgreSQL: Don't reset table comments 2021-05-23 11:45:57 +02:00
compile.php Unsubstite constants (PHP 5 is now required) 2021-02-23 12:42:11 +01:00
composer.json Fix GPL version 2018-01-23 12:21:42 +01:00
coverage.php Replace isset($var) by $var !== null 2012-05-14 01:11:08 -07:00
lang.php Use PHP 5 2013-08-08 17:20:14 -07:00
Makefile Add basic Makefile. 2021-02-06 10:45:48 +01:00
readme.txt Update readme.txt 2023-05-06 15:13:51 +02:00
SECURITY.md Create security policy 2021-02-10 19:43:30 +01:00
todo.txt Update TODO 2021-02-15 18:33:19 +01:00

Adminer - Database management in a single PHP file
Adminer Editor - Data manipulation for end-users

A bit of history:
The original Adminer was created and maintained by vrana in repository vrana/adminer.
Not being maintained for more than two years and being a daily user of Adminer, I've tried to get in touch with the original developer
to propose my help to continue the project, but without success, I got no answer.
I have then started to search if someone would be interested in continuing the project with me and found someone who seemed to have
the same interest and view on the future of this project.
I am now starting to take over the project under a slightly different name and will try to keep it compatible with all currently compatible
database engines but also to give Adminer a new features / layout / ...

Before to participate:
Before to start developing around AdminerEvo, please read carefully the roadmap, the status of open issues, and even get in touch with us.
It would be sad spending time/energy in development of a feature which would finally not be accepted to be part of the master project.

Information from the original developer:

Supports: MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, Elasticsearch, MongoDB, SimpleDB (plugin), Firebird (plugin), ClickHouse (plugin)
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