[ol7_developer_EPEL] php-ZendFramework2-Console-2.4.11-1.el7.noarch

Name:php-ZendFramework2-Console
Version:2.4.11
Release:1.el7
Architecture:noarch
Group:Development/Libraries
Size:170750
License:BSD
RPM: php-ZendFramework2-Console-2.4.11-1.el7.noarch.rpm
Source RPM: php-ZendFramework2-2.4.11-1.el7.src.rpm
Build Date:Thu Nov 30 2017
Build Host:x86-ol6-builder-06.us.oracle.com
Vendor:Oracle America
URL:http://framework.zend.com/manual/2.3/en/modules/zend.console.introduction.html
Summary:Zend Framework 2: Console Component
Description:
Zend Framework 2 features built-in console support.

When a Zend\Application is run from a console window (a shell window), it will
recognize this fact and prepare Zend\Mvc components to handle the request.
Console support is enabled by default, but to function properly it requires at
least one console route and one action controller to handle the request.

* Console routing allows you to invoke controllers and action depending on
  command line parameters provided by the user.
* Module Manager integration allows ZF2 applications and modules to display
  help and usage information, in case the command line has not been understood
  (no route matched).
* Console-aware action controllers will receive a console request containing
  all named parameters and flags. They are able to send output back to the
  console window.
* Console adapters provide a level of abstraction for interacting with console
  on different operating systems.
* Console prompts can be used to interact with the user by asking him questions
  and retrieving input.

Related Packages (Show Changelog) (Show Filelist)