openswoole / core
Openswoole core library
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-10-27 23:56:59 UTC
README
OpenSwoole is a programmatic platform building modernized systems with async IO, coroutines and fibers: secure, reliable, high performance
- Website: 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
Install
You can add this package to your project using Composer:
composer require openswoole/core
Documentation
Documentation for Open Swoole can be found on the Open Swoole website.