dmouse/select-helper
Composer 安装命令:
composer require dmouse/select-helper
包简介
Create a select options list with Symfony/console.
README 文档
README
Select Helper
This component provide a select helper to the symfony/console
How to use
Include in your composer.json
$ composer require dmouse/select-helper
Create a new instance from the select helper class
// ... $select = new \Dmouse\Console\Helper\SelectHelper($output); $select->setOptions([ "option 1", "option 2", "option 3" ]); $option = $select->runSelect(); // ...
See more in https://github.com/dmouse/select-helper/blob/master/console.php
Development
统计信息
- 总下载量: 21
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-11-20