Download the PHP package pointybeard/helpers-cli-prompt without Composer
On this page you can find all versions of the php package pointybeard/helpers-cli-prompt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pointybeard/helpers-cli-prompt
More information about pointybeard/helpers-cli-prompt
Files in pointybeard/helpers-cli-prompt
Package helpers-cli-prompt
Short Description Class for asking for input on the command-line
License MIT
Homepage https://github.com/pointybeard/helpers-cli-prompt
Informations about the package helpers-cli-prompt
PHP Helpers: Command-line Prompt for Input
- Version: v1.0.0
- Date: May 16 2019
- Release notes
- GitHub repository
Class for asking for input on the command-line
Installation
This library is installed via Composer. To install, use composer require pointybeard/helpers-cli-prompt
or add "pointybeard/helpers-cli-prompt": "~1.0"
to your composer.json
file.
And run composer to update your dependencies:
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update
Requirements
This library makes use of the PHP Helpers: Flag Functions (pointybeard/helpers-functions-flags
), PHP Helpers: Command-line Functions (pointybeard/helpers-functions-cli
), and PHP Helpers: Command-line Message (pointybeard/helpers-cli-message
) packages. They are installed automatically via composer.
To include all the PHP Helpers packages on your project, use composer require pointybeard/helpers
or add "pointybeard/helpers": "~1.0"
to your composer file.
Usage
Include this library in your PHP files with use pointybeard\Helpers\Cli\Prompt
and instanciate the Prompt\Prompt
class like so:
Support
If you believe you have found a bug, please report it using the GitHub issue tracker, or better yet, fork the library and submit a pull request.
Contributing
We encourage you to contribute to this project. Please check out the Contributing documentation for guidelines about how to get involved.
License
"PHP Helpers: Command-line Prompt for Input" is released under the MIT License.
All versions of helpers-cli-prompt with dependencies
pointybeard/helpers-cli-message Version ~1.0
pointybeard/helpers-functions-flags Version ~1.0
pointybeard/helpers-functions-cli Version ~1.0