Database management in a single PHP file
Go to file
2023-09-01 12:09:05 +02:00
.github docs: publish on docs.adminerevo.org 2023-07-18 16:27:36 +02:00
adminer Use links bar for "Create ..." functions 2023-08-23 09:46:49 +02:00
designs Updates pepe-linha-dark submodule to the lastest commit 2023-09-01 12:09:05 +02:00
docs docs: prettify & add logo 2023-07-20 16:12:35 +02:00
editor Code cosmetics : removed trailing tabs 2023-05-21 15:03:36 +02:00
externals Don't syntax highlight during IME composition (bug #747) 2021-02-06 16:11:02 +01:00
plugins Merge pull request #47 from adminerevo/feature/filter_tables_beautify 2023-08-14 15:13:41 +02: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 Updates pepe-linha-dark submodule to the lastest commit 2023-09-01 12:09:05 +02:00
.travis.yml Travis: add php 7.4 && 8.0 2020-12-10 09:05:31 +01:00
changes.txt Version 4.8.2 2023-07-21 21:50:18 +02:00
compile.php Code cosmetics : removed trailing tabs 2023-05-21 15:03:36 +02: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
mkdocs.yml docs: prettify & add logo 2023-07-20 16:12:35 +02:00
readme.md Markdown readme 2023-05-22 11:10:41 +09:30
SECURITY.md Update the security policy 2023-07-18 16:44:29 +02:00
todo.txt Update TODO 2021-02-15 18:33:19 +01:00

AdminerEvo

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 Jakub Vrána in the vrana/adminer repository. 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 compatibility with all current database engines but also to give Adminer a new features, layout, etc.

Before participating

Before you start developing around AdminerEvo, please carefully read the roadmap, the status of open issues, and even get in touch with us. It would be sad spending time/energy on development of a feature which would not be accepted into the main 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+
Licence Apache License 2.0 or GPL 2

 

File Purpose
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