-
Notifications
You must be signed in to change notification settings - Fork 39
mention ivory in the readme #67
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
Conversation
Be careful with the name 'Ivory'. It is a vendor name as well, not just the name for the HTTP Adapter package. |
better? |
👍 |
I just added a note in the readme about the deprecation and these set of packages. |
I think I will deprecate it officially in composer when the 1.0 is out here. |
@@ -25,6 +25,7 @@ $ composer require php-http/httplug | |||
|
|||
This is the contract package for HTTP Client. Use it to create HTTP Clients which are interoperable and compatible with [PSR-7](http://www.php-fig.org/psr/psr-7/). | |||
|
|||
This library is the official successor of the [ivory http adapter](https://github.com/egeloen/ivory-http-adapter) and the code is based on the ivory http adapter code. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ivory http adapter and code expressions are repeated here. Can we make it simpler? Also, the code is completely refactored. Actually it has been refactored several times. I think it is enough to mention that the idea is from ivory, it evolved from an adapter package to a PSR-7 HTTP Client abstraction and it is a successor of IHA.
a947179
to
87955d7
Compare
thanks a lot egeloen! i updated the text a bit. ok @sagikazarmark ? |
👍 |
to avoid confusion. ideally, @egeloen would add some note in ivory about this as well. (for now maybe with a warning that this one is not yet ready for production)