httpsoft/http-basis
最新稳定版本:1.1.2
Composer 安装命令:
composer require httpsoft/http-basis
包简介
Simple and fast HTTP microframework implementing PSR standards
README 文档
README
This package is a simple and fast HTTP microframework implementing PHP standards recommendations.
- PSR-3 Logger.
- PSR-7 HTTP Message.
- PSR-11 Container.
- PSR-12 Coding Style.
- PSR-15 HTTP Server.
- PSR-17 HTTP Factories.
This package helps you quickly create simple but high-quality web applications and APIs.
Documentation
Installation
This package requires PHP version 7.4 or later.
To create the project you can use a ready-made application template:
composer create-project --prefer-dist httpsoft/http-app <app-dir>
or install a microframework:
composer require httpsoft/http-basis
and configure everything manually, see the documentation for more details.
统计信息
- 总下载量: 30.91k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 13
- 点击次数: 1
- 依赖项目数: 4
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-11-04