kohkimakimoto / adminer-cli
Command line interface to run adminer on the PHP built-in server
Installs: 140
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/kohkimakimoto/adminer-cli
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