Skip to content

Releases: inhere/php-console

v2.2.1

18 Dec 15:34
Compare
Choose a tag to compare
  • bug fixed for no display description for closure command.
  • bug fixed for add command description message.
  • some modify for input definition
  • new feature: output support buffer.

v2.2.0

18 Dec 12:11
Compare
Choose a tag to compare
  • move some classes to Components from Utils
  • add some helper class
  • some update: readme, command info show

v2.1.9

18 Dec 08:56
Compare
Choose a tag to compare
  • add command alias support
  • some modify
  • update readme
$app->command('test', TestCommand::class, [
    'aliases' => ['t']
]);

// now, yan can access test command by 
php examples/app test
// OR
php examples/app t

v1.2.0

18 Dec 02:24
Compare
Choose a tag to compare
  • merge master to branch php5
  • convert code to php5 from php7

v2.1.8

29 Nov 03:28
Compare
Choose a tag to compare
  • add method Application::register* for autoload commands and controllers from dir.
  • add new method Interact::askHiddenInput() for read hidden input, e.g password
  • format codes for php7
  • update readme

v2.1.5

18 Nov 06:02
Compare
Choose a tag to compare
  • some bug fixed

v2.1.4

10 Nov 06:03
fd12e8e
Compare
Choose a tag to compare
  • some bug fixed
  • update readme

v2.1.1

27 Oct 07:40
Compare
Choose a tag to compare
  • some bug fixed

v2.1.0

26 Oct 15:57
Compare
Choose a tag to compare
  • some logic update
  • provide command tips for group command
  • new add some show methods
  • some bug fixed

v2.0.4

20 Oct 17:27
Compare
Choose a tag to compare
  • some update
  • format codes