Skip to content

Commit 8dbb3b4

Browse files
committed
Update the history
1 parent e229df1 commit 8dbb3b4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55

66
## History
77

8-
This project has been started by [Eric Geloen](https://github.com/egeloen) as [Ivory Http Adapter](https://github.com/egeloen/ivory-http-adapter). It never made it to be really stable, but it relied on PSR-7 which was not stable either that time.
8+
This project has been started by [Eric Geloen](https://github.com/egeloen) as [Ivory Http Adapter](https://github.com/egeloen/ivory-http-adapter). It never made it to be really stable, but it relied on PSR-7 which was not stable either that time. Because of the constantly changing PSR-7 Eric had to rewrite the library over and over again (at least the message handling part, which in most cases affected every adapters).
9+
10+
in 2015 a decision has been made to move the library to it's own organization, so PHP HTTP was born.
911

1012

1113
## Getting started
@@ -71,7 +73,7 @@ Read more about it in the [Discovery](discovery.md) part.
7173

7274
When installing in an application or a non-reusable package, using a virtual package doesn't really make sense. However there are a few things which should be taken into consideration before choosing an adapter:
7375

74-
- It is possible that some other package already has an HTTP Client requirement. It doesn't worth to install more than one HTTP Clients.
76+
- It is possible that some other package already has an HTTP Client requirement. It doesn't worth to install more than one HTTP Clients, so always check your other requirements and choose an adapter based on that.
7577
- Some adapters support paralell requests, some only emulate them. If paralell requests are needed, use one which supports it.
7678

7779
Installing an implementation is easy:

0 commit comments

Comments
 (0)