darkwood/flow
Flow is a PHP 8.5+ package for building asynchronous pipelines with a functional style. Define steps with generators, pass typed data through each stage, and await execution. Includes examples and docs, with a focus on assembling code as “flows”.
Flow concept aims to solve
PHP 8.5 is the minimal version to use Flow The recommended way to install it through Composer and execute
composer require darkwood/flow
A working script is available in the bundled examples directory
php examples/flow.phpphp examples/server.phpphp examples/client.phpMessaging part require to install Docker and execute docker-compose up -d
https://darkwood-com.github.io/flow
Flow is released under the MIT License.
How can I help you explore Laravel packages today?