PluginProbe ʕ •ᴥ•ʔ
Booking for Appointments and Events Calendar – Amelia / trunk
Booking for Appointments and Events Calendar – Amelia vtrunk
2.4.4 2.4.3 2.4.2 2.4.1 2.4 trunk 1.2.1 1.2.10 1.2.11 1.2.12 1.2.13 1.2.14 1.2.15 1.2.16 1.2.17 1.2.18 1.2.19 1.2.2 1.2.20 1.2.21 1.2.22 1.2.23 1.2.24 1.2.25 1.2.26 1.2.27 1.2.28 1.2.29 1.2.3 1.2.30 1.2.31 1.2.32 1.2.33 1.2.34 1.2.35 1.2.36 1.2.37 1.2.38 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 2.0 2.0.1 2.0.2 2.1 2.1.1 2.1.2 2.1.3 2.2 2.2.1 2.3
ameliabooking / vendor / php-http / httplug / README.md
ameliabooking / vendor / php-http / httplug Last commit date
src 6 months ago CHANGELOG.md 7 years ago LICENSE 7 years ago README.md 7 years ago composer.json 7 years ago puli.json 7 years ago
README.md
58 lines
1 # HTTPlug
2
3 [](https://github.com/php-http/httplug/releases![Latest Version](https://img.shields.io/github/release/php-http/httplug.svg?style=flat-square)](https://github.com/php-http/httplug/releases](https://github.com/php-http/httplug/releases)
4 [](LICENSE![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE](LICENSE)
5 [](https://travis-ci.org/php-http/httplug![Build Status](https://img.shields.io/travis/php-http/httplug.svg?style=flat-square)](https://travis-ci.org/php-http/httplug](https://travis-ci.org/php-http/httplug)
6 [](https://scrutinizer-ci.com/g/php-http/httplug![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/php-http/httplug.svg?style=flat-square)](https://scrutinizer-ci.com/g/php-http/httplug](https://scrutinizer-ci.com/g/php-http/httplug)
7 [](https://scrutinizer-ci.com/g/php-http/httplug![Quality Score](https://img.shields.io/scrutinizer/g/php-http/httplug.svg?style=flat-square)](https://scrutinizer-ci.com/g/php-http/httplug](https://scrutinizer-ci.com/g/php-http/httplug)
8 [](https://packagist.org/packages/php-http/httplug![Total Downloads](https://img.shields.io/packagist/dt/php-http/httplug.svg?style=flat-square)](https://packagist.org/packages/php-http/httplug](https://packagist.org/packages/php-http/httplug)
9
10 [](http://slack.httplug.io![Slack Status](http://slack.httplug.io/badge.svg)](http://slack.httplug.io](http://slack.httplug.io)
11 [](mailto:team@httplug.io![Email](https://img.shields.io/badge/email-team@httplug.io-blue.svg?style=flat-square)](mailto:team@httplug.io](mailto:team@httplug.io)
12
13 **HTTPlug, the HTTP client abstraction for PHP.**
14
15
16 ## Install
17
18 Via Composer
19
20 ``` bash
21 $ composer require php-http/httplug
22 ```
23
24
25 ## Intro
26
27 This is the contract package for HTTP Client.
28 Use it to create HTTP Clients which are interoperable and compatible with [](http://www.php-fig.org/psr/psr-7/PSR-7](http://www.php-fig.org/psr/psr-7/](http://www.php-fig.org/psr/psr-7/).
29
30 This library is the official successor of the [](https://github.com/egeloen/ivory-http-adapterivory http adapter](https://github.com/egeloen/ivory-http-adapter](https://github.com/egeloen/ivory-http-adapter).
31
32
33 ## Documentation
34
35 Please see the [](http://docs.php-http.orgofficial documentation](http://docs.php-http.org](http://docs.php-http.org).
36
37
38 ## Testing
39
40 ``` bash
41 $ composer test
42 ```
43
44
45 ## Contributing
46
47 Please see our [](http://docs.php-http.org/en/latest/development/contributing.htmlcontributing guide](http://docs.php-http.org/en/latest/development/contributing.html](http://docs.php-http.org/en/latest/development/contributing.html).
48
49
50 ## Security
51
52 If you discover any security related issues, please contact us at [](mailto:security@php-http.orgsecurity@php-http.org](mailto:security@php-http.org](mailto:security@php-http.org).
53
54
55 ## License
56
57 The MIT License (MIT). Please see [](LICENSELicense File](LICENSE](LICENSE) for more information.
58