File tree 1 file changed +20
-9
lines changed 1 file changed +20
-9
lines changed Original file line number Diff line number Diff line change 15
15
16
16
## Intro
17
17
18
- HTTPlug is the predecessor of [ PSR-18] ( http://www.php-fig.org/psr/psr-18/ )
19
- HTTP Client standard built on [ PSR-7] ( http://www.php-fig.org/psr/psr-7/ ) HTTP messages.
20
- Since there is an entire ecosystem built around HTTPlug which is already widely adopted,
21
- we will keep maintaining this package for the time being,
22
- but new implementations and consumers should use the PSR-18 interfaces.
23
- HTTPlug 2.x extends the PSR-18 interfaces to allow a convenient migration path.
24
- In the long term, we expect PSR-18 to completely replace the need for HTTPlug.
25
-
26
- This library is the official successor of the [ ivory http adapter] ( https://github.com/egeloen/ivory-http-adapter ) .
18
+ HTTP client standard built on [ PSR-7] ( http://www.php-fig.org/psr/psr-7/ ) HTTP
19
+ messages. The HTTPlug client interface is compatible with the official standard
20
+ for the HTTP client interface, [ PSR-18] ( http://www.php-fig.org/psr/psr-18/ ) .
21
+ HTTPlug adds an interface for asynchronous HTTP requests, which PSR-18 does not
22
+ cover.
23
+
24
+ Since HTTPlug has already been widely adopted and a whole ecosystem has been
25
+ built around it, we will keep maintaining this package for the time being.
26
+ HTTPlug 2.0 and newer extend the PSR-18 interface to allow for a convenient
27
+ migration path.
28
+
29
+ New client implementations and consumers should use the PSR-18 interfaces
30
+ directly. In the long term, we expect PSR-18 to completely replace the need
31
+ for HTTPlug.
32
+
33
+
34
+ ## History
35
+
36
+ HTTPlug is the official successor of the [ ivory http adapter] ( https://github.com/egeloen/ivory-http-adapter ) .
37
+ HTTPlug is a predecessor of [ PSR-18] ( http://www.php-fig.org/psr/psr-18/ )
27
38
28
39
29
40
## Install
You can’t perform that action at this time.
0 commit comments