From 31575de2c6d83dee750ae60869be375db34b0673 Mon Sep 17 00:00:00 2001 From: Geert Eltink <9497586+geerteltink@users.noreply.github.com> Date: Wed, 19 Jun 2024 12:59:44 +0200 Subject: [PATCH] docs: update readme --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c9ad7b9..9cdf1e9 100644 --- a/README.md +++ b/README.md @@ -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).