Skip to content

beyondcode/adminerevo

This branch is 60 commits behind adminerevo/adminerevo:main.

Folders and files

NameName
Last commit message
Last commit date
Dec 2, 2023
Jun 11, 2024
Jun 26, 2024
Feb 3, 2024
Mar 23, 2024
Feb 6, 2021
Mar 23, 2024
Feb 8, 2021
Dec 23, 2023
Sep 1, 2023
Dec 10, 2020
Mar 7, 2024
Mar 7, 2024
Mar 7, 2024
Feb 6, 2021
Oct 15, 2023
Mar 7, 2024
Jul 18, 2023
Apr 7, 2024
Feb 16, 2024
Jan 23, 2018
May 14, 2012
Aug 9, 2013
Jul 20, 2023
Dec 23, 2023

Repository files navigation

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

About

Database management in a single PHP file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 78.5%
  • CSS 16.0%
  • JavaScript 2.8%
  • HTML 2.7%