web
็ฎๅฝ
Illustrate
ใTipใ
Here, I mainly list some common operations during my web development process, as well as some self-packaged components (scaffolding). All of these are based on the Hyperf. Additionally, Hyperf
is based on the Swoole lifecycle
, so the basic knowledge of Swoole
is very important. Please make sure to read the basics section carefully.
Based on Hyperf v3.x. All code examples are here .
API Interface Documentation
ใTipใ
For personal server demonstration purposes, please do not perform stress tests. Thank you. ๐
Address๏ผAPI
Http็ถๆ็ ่ฏดๆ๏ผ
200
Business is normal or business is abnormal, the service is still
functioning normally.
422
Form validation failed.
401
Permission validation failed.
500
Server error, but it can still provide services without affecting
other service calls.
Supplement
๏ฟฃโก๏ฟฃ๏ฝ๏ฝ
Ongoing construction ๐ง
- Plan to complete the integration usage examples for third parties (WeChat, Alipay, Alibaba Cloud, etc.).
- Will add commonly used business functionality operations in the future.
- Continuous errata correction.