PHPackages                             marcus-campos/simple-php-cli - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. marcus-campos/simple-php-cli

AbandonedArchivedLibrary[CLI &amp; Console](/categories/cli)

marcus-campos/simple-php-cli
============================

Very simple PHP CLI for school projects.

v0.2.2(8y ago)011MITPHPPHP &gt;=7.0

Since Mar 14Pushed 7y ago1 watchersCompare

[ Source](https://github.com/marcus-campos/simple-php-cli)[ Packagist](https://packagist.org/packages/marcus-campos/simple-php-cli)[ RSS](/packages/marcus-campos-simple-php-cli/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (5)DependenciesVersions (7)Used By (0)

How use?
========

[](#how-use)

To create a project, open your terminal and run the following command:

```
composer create-project marcus-campos/simple-php-cli MyCliAppName
```

Build commands
==============

[](#build-commands)

To build commands just run `php run make: command `.

### Util

[](#util)

When you create your command, you will have access to the `Util` class. It will normally be available within your class scope, see how you use it:

```
