Database management in a single PHP file
Go to file
2024-04-20 09:29:41 +02:00
.github/workflows Removed funding, not needed right now 2023-12-02 16:20:46 +01:00
adminer Merge pull request #140 from adrianbj/fix-issue-139 2024-04-20 09:29:41 +02:00
designs Fix space indents created by previous updates 2024-04-08 07:49:57 +02:00
docs I#104: logo white bg for dark mode 2024-02-03 14:01:48 +01:00
editor Enum fields are select by default 2024-03-23 18:21:42 +01:00
externals Don't syntax highlight during IME composition (bug #747) 2021-02-06 16:11:02 +01:00
plugins Change 'Invalid credentials.' message 2024-03-23 18:58:39 +01:00
tests Update tests 2021-02-08 11:50:02 +01:00
.gitignore Update .gitignore 2024-01-04 08:55:36 +03: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 Setting release number and completing release notes 2024-04-07 14:45:43 +02:00
compile.php PHP 8.3 error suppression 2024-02-16 09:17:15 +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
LICENSE Add LICENSE file, clarify dual-licensing 2024-03-07 17:36:03 +01:00
LICENSE.Apache-2.0 Add LICENSE file, clarify dual-licensing 2024-03-07 17:36:03 +01:00
LICENSE.GPL-2.0-only Add LICENSE file, clarify dual-licensing 2024-03-07 17:36:03 +01: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
PLUGINS.md Added plugin documentation 2023-10-15 21:44:23 +01:00
README.md Add LICENSE file, clarify dual-licensing 2024-03-07 17:36:03 +01:00
SECURITY.md Update the security policy 2023-07-18 16:44:29 +02:00
todo.txt fix 2023-12-23 23:01:26 +03: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.

License

This work is dual-licensed under Apache 2.0 and GPL 2.0. You can choose between either one of them if you use this work.

SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-only

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