kajoom/php-cli-starter

PHP command-line tool demo

0.0.1 2023-10-11 09:34 UTC

This package is auto-updated.

Last update: 2024-05-13 04:05:00 UTC


README

A simple PHP command-line tool starter.

Preview

Build Status Latest Stable Version License

Install

This CLI application is a small game written in PHP and is installed using Composer:

composer global require kajoom/php-cli-starter

Make sure the ~/.config/composer/vendor/bin or ~/.composer/vendor/bin directory is in your system's PATH.

Show me how

If it's not already there, add the following line to your Bash configuration file (usually ~/.bash_profile, ~/.bashrc, ~/.zshrc, etc.):

export PATH=~/.config/composer/vendor/bin:$PATH

If the file doesn't exist, create it.

Run the following command on the file you've just updated for the change to take effect:

source ~/.bash_profile

Use

All you need to do is call the phpclistarter command to start the game:

phpclistarter play

Update

composer global update kajoom/php-cli-starter

Delete

composer global remove kajoom/php-cli-starter