单个 PHP 文件中的数据库管理:使用 Adminer
Adminer 是一个用 PHP 编写的功能齐全的数据库管理工具。它由单个文件组成,可以部署到目标服务器。Adminer Editor 为最终用户提供数据操作功能。
许可证
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 | | |
最新提交
历史
仓库文件导航
Adminer
Adminer 是一款使用 PHP 编写的,功能完善的数据库管理工具。它由一个单独的文件构成,随时可以部署到目标服务器。Adminer Editor 为终端用户提供数据操作功能。
- 支持: MySQL, MariaDB, PostgreSQL, CockroachDB, SQLite, MS SQL, Oracle
- 插件支持: Elasticsearch, SimpleDB, MongoDB, Firebird, ClickHouse, IMAP
- 需求: PHP 5.3+
截图
安装
如果从 Git 下载,则运行:git submodule update --init
adminer/index.php
- 运行开发版本的 Adminereditor/index.php
- 运行开发版本的 Adminer Editoreditor/example.php
- 自定义示例adminer/sqlite.php
- 运行开发版本的 Adminer,允许使用 SQLiteeditor/sqlite.php
- 运行开发版本的 Editor,允许使用 SQLiteadminer/designs.php
- 运行开发版本的 Adminer,带有adminer.css
切换器compile.php
- 创建单个文件版本lang.php
- 更新翻译tests/*.html
- Katalon Recorder 测试套件
插件
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
资源
许可证
安全策略
Stars
Watchers
Forks
Releases 31
赞助此项目
patreon.com/jakubvrana
- https://www.paypal.com/donate/?item_name=Donation+to+Adminer&business=jakub%40vrana.cz