sndsgd/cli

This package is abandoned and no longer maintained. No replacement package was suggested.

Tools for creating PHP cli scripts

0.5.4 2015-11-03 12:29 UTC

This package is not auto-updated.

Last update: 2022-05-23 16:42:51 UTC


README

Latest Version Software License Build Status Coverage Status Total Downloads

Tools for creating PHP cli scripts.

Requirements

This project is unstable and subject to changes from release to release. If you intend to depend on this project, be sure to make note of and specify the version in your project's composer.json. Doing so will ensure any breaking changes do not break your project.

You need PHP >= 5.4.0 to use this library, however, the latest stable version of PHP is recommended.

Install

Install sndsgd/cli using Composer.

composer require sndsgd/cli

Testing

Use PHPUnit to run unit tests.

vendor/bin/phpunit

Documentation

Use ApiGen to create docs.

apigen generate