Download the PHP package silpo-tech/openswoole-bundle without Composer
On this page you can find all versions of the php package silpo-tech/openswoole-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package openswoole-bundle
OpenSwoole Bundle for Symfony Framework
Installation
Open a command console, enter your project directory and execute:
USAGE
Configuration
Default Configs
Other Configs
Note: these options have not been tried
Testing with PHPUnit
BatchRunner automatically runs callables sequentially (without coroutines) when it detects a test environment. This avoids PHPUnit's NoTestCaseObjectOnCallStackException that occurs when mocks are invoked inside a coroutine (where debug_backtrace() cannot find the TestCase).
Sequential mode is enabled when any of these is true:
APP_ENV=test(standard Symfony test env)OPENSWOOLE_BATCH_RUNNER_SEQUENTIAL=1
To override per-instance (e.g. to test actual concurrency):
To override globally (e.g. in a test base class):
All versions of openswoole-bundle with dependencies
upscale/swoole-blackfire Version ^4.0
symfony/dependency-injection Version ^6.0|^7.0
symfony/config Version ^6.0|^7.0
symfony/http-kernel Version ^6.0|^7.0
symfony/console Version ^6.0|^7.0
openswoole/core Version ^22.2
monolog/monolog Version ^3.0
symfony/messenger Version ^6.0|^7.0
symfony/event-dispatcher Version ^6.0|^7.0
symfony/stopwatch Version ^7.2
symfony/psr-http-message-bridge Version ^7.2
nyholm/psr7 Version ^1.8
symfony/yaml Version ^7.2