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 #39

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 @@
# mezzio-console
[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)

_Symfony Console for Mezzio_
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/mezzio-console/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/xtreamwayz/mezzio-console/actions/workflows/continuous-integration.yml)
---

_Symfony Console for Mezzio_

This packages brings [Symfony Console](https://github.com/symfony/console) to your
[Mezzio](https://github.com/mezzio/mezzio) project. It uses the `FactoryCommandLoader` for lazy loading
Expand Down
Loading