Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update readme #89

Merged
merged 1 commit into from
Jun 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# PSR Container Messenger
[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)

_PSR-11 Container compatible Symfony Messenger message bus and queue._
Thank you so much for being interested in this project! Open Source is rewarding, but it can also be exhausting. Therefor this code is provided as-is, and is currently not actively maintained. We invite you to peruse the code and even use it in your next project, provided you follow the included license!

No guarantee of support for the code is provided, and there is no promise that pull requests will be reviewed or merged. It’s open source, so forking is allowed; just be sure to give credit where it’s due!

[![Continuous Integration](https://github.com/xtreamwayz/psr-container-messenger/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/xtreamwayz/psr-container-messenger/actions/workflows/continuous-integration.yml)
---

_PSR-11 Container compatible Symfony Messenger message bus and queue._

This packages brings message buses to your PSR-11 container based project. It's a bundle of factories to make
life easier for you. The real work is done by [Symfony Messenger](https://github.com/symfony/messenger).
Expand Down
Loading