Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ksassnowski/venture
Venture allows you to create and manage complex, async workflows in your Laravel apps.
https://github.com/ksassnowski/venture
directed-acyclic-graph laravel workflow
Last synced: 2 days ago
JSON representation
Venture allows you to create and manage complex, async workflows in your Laravel apps.
- Host: GitHub
- URL: https://github.com/ksassnowski/venture
- Owner: ksassnowski
- License: mit
- Created: 2020-09-16T05:26:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T08:22:40.000Z (9 months ago)
- Last Synced: 2024-05-01T15:24:32.275Z (8 months ago)
- Topics: directed-acyclic-graph, laravel, workflow
- Language: PHP
- Homepage: https://laravel-venture.com
- Size: 723 KB
- Stars: 780
- Watchers: 18
- Forks: 30
- Open Issues: 16
-
Metadata Files:
- Readme: Readme.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome_ai_agents - Venture - Venture allows you to create and manage complex, async workflows in your Laravel apps. (Building / Workflows)
- awesome_ai_agents - Venture - Venture allows you to create and manage complex, async workflows in your Laravel apps. (Building / Workflows)
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](https://laravel-venture.com) for the full installation instructions.
## Documentation
You can find the full documentation [here](https://laravel-venture.com).
## Credits
- [Kai Sassnowski](https://github.com/ksassnowski)
- [All contributors](https://github.com/ksassnowski/venture/contributors)Special thanks to [@Caneco](https://twitter.com/@caneco) for the logo.
## License
MIT