muhammed-alkhudiry / venture
A package to manage complex workflows built on top of Laravel's queue.
Fund package maintenance!
v5.4.1
2025-07-06 14:30 UTC
Requires
- php: ~8.2.0 || ~8.3.0 || ~8.4.0
- ext-json: *
- illuminate/bus: ^10.0 || ^11.0
- illuminate/container: ^10.0 || ^11.0
- illuminate/events: ^10.0 || ^11.0
- illuminate/queue: ^10.0 || ^11.0
- illuminate/support: ^10.0 || ^11.0
- laravel/serializable-closure: ^1.2
- ramsey/uuid: ^4.0
Requires (Dev)
- ergebnis/composer-normalize: ^2.29
- ergebnis/php-cs-fixer-config: ^5.2 || ^6.0
- larastan/larastan: ^2.4
- lorisleiva/laravel-actions: ^2.5.1
- mockery/mockery: ^1.5.1
- orchestra/testbench: ^8.0 || ^9.0
- pestphp/pest: ^2.34
- pestphp/pest-plugin-laravel: ^2.3
- phpunit/phpunit: ^10.5
- roave/security-advisories: dev-latest
- spatie/laravel-ignition: ^2.0
Suggests
- lorisleiva/laravel-actions: To use Laravel Actions as workflow jobs
This package is auto-updated.
Last update: 2026-06-06 16:21:53 UTC
README
This is a fork to fix this ksassnowski#107
Venture is a package to help you build and manage complex workflows of interdependent jobs using Laravel's queueing system.
Installation
Note: Venture needs PHP 8 and Laravel 9 or 10.
composer require sassnowski/venture
Make sure to read the documentation for the full installation instructions.
Documentation
You can find the full documentation here.
Credits
Special thanks to @Caneco for the logo.
License
MIT