Adminer 是一个用 PHP 编写的功能齐全的数据库管理工具。它由单个文件组成,可以部署到目标服务器。Adminer Editor 为最终用户提供数据操作功能。

www.adminer.org/

许可证

查看许可证

6.4k stars 1.1k forks Branches Tags Activity

vrana/adminer

master

目录和文件

| 名称 | 名称 | 上次提交信息 | 上次提交日期 | | ---------------- | ---------------- | -------- | -------- | | .github | .github | | | | adminer | adminer | | | | designs | designs | | | | editor | editor | | | | externals | externals | | | | plugins | plugins | | | | tests | tests | | | | .editorconfig | .editorconfig | | | | .gitattributes | .gitattributes | | | | .gitignore | .gitignore | | | | .gitmodules | .gitmodules | | | | .travis.yml | .travis.yml | | | | CHANGELOG.md | CHANGELOG.md | | | | LICENSE | LICENSE | | | | Makefile | Makefile | | | | README.md | README.md | | | | SECURITY.md | SECURITY.md | | | | compile.php | compile.php | | | | composer.json | composer.json | | | | coverage.php | coverage.php | | | | lang.php | lang.php | | | | phpcs.xml | phpcs.xml | | | | todo.txt | todo.txt | | |

最新提交

历史

4,379 Commits

仓库文件导航

Adminer

Adminer 是一款使用 PHP 编写的,功能完善的数据库管理工具。它由一个单独的文件构成,随时可以部署到目标服务器。Adminer Editor 为终端用户提供数据操作功能。

https://www.adminer.org/

截图

screenshot

安装

如果从 Git 下载,则运行:git submodule update --init

插件

Adminer 附带了几个插件,并且还有许多用户贡献的插件链接在 https://www.adminer.org/plugins/。要使用插件,只需将其上传到 adminer.php 旁边的 adminer-plugins/ 目录中。您也可以在此处上传驱动程序的插件(例如 elastic.php)。

- adminer.php
- adminer-plugins/
  - dump-xml.php
  - login-password-less.php
  - elastic.php
  - ...
- adminer-plugins.php

某些插件需要配置。要使用它们,请创建一个文件 adminer-plugins.php。您也可以在此处指定加载顺序。

<?php // adminer-plugins.php
return array(
  new AdminerLoginPasswordLess('$2y$07$Czp9G/aLi3AnaUqpvkF05OHO1LMizrAgMLvnaOdvQovHaRv28XDhG'),
  // 您可以在此处指定所有插件,或者仅指定需要配置的插件。
);

关于

单个 PHP 文件中的数据库管理 www.adminer.org/

主题

mysql php database sqlite postgresql mssql

资源

Readme

许可证

查看许可证

安全策略

安全策略

Activity

Stars

6.4k stars

Watchers

232 watching

Forks

1.1k forks

报告仓库

Releases 31

v5.0.6 最新版本 Mar 17, 2025

+ 30 releases

赞助此项目

了解更多关于 GitHub Sponsors

贡献者 159

+ 145 contributors

语言