sassnowski / venture
A package to manage complex workflows built on top of Laravel's queue.
Fund package maintenance!
ksassnowski
Installs: 181 826
Dependents: 1
Suggesters: 0
Security: 0
Stars: 798
Watchers: 18
Forks: 32
Open Issues: 16
Requires
- php: ^8.1
- 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
- lorisleiva/laravel-actions: ^2.5.1
- mockery/mockery: ^1.5.1
- nunomaduro/larastan: ^2.4
- 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
- dev-master
- v5.3.0
- v5.2.0
- 5.1.0
- 5.0.0
- 4.0.1
- 4.0.0
- 4.0.0-RC7
- 4.0.0-RC6
- 4.0.0-RC5
- 4.0.0-RC-4
- 4.0.0-RC3
- 4.0.0-RC2
- 4.0.0-RC1
- 3.x-dev
- 3.7.0
- 3.6.5
- 3.6.4
- 3.6.3
- 3.6.2
- 3.6.1
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.2
- 3.3.1
- 3.3.0
- 3.2.0
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.1
- 3.0.0
- 3.0.0-RC2
- 3.0.0-RC1
- 2.x-dev
- 2.1.1
- 2.1.0
- 2.0.0
- 1.2.1
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.1
- 0.6.0
- 0.5.2
- 0.5.1
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.1
- 0.1.0
- dev-release-please--branches--master--components--sassnowski/venture
- dev-optional-workflow-name
- dev-laravel-actions-compat
- dev-each
- dev-laravel-10
- dev-conditional_definition
- dev-replace_opis_closure
- dev-base64_encode_psql
- dev-laravel-9
- dev-generate-step-ids
- dev-next
- dev-before-nesting-hook
This package is auto-updated.
Last update: 2024-10-19 16:08:27 UTC
README
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