承接 gamernetwork/yolk-application 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

gamernetwork/yolk-application

最新稳定版本:v1.0

Composer 安装命令:

composer require gamernetwork/yolk-application

包简介

Gamer Network's PHP application foundation

README 文档

README

Want to work for Gamer Network? We are hiring!

Yolk Application

Scrutinizer Code Quality

The foundation of Yolk web applications. Request/Response handling, routing, middleware etc.

Requirements

  • PHP 5.4 or later
  • Yolk Contracts (gamernetwork/yolk-contracts)
  • Yolk Core (gamernetwork/yolk-core)
  • Yolk Support (gamernetwork/yolk-support)

Installation

It is installable and autoloadable via Composer as gamernetwork/yolk-application.

Alternatively, download a release or clone this repository, and add the \yolk\app namespace to an autoloader.

License

Yolk Application is open-sourced software licensed under the MIT license.

Overview

This package contains the components and services required to construct a basic Yolk web application.

Applications extend the BaseApplication class, which in-turn extends the BaseDispatcher class and use a Router in order to pass a Request through middlewares to a handler (usually extending BaseController). Handlers return a Response (usually a subclass of BaseResponse) which is sent to the client.

Further Reading

统计信息

  • 总下载量: 6.83k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 10
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-07-13