Kdyby/Console
Installation
The best way to install Kdyby/Console is using Composer:
$ composer require kdyby/console
Documentation
Learn more in the documentation.
Homepage http://www.kdyby.org and repository http://github.com/kdyby/Console.
-
v2.7.1 v2.7.1
- Remove dependency on tracy.
- Fix problem with empty argv in CliRouter (@northys).
- Add support for PHP 7.2.
- Add support Symfony 4.
-
v2.7.0 v2.7.0
- #67 allow to configure script path for fake url
- #14 validate url with Nette Validators
- #59 Call Nette\Application::onShutdown() before exit
- #61, #62, #66, Fixed handling \Throwable; thx @kratkyzobak, @enumag @matej21
This release is for Nette
~2.4
-
v2.6.3 v2.6.3
- #67 allow to configure script path for fake url
- #14 validate url with Nette Validators
- #59 Call Nette\Application::onShutdown() before exit
- #61, #62, #66, Fixed handling \Throwable; thx @kratkyzobak, @enumag @matej21
This release is for Nette
2.3.*
-
v2.6.1 v2.6.1
- Compatibility with Nette 2.4
- #38 Do not modify current router, wrap it instead; thx @Andrewsville
- #55 Allow symfony/console 3.0; thx @enumag
- #56 Fix detection of nette/application; thx @enumag
This release is for Nette
~2.3
(which means also~2.4
). -
v2.6.0 v2.6.0
- #54 Fix compatibility with Nette/DI 2.4; thx @enumag
- #51 Fix tracy dumper ignoring --no-ansi parameter; thx @Mikulas
- #45 Bugfix: when anonymous commands have same arguments, container fails as their md5 hash is the same; thx @foglcz
- #44 ContainerHelper: Exposed parameters; thx @juniwalk
- #40 #42 nette/http & nette/application are optional dependencies; thx @pepakriz
- #41 StringOutput::getOutput() returns an empty string instead of null; thx @fabik
This release is for Nette
~2.3
-
v2.5.0 v2.5.0
- fixed forward and backward comptability with symfony
- comptability with PHP 7
- Implemented default
--debug-mode
option (this breaks comptability with Kdyby/Doctrine older than 3.0), more info in phpdoc ofKdyby\Console\DI\BootstrapHelper
This release is for Nette
~2.3
-
v2.4.0 v2.4.0
- Fixes E_DEPRECATED errors in new Symfony versions
- Fixed exception code range
- Fixed opening tracy in browser
This release is for Nette
~2.3
-
v2.3.2 v2.3.2
- Fixes E_DEPRECATED errors in new Symfony versions
- Fixed exception code range
- Fixed opening tracy in browser
This release is for Nette
2.2.*
-
v2.3.1 v2.3.1
- Always register Console\Application but replace router only in cli and when enabled
This release is for Nette
~2.2
-
v2.2.3 v2.2.3
- Always register Console\Application but replace router only in cli and when enabled
This release is for Nette
2.1.*
-
v2.3.0 v2.3.0
- Bumped dependency on Nette to 2.2
- Bumped dependency on Symfony/Console to ~2.5
- Fixed behaviour when console is not run from cli and exception occurs
- On unknown or ambiguous command log only message
-
v2.2.2 v2.2.2
- Bumped dependency on Symfony/Console to
~2.5
- Fixed behaviour when console is not run from cli and exception occurs
- On unknown or ambiguous command log only message
- Bumped dependency on Symfony/Console to
-
v2.2.1 v2.2.1
- Locked dependency on Nette to
2.1.*
- Locked dependency on Nette to
-
v2.2.0 v2.2.0
- Fixed calling of
Nette\Application\Application::onError()
, so you can depend on it. All exceptions in console should be passed there for your listeners.
- Fixed calling of
-
v2.1 v2.1
- Fixed enforced application error codes (BC Break)
- Optional events dispatching from
Console\Application
to Kdyby/Events - CallInjects on every command that is invoked (expects that command services have
inject: off
)
-
v2.0.1 v2.0.1
- Bumped dependency on Nette to
~2.1@dev
- Compilation of extension can be turned off and on by an option
- Bumped dependency on Nette to
-
v1.1.6 v1.1.6
- Locked dependency on Nette to
2.0.*
- Compilation of extension can be turned off and on by an option
- Locked dependency on Nette to
-
v1.1.5 v1.1.5
Fixed compatibility issues
-
v2.0 v2.0
- Allow urls with short tld
- Fixed compatibility with Nette
-
v1.1.3 v1.1.3
- Fixed compatibility with Nette
- Updated Symfony/Console to
~2.2
- Native ProgressHelper
-
v1.1.4 v1.1.4