kohkimakimoto / adminer-cli
Command line interface to run adminer on the PHP built-in server
v0.10.0
2019-08-29 09:32 UTC
Requires
- php: >=5.4.0
Requires (Dev)
- symfony/finder: ^3.3
README
Command line interface to run adminer on the PHP built-in server.
Installation
Composer
$ composer require --dev kohkimakimoto/adminer-cli
Usage
Run the following command.
$ php vendor/bin/adminer
# If you installed adminer-cli to the global environment, You just run `adminer`.
Open URL http://localhost:8080/adminer.php
.
Options
-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
Author
Kohki Makimoto kohki.makimoto@gmail.com
License
Apache License 2.0
See LICENSE