-
Notifications
You must be signed in to change notification settings - Fork 6
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
Should be abandoned due to PSR? #4
Comments
Hi,
This library is an implementation of HTTP messages, the PSRs you link to are interfaces for such messages. So they're not actually redundant. The real questions are:
I don't think there are any users of this library at the moment. The README is empty, and most if not all downloads are from my own projects.
While I do agree that this library is mostly redundant with other popular libraries, I'm still using it in a project that I'm not ready to migrate to Symfony just yet. In the meantime, is there anything I can do to make it more obvious that this library is not something you should choose for a new projet? (I think it is quite obvious already, as I said there probably aren't any users of this library besides me). |
Yeah, this lib provides both the abstraction and the implementation, and PSRs cover only abstractions indeed, I should have mentioned it in the initial issue post.
I think marking it as "abandoned" in Packagist, and mentioning it in the README should work fine. |
Well I am an active user of your |
I don't think I can release new versions if the package is abandoned, so this will probably not work. I can update the README though. |
Yeah, it was not supposed to be a personal project, no more than |
Nowadays we have
which cover the functionality of this lib. Therefore IMO it is wise to abandon the lib in favor of PSRs, and the existing users should be encouraged to use it instead. So we don't have yet another HTTP request abstraction, and also this will reduce the maintenance burden for you.
The text was updated successfully, but these errors were encountered: