Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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