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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?