openswoole / core
OpenSwoole 核心库
22.1.5
2023-12-10 19:02 UTC
Requires
- php: >=7.4
- ext-openswoole: >=22.0
- psr/http-message: ^1.0 || ^2.0
- psr/http-server-middleware: ^1.0.0
Requires (Dev)
- ext-curl: *
- ext-sockets: *
- friendsofphp/php-cs-fixer: ^3.6
- openswoole/ide-helper: ^22.0
- php-http/psr7-integration-tests: ^1.1
- phpunit/phpunit: ^9.5
Suggests
- ext-mysqli: *
- ext-pdo: *
- ext-redis: Required to use redis database, and the required version is greater than or equal to 3.1.3
This package is not auto-updated.
Last update: 2024-09-15 23:32:49 UTC
README
OpenSwoole 是一个用于构建现代化系统的编程平台,具备异步IO、协程和线程:安全、可靠、高性能
- 网站: https://openswoole.com
- Twitter: https://twitter.com/openswoole
- Slack: https://goo.gl/forms/wooTTDmhbu30x4qC3
- Discord: https://discord.gg/5QC57RNPpw
- IDE Helper: https://github.com/openswoole/ide-helper
安装
您可以使用 Composer 将此包添加到您的项目中。
composer require openswoole/core
文档
OpenSwoole 的文档可以在 OpenSwoole 网站 上找到。