Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
php-http-httplug
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian PHP Team
PEAR
php-http-httplug
Commits
a4fc2172
Commit
a4fc2172
authored
6 years ago
by
David Buchmann
Browse files
Options
Downloads
Patches
Plain Diff
tweak readme
parent
b3842537
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+20
-9
20 additions, 9 deletions
README.md
with
20 additions
and
9 deletions
README.md
+
20
−
9
View file @
a4fc2172
...
...
@@ -15,15 +15,26 @@
## Intro
HTTPlug is the predecessor of
[
PSR-18
](
http://www.php-fig.org/psr/psr-18/
)
HTTP Client standard built on
[
PSR-7
](
http://www.php-fig.org/psr/psr-7/
)
HTTP messages.
Since there is an entire ecosystem built around HTTPlug which is already widely adopted,
we will keep maintaining this package for the time being,
but new implementations and consumers should use the PSR-18 interfaces.
HTTPlug 2.x extends the PSR-18 interfaces to allow a convenient migration path.
In the long term, we expect PSR-18 to completely replace the need for HTTPlug.
This library is the official successor of the
[
ivory http adapter
](
https://github.com/egeloen/ivory-http-adapter
)
.
HTTP client standard built on
[
PSR-7
](
http://www.php-fig.org/psr/psr-7/
)
HTTP
messages. The HTTPlug client interface is compatible with the official standard
for the HTTP client interface,
[
PSR-18
](
http://www.php-fig.org/psr/psr-18/
)
.
HTTPlug adds an interface for asynchronous HTTP requests, which PSR-18 does not
cover.
Since HTTPlug has already been widely adopted and a whole ecosystem has been
built around it, we will keep maintaining this package for the time being.
HTTPlug 2.0 and newer extend the PSR-18 interface to allow for a convenient
migration path.
New client implementations and consumers should use the PSR-18 interfaces
directly. In the long term, we expect PSR-18 to completely replace the need
for HTTPlug.
## History
HTTPlug is the official successor of the
[
ivory http adapter
](
https://github.com/egeloen/ivory-http-adapter
)
.
HTTPlug is a predecessor of
[
PSR-18
](
http://www.php-fig.org/psr/psr-18/
)
## Install
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment