2017 © Pedro Peláez
 

library select-helper

Create a select options list with Symfony/console.

image

dmouse/select-helper

Create a select options list with Symfony/console.

  • Thursday, November 26, 2015
  • by dmouse
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Symfony Console Select Helper, (*1)

Select Helper

This component provide a select helper to the symfony/console, (*2)

How to use

Include in your composer.json, (*3)

$ composer require dmouse/select-helper

Create a new instance from the select helper class, (*4)

  // ...
  $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, (*5)

Development

The Versions

26/11 2015

dev-master

9999999-dev

Create a select options list with Symfony/console.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar dmouse

26/11 2015

0.1

0.1.0.0

Create a select options list with Symfony/console.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar dmouse