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.
- Host: GitHub
- URL: https://github.com/crell/queue-test
- Owner: Crell
- License: other
- Created: 2022-04-05T14:32:24.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-08T21:50:31.000Z (about 4 years ago)
- Last Synced: 2025-01-25T15:11:16.882Z (over 1 year ago)
- Language: PHP
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
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.