PHPackages                             elfsundae/console - 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. elfsundae/console

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

elfsundae/console
=================

CLI library based on Laravel Console for creating PHP console application.

1.0.2(8y ago)8191MITPHPPHP &gt;=5.6.4

Since Aug 18Pushed 8y ago1 watchersCompare

[ Source](https://github.com/ElfSundae/console)[ Packagist](https://packagist.org/packages/elfsundae/console)[ Docs](https://github.com/ElfSundae/console)[ RSS](/packages/elfsundae-console/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (5)Versions (4)Used By (0)

[![Latest Version on Packagist](https://camo.githubusercontent.com/a9478dadfcc04ed09332780303ce382efa669cfd5902f7764cfcb11bcb81ad59/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f656c6673756e6461652f636f6e736f6c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/elfsundae/console)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/2b46cd6f7dc621677b32a7c9c1623f720a31541a6e343cdc9d181027668e21a9/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f456c6653756e6461652f636f6e736f6c652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/ElfSundae/console)[![StyleCI](https://camo.githubusercontent.com/102251bf681065ca58b12348368145353b242c9a34503f9f03cb8f1a93f75f7c/68747470733a2f2f7374796c6563692e696f2f7265706f732f3130303139383831392f736869656c64)](https://styleci.io/repos/100198819)[![SensioLabsInsight](https://camo.githubusercontent.com/49d722e674ef221c530275990592347db54a4b3bb1a513cd9cf0bdb25ec41c6c/68747470733a2f2f696d672e736869656c64732e696f2f73656e73696f6c6162732f692f34363538656262392d373130642d343066622d393537332d3164386164613139393162342e7376673f7374796c653d666c61742d737175617265)](https://insight.sensiolabs.com/projects/4658ebb9-710d-40fb-9573-1d8ada1991b4)[![Quality Score](https://camo.githubusercontent.com/77cb2ec9b15606f83bf5a0459c852277ffc5468723d15b79a198b756e0840fb0/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f456c6653756e6461652f636f6e736f6c652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/ElfSundae/console)[![Code Coverage](https://camo.githubusercontent.com/d6c9c3c1116552c13194baabf32eca178f26076d7212170c0776a299083bb29a/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f456c6653756e6461652f636f6e736f6c652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/ElfSundae/console/?branch=master)[![Total Downloads](https://camo.githubusercontent.com/2f4f30d3fc39e5798d7cc6b821ea8ca11d3df3e75886a496bf5bc09a802d1c42/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f656c6673756e6461652f636f6e736f6c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/elfsundae/console)

CLI library based on [Laravel Console](https://laravel.com/docs/artisan) for creating PHP console application.

Installation
------------

[](#installation)

```
$ composer require elfsundae/console
```

Usage
-----

[](#usage)

First, create a PHP script and make it executable:

```
#!/usr/bin/env php
