PHPackages                             senhung/command-line-interface - 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. senhung/command-line-interface

AbandonedArchivedLibrary

senhung/command-line-interface
==============================

A php script command setter

v0.4.1(8y ago)08MITPHPPHP &gt;=7.1.0

Since Apr 25Pushed 8y agoCompare

[ Source](https://github.com/senhungwong/command-line-interface)[ Packagist](https://packagist.org/packages/senhung/command-line-interface)[ RSS](/packages/senhung-command-line-interface/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (6)Used By (0)

Command Line Interface
======================

[](#command-line-interface)

Description
-----------

[](#description)

A package imitating [Aritsan Console](https://laravel.com/docs/5.6/artisan) for writing command easier.

Setup
-----

[](#setup)

1. Add Dependency

```
$ composer require senhung/command-line-interface
```

2. Add a Entry for Command

Create a file in root directory and name it the command you want to call

For example create a file named `example`; calling the command line will be

```
$ php example
```

3. Edit Command Entry

Open the command entry file just created and add the following

```
