Download the PHP package zenstruck/phpmyadmin-server without Composer
On this page you can find all versions of the php package zenstruck/phpmyadmin-server. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download zenstruck/phpmyadmin-server
More information about zenstruck/phpmyadmin-server
Files in zenstruck/phpmyadmin-server
Package phpmyadmin-server
Short Description Run phpMyAdmin in the background with a PHP webserver
License MIT
Homepage https://github.com/zenstruck/phpmyadmin-server
Informations about the package phpmyadmin-server
phpMyAdmin Web Server
This library gives you a phpmyadmin
command to start/stop a php webserver running phpMyAdmin
in the background.
Installation
PHAR
The preferred method of installation is to use the PHAR which can be downloaded from the most recent GitHub Release. This method ensures you will not have any dependency conflict issue.
Composer
Note: Ensure you have ~/.config/composer/vendor/bin
in your PATH
to give access to the phpmyadmin
command.
Initialization
This command will ask you questions about your setup and download the latest version of phpMyAdmin
to ~/.phpmyadmin
.
Note: If you ever need to change your configuration, run
phpmyadmin init
again.
Start/Stop Server
Check Status
This command exits with 0
if running and 1
if not. You can add the following in your .bash_profile
to ensure it's always running:
Self-Update
If installed via PHAR, use the self-update
command:
All versions of phpmyadmin-server with dependencies
symfony/filesystem Version ^6.4
symfony/console Version ^6.4
symfony/process Version ^6.4