An open API service indexing awesome lists of open source software.

https://github.com/parable-php/console

Parable Console helps build php terminal applications.
https://github.com/parable-php/console

applications cli console library parable php8 scripts terminal

Last synced: about 1 month ago
JSON representation

Parable Console helps build php terminal applications.

Awesome Lists containing this project

README

        

# Parable Console

[![Workflow Status](https://github.com/parable-php/console/workflows/Tests/badge.svg)](https://github.com/parable-php/console/actions?query=workflow%3ATests)
[![Latest Stable Version](https://poser.pugx.org/parable-php/console/v/stable)](https://packagist.org/packages/parable-php/console)
[![Latest Unstable Version](https://poser.pugx.org/parable-php/console/v/unstable)](https://packagist.org/packages/parable-php/console)
[![License](https://poser.pugx.org/parable-php/console/license)](https://packagist.org/packages/parable-php/console)

Parable Console helps build php terminal applications.

## Install

Php 8.0+ and [composer](https://getcomposer.org) are required.

```bash
$ composer require parable-php/console
```

## Usage

_coming_

## API

_coming_

## Contributing

Any suggestions, bug reports or general feedback is welcome. Use github issues and pull requests, or find me over at [devvoh.com](https://devvoh.com).

## License

All Parable components are open-source software, licensed under the MIT license.