Download the PHP package net_bazzline/php_symfony_console_io without Composer
On this page you can find all versions of the php package net_bazzline/php_symfony_console_io. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download net_bazzline/php_symfony_console_io
More information about net_bazzline/php_symfony_console_io
Files in net_bazzline/php_symfony_console_io
Package php_symfony_console_io
Short Description symfony console command io copied from composer
License LGPLv3
Homepage https://github.com/stevleibelt/php_symfony_console_io
Informations about the package php_symfony_console_io
PHP Symfony Console IO Component
This component extends the existing symfony console application by a generic IO object.
This will easy up the input/output handling in an symfony console project.
Intension
The main intension of that project is to use the IOInterface of composer in more then one symfony console application. The project starts as a copycate of the composer ConsoleIO.
Packagist
https://packagist.org/packages/net_bazzline/php_symfony_console_io
Add following line to you composer.json file.
"net_bazzline/php_symfony_console_io" : "dev-master"
References
https://github.com/jenswiese/phpteda/blob/master/src/Phpteda/CLI/IO/ConsoleIO.php https://github.com/composer/composer/blob/master/src/Composer/IO/ConsoleIO.php
History
- 1.0.0 - 2013-08-05
- Stable IOInterface
- Implementation of interface by ConsoleIO
- Existing IOAwareInterface
- Available ConsoleIOFactory
- Two exceptions, InputException and RuntimeException