PHPackages                             pudongping/hyperf-biz-web-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. pudongping/hyperf-biz-web-api

ActiveProject[Framework](/categories/framework)

pudongping/hyperf-biz-web-api
=============================

Business web api skeleton based on hyperf framework.

v3.0.2(2y ago)125MITPHPPHP &gt;=8.0

Since Oct 22Pushed 2y ago1 watchersCompare

[ Source](https://github.com/pudongping/hyperf-biz-web-api)[ Packagist](https://packagist.org/packages/pudongping/hyperf-biz-web-api)[ RSS](/packages/pudongping-hyperf-biz-web-api/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (33)Versions (16)Used By (0)

hyperf-biz-web-api
==================

[](#hyperf-biz-web-api)

[![Latest Stable Version](https://camo.githubusercontent.com/79124a2049a372c75a679951ecbf06099dee2d0a88674d8740dd8ca75360da26/68747470733a2f2f706f7365722e707567782e6f72672f7075646f6e6770696e672f6879706572662d62697a2d7765622d6170692f762f737461626c652e737667)](https://packagist.org/packages/pudongping/hyperf-biz-web-api)[![Total Downloads](https://camo.githubusercontent.com/35d8d0683db61c1d92dde119aa4d41772c60f83161dd00bae8948fd4369a2075/68747470733a2f2f706f7365722e707567782e6f72672f7075646f6e6770696e672f6879706572662d62697a2d7765622d6170692f646f776e6c6f6164732e737667)](https://packagist.org/packages/pudongping/hyperf-biz-web-api)[![Latest Unstable Version](https://camo.githubusercontent.com/4c5416560a6a94229fef8982a3d9c72bfe076a82dba509c713533d9594241ea4/68747470733a2f2f706f7365722e707567782e6f72672f7075646f6e6770696e672f6879706572662d62697a2d7765622d6170692f762f756e737461626c652e737667)](https://packagist.org/packages/pudongping/hyperf-biz-web-api)[![Minimum PHP Version](https://camo.githubusercontent.com/419335b1988728bee8814832cf9c1a08a3cf375169445279f6d973e353f6fe46/687474703a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230382e302d3838393242462e737667)](https://php.net/)[![Packagist](https://camo.githubusercontent.com/a57cd1ea219a8bb7134199458e82c6f08811fa1532b6a4651da242dd81fc39ec/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7075646f6e6770696e672f6879706572662d62697a2d7765622d6170692e737667)](https://github.com/pudongping/hyperf-biz-web-api)[![License](https://camo.githubusercontent.com/dbd4265c7b9bedc726e483626a0431b5d8295f0d854074187221f7e2a38ab153/68747470733a2f2f706f7365722e707567782e6f72672f7075646f6e6770696e672f6879706572662d62697a2d7765622d6170692f6c6963656e7365)](https://packagist.org/packages/pudongping/hyperf-biz-web-api)

本项目采用 [hyperf 3.0](https://hyperf.wiki/3.0/#/README) 框架。

服务器要求
-----

[](#服务器要求)

- PHP &gt;= 8.0 and &lt;= 8.1
- 以下任一网络引擎
    - Swoole PHP 扩展 &gt;= 4.5，并关闭了 `Short Name`
    - Swow PHP 扩展 (Beta)
- JSON PHP 扩展
- Pcntl PHP 扩展
- OpenSSL PHP 扩展（如需要使用到 HTTPS）
- PDO PHP 扩展 （如需要使用到 MySQL 客户端）
- Redis PHP 扩展 （如需要使用到 Redis 客户端）
- Protobuf PHP 扩展 （如需要使用到 gRPC 服务端或客户端）

创建项目
----

[](#创建项目)

```
# default latest version
composer create-project pudongping/hyperf-biz-web-api ~/hyperf-project/example-app

# hyperf 2.2 and PHP >= 7.4
composer create-project pudongping/hyperf-biz-web-api:~v2.2.1 ~/hyperf-project/example-app
# hyperf 3.0 and PHP >= 8.0 and
