Download the PHP package aura/cli-kernel without Composer
On this page you can find all versions of the php package aura/cli-kernel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download aura/cli-kernel
More information about aura/cli-kernel
Files in aura/cli-kernel
Package cli-kernel
Short Description The kernel files for an Aura CLI project.
License BSD-2-Clause
Homepage https://github.com/auraphp/Aura.Cli_Kernel
Informations about the package cli-kernel
Aura.Cli_Kernel
This is a kernel for the Aura.Cli_Project package.
Foreword
Requirements
This kernel requires PHP 5.4 or later; we recommend using the latest available version of PHP as a matter of principle.
Unlike Aura library packages, this kernel package has userland dependencies, which themselves may have other dependencies:
Installation
This kernel is installable and autoloadable via Composer with the following
require
element in your composer.json
file:
"require": {
"aura/cli-kernel": "dev-develop-2"
}
Alternatively, download or clone this repository, then require or include its autoload.php file.
Tests
To run the unit tests at the command line, issue composer install
and then phpunit
at the package root. This requires Composer to be available as composer
, and PHPUnit to be available as phpunit
.
PSR Compliance
This kernel attempts to comply with PSR-1, PSR-2, and PSR-4. If you notice compliance oversights, please send a patch via pull request.
Community
To ask questions, provide feedback, or otherwise communicate with the Aura community, please join our Google Group, follow @auraphp on Twitter, or chat with us on #auraphp on Freenode.
Services
This kernel defines the following service objects in the Container:
aura/cli-kernel:dispatcher
: an instance of Aura\Dispatcher\Dispatcheraura/cli-kernel:context
: an instance of Aura\Cli\Contextaura/cli-kernel:stdio
: an instance of Aura\Cli\Stdioaura/cli-kernel:help_service
: an instance of _Aura\CliKernel\HelpService
Note that service definitions set at the kernel level may be reset at the project level.
All versions of cli-kernel with dependencies
aura/project-kernel Version ~2.0
aura/cli Version ~2.0
aura/dispatcher Version ~2.0