Skip to content

KAJOOM/php-cli-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KAJOOM PHP CLI Example

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

About

A simple PHP command-line tool starter.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages