koikimakimoto/adminer-cli

PHP内置服务器上运行adminer的命令行界面

v0.10.0 2019-08-29 09:32 UTC

This package is auto-updated.

Last update: 2024-08-29 04:48:21 UTC


README

PHP内置服务器上运行adminer的命令行界面。

安装

Composer

$ composer require --dev kohkimakimoto/adminer-cli

使用方法

运行以下命令。

$ php vendor/bin/adminer
# If you installed adminer-cli to the global environment, You just run `adminer`.

打开URL https://:8080/adminer.php

screen.png

选项

-p    Listen port (default: 8080).
-H    Listen host (default: 0.0.0.0).
-t    Specify the theme (flat|nette|lucas-sandery|...).
      See https://github.com/kohkimakimoto/adminer-cli/tree/master/src/designs

作者

Kohki Makimoto kohki.makimoto@gmail.com

许可证

Apache License 2.0

查看LICENSE