KONTOLODON
/
var
/
www
/
ojs-3.3.0-13
/
plugins
/
paymethod
/
paypal
/
vendor
/
php-http
/
httplug
/
Nama File / Folder
Size
Action
src
--
NONE
CHANGELOG.md
2.837KB
Hapus
Edit
Rename
LICENSE
1.105KB
Hapus
Edit
Rename
README.md
2.521KB
Hapus
Edit
Rename
composer.json
1.009KB
Hapus
Edit
Rename
puli.json
0.271KB
Hapus
Edit
Rename
# HTTPlug [](https://github.com/php-http/httplug/releases) [](LICENSE) [](https://travis-ci.org/php-http/httplug) [](https://scrutinizer-ci.com/g/php-http/httplug) [](https://scrutinizer-ci.com/g/php-http/httplug) [](https://packagist.org/packages/php-http/httplug) [](http://slack.httplug.io) [](mailto:team@httplug.io) **HTTPlug, the HTTP client abstraction for PHP.** ## Intro 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 Via Composer ``` bash $ composer require php-http/httplug ``` ## Documentation Please see the [official documentation](http://docs.php-http.org). ## Testing ``` bash $ composer test ``` ## Contributing Please see our [contributing guide](http://docs.php-http.org/en/latest/development/contributing.html). ## Security If you discover any security related issues, please contact us at [security@php-http.org](mailto:security@php-http.org). ## License The MIT License (MIT). Please see [License File](LICENSE) for more information.