src
6 months ago
CHANGELOG.md
7 years ago
LICENSE
7 years ago
README.md
7 years ago
composer.json
7 years ago
README.md
47 lines
| 1 | # HTTPlug Discovery |
| 2 | |
| 3 | [](https://github.com/php-http/discovery/releases](https://github.com/php-http/discovery/releases](https://github.com/php-http/discovery/releases) |
| 4 | [](LICENSE](LICENSE](LICENSE) |
| 5 | [](https://travis-ci.org/php-http/discovery](https://travis-ci.org/php-http/discovery](https://travis-ci.org/php-http/discovery) |
| 6 | [](https://scrutinizer-ci.com/g/php-http/discovery](https://scrutinizer-ci.com/g/php-http/discovery](https://scrutinizer-ci.com/g/php-http/discovery) |
| 7 | [](https://scrutinizer-ci.com/g/php-http/discovery](https://scrutinizer-ci.com/g/php-http/discovery](https://scrutinizer-ci.com/g/php-http/discovery) |
| 8 | [](https://packagist.org/packages/php-http/discovery](https://packagist.org/packages/php-http/discovery](https://packagist.org/packages/php-http/discovery) |
| 9 | |
| 10 | **Finds installed HTTPlug implementations and PSR-7 message factories.** |
| 11 | |
| 12 | |
| 13 | ## Install |
| 14 | |
| 15 | Via Composer |
| 16 | |
| 17 | ``` bash |
| 18 | $ composer require php-http/discovery |
| 19 | ``` |
| 20 | |
| 21 | |
| 22 | ## Documentation |
| 23 | |
| 24 | Please see the [](http://php-http.readthedocs.org/en/latest/discovery.htmlofficial documentation](http://php-http.readthedocs.org/en/latest/discovery.html](http://php-http.readthedocs.org/en/latest/discovery.html). |
| 25 | |
| 26 | |
| 27 | ## Testing |
| 28 | |
| 29 | ``` bash |
| 30 | $ composer test |
| 31 | ``` |
| 32 | |
| 33 | |
| 34 | ## Contributing |
| 35 | |
| 36 | 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). |
| 37 | |
| 38 | |
| 39 | ## Security |
| 40 | |
| 41 | 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). |
| 42 | |
| 43 | |
| 44 | ## License |
| 45 | |
| 46 | The MIT License (MIT). Please see [](LICENSELicense File](LICENSE](LICENSE) for more information. |
| 47 |