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

https://github.com/crell/queue-test

Messing around with configuring different queue systems.
https://github.com/crell/queue-test

Last synced: 3 months ago
JSON representation

Messing around with configuring different queue systems.

Awesome Lists containing this project

README

          

# Queue test

Casual research with Queue systems in PHP. Not even slightly maintained.

To run:

* `git clone` the repository
* Copy `default-.env` to `.env`
* Run `make shell` to start Docker compose and switch into its shell
* Run `composer install`
* Run `vendor/bin/phpunit` to see that the basic demo tests work.

A related Symfony example: https://github.com/weaverryan/messenger-standalone/

## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md) for details.

## Security

If you discover any security related issues, please email larry at garfieldtech dot com instead of using the issue tracker.

## Credits

- [Larry Garfield][link-author]
- [All Contributors][link-contributors]

## License

The Lesser GPL version 3 or later. Please see [License File](LICENSE.md) for more information.