PluginProbe ʕ •ᴥ•ʔ
Booking for Appointments and Events Calendar – Amelia / 2.4.6
Booking for Appointments and Events Calendar – Amelia v2.4.6
2.4.7 2.4.6 2.4.5 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 / message-factory / README.md
ameliabooking / vendor / php-http / message-factory Last commit date
src 7 months ago CHANGELOG.md 2 years ago CONTRIBUTING 2 years ago LICENSE 2 years ago README.md 2 years ago composer.json 2 years ago puli.json 2 years ago
README.md
43 lines
1 # PSR-7 Message Factory
2
3 [](https://github.com/php-http/message-factory/releases![Latest Version](https://img.shields.io/github/release/php-http/message-factory.svg?style=flat-square)](https://github.com/php-http/message-factory/releases](https://github.com/php-http/message-factory/releases)
4 [](LICENSE![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE](LICENSE)
5 [](https://packagist.org/packages/php-http/message-factory![Total Downloads](https://img.shields.io/packagist/dt/php-http/message-factory.svg?style=flat-square)](https://packagist.org/packages/php-http/message-factory](https://packagist.org/packages/php-http/message-factory)
6
7 **Factory interfaces for PSR-7 HTTP Message.**
8
9 ## Obsolete
10
11 The PHP-HTTP factories have become obsolete with the [](https://www.php-fig.org/psr/psr-17/PSR-17](https://www.php-fig.org/psr/psr-17/](https://www.php-fig.org/psr/psr-17/) factories standard.
12 All major HTTP client implementors provide [](https://packagist.org/packages/psr/http-factoryPSR-17 factories](https://packagist.org/packages/psr/http-factory](https://packagist.org/packages/psr/http-factory).
13
14 This package will remain available for the time being to not break legacy code, but we encourage everybody to move to PSR-17.
15
16 ## Install
17
18 Via Composer
19
20 ``` bash
21 $ composer require php-http/message-factory
22 ```
23
24
25 ## Documentation
26
27 Please see the [](http://docs.php-http.org/en/latest/message/message-factory.htmlofficial documentation](http://docs.php-http.org/en/latest/message/message-factory.html](http://docs.php-http.org/en/latest/message/message-factory.html).
28
29
30 ## Contributing
31
32 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).
33
34
35 ## Security
36
37 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).
38
39
40 ## License
41
42 The MIT License (MIT). Please see [](LICENSELicense File](LICENSE](LICENSE) for more information.
43