kohkimakimoto/adminer-cli

Command line interface to run adminer on the PHP built-in server

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

This package is auto-updated.

Last update: 2024-03-29 03:38:17 UTC


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.

screen.png

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