ItangSanjana / pca

A PHP cli app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pca

A PHP cli app.

Installation Use one of the following methods:

Preparation

  • Open the terminal
  • Go to the project root directory cd path/to/pca
  • Install everything needed using composer composer install

Usage

  • Run the application with the command php pca or ./pca from the project root directory.
  • Run with arguments, for example, php pca hello world or ./pca hello world.
  • Run unit-test with the command, still from the project root directory, ./vendor/bin/phpunit --verbose tests.

About

A PHP cli app.

License:GNU General Public License v3.0


Languages

Language:PHP 100.0%