Aura.Web_Kernel

The kernel files for a web project.

Github星跟踪图

Aura.Web_Kernel

This is a kernel for the Aura.Web_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/web-kernel": "dev-develop-2"
}

Alternatively, download or clone this repository, then require or include its
autoload.php file.

Tests

Build Status

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/web-kernel:dispatcher: an instance of Aura\Dispatcher\Dispatcher
  • aura/web-kernel:request: an instance of Aura\Web\Request
  • aura/web-kernel:response: an instance of Aura\Web\Response
  • aura/web-kernel:router: an instance of Aura\Router\Router

Note that service definitions set at the kernel level may be reset at the project level.

主要指标

概览
名称与所有者auraphp/Aura.Web_Kernel
主编程语言PHP
编程语言PHP (语言数: 1)
平台
许可证BSD 2-Clause "Simplified" License
所有者活动
创建于2013-11-20 15:29:42
推送于2021-07-13 07:52:21
最后一次提交
发布数7
最新版本名称2.1.3 (发布于 )
第一版名称2.0.0-beta1 (发布于 )
用户参与
星数24
关注者数12
派生数13
提交数149
已启用问题?
问题数11
打开的问题数0
拉请求数6
打开的拉请求数0
关闭的拉请求数13
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?