Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adminerevo/adminerevo
Database management in a single PHP file
https://github.com/adminerevo/adminerevo
clickhouse database database-management databases elasticsearch firebird mongodb mssql mysql oracle postgresql simpledb sqlite
Last synced: 6 days ago
JSON representation
Database management in a single PHP file
- Host: GitHub
- URL: https://github.com/adminerevo/adminerevo
- Owner: adminerevo
- License: other
- Created: 2023-05-01T09:55:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-24T13:20:39.000Z (18 days ago)
- Last Synced: 2024-11-30T00:05:55.227Z (13 days ago)
- Topics: clickhouse, database, database-management, databases, elasticsearch, firebird, mongodb, mssql, mysql, oracle, postgresql, simpledb, sqlite
- Language: PHP
- Homepage: https://docs.adminerevo.org/
- Size: 8.59 MB
- Stars: 697
- Watchers: 21
- Forks: 54
- Open Issues: 59
-
Metadata Files:
- Readme: README.md
- Changelog: changes.txt
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-clickhouse - adminerevo/adminerevo - AdminerEvo is a database management tool built in a single PHP file that supports various database systems. (Ops / ETL and Data Processing)
README
# 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](https://github.com/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`
## Direct download
wget -c https://github.com/adminerevo/adminerevo/releases/download/v4.8.4/adminer-4.8.4.php -O adminer.php## 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`
This project is tested with BrowserStack.