upscale/http-server-engine
Composer 安装命令:
composer require upscale/http-server-engine
包简介
Wiring of Zend Diactoros, FastRoute, and Aura.Di for RESTful API
关键字:
README 文档
README
HTTP Server Engine for RESTful API
This package wires up Zend Diactoros, FastRoute, and Aura.Di to power request parsing, routing, and dependency injection of a bare-bones RESTful API. Each library is the most lightweight/popular implementation in its class.
Usage
The intended use is RESTful web services based on the HTTP server skeleton. It defines the project structure, router configuration, and the entry point that bootstraps the engine.
Performance
Speed and minimalism are the objectives of the project. It comes with very little source code.
Total overheard of the engine is ~4 ms (0.004 sec) measured on a laptop. The estimates are based on execution of an empty handler dispatched among 100 declared routes.
License
Licensed under the Apache License, Version 2.0.
统计信息
- 总下载量: 37
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2016-09-15