src
3 years ago
CHANGELOG.md
7 years ago
LICENSE
7 years ago
README.md
7 years ago
composer.json
7 years ago
README.md
50 lines
| 1 | # Promise |
| 2 | |
| 3 | [](https://github.com/php-http/promise/releases](https://github.com/php-http/promise/releases](https://github.com/php-http/promise/releases) |
| 4 | [](LICENSE](LICENSE](LICENSE) |
| 5 | [](https://travis-ci.org/php-http/promise](https://travis-ci.org/php-http/promise](https://travis-ci.org/php-http/promise) |
| 6 | [](https://scrutinizer-ci.com/g/php-http/promise](https://scrutinizer-ci.com/g/php-http/promise](https://scrutinizer-ci.com/g/php-http/promise) |
| 7 | [](https://scrutinizer-ci.com/g/php-http/promise](https://scrutinizer-ci.com/g/php-http/promise](https://scrutinizer-ci.com/g/php-http/promise) |
| 8 | [](https://packagist.org/packages/php-http/promise](https://packagist.org/packages/php-http/promise](https://packagist.org/packages/php-http/promise) |
| 9 | |
| 10 | **Promise used for asynchronous HTTP requests.** |
| 11 | |
| 12 | **Note:** This will eventually be removed/deprecated and replaced with the upcoming Promise PSR. |
| 13 | |
| 14 | |
| 15 | ## Install |
| 16 | |
| 17 | Via Composer |
| 18 | |
| 19 | ``` bash |
| 20 | $ composer require php-http/promise |
| 21 | ``` |
| 22 | |
| 23 | |
| 24 | ## Documentation |
| 25 | |
| 26 | Please see the [](http://docs.php-http.orgofficial documentation](http://docs.php-http.org](http://docs.php-http.org). |
| 27 | |
| 28 | |
| 29 | ## Testing |
| 30 | |
| 31 | ``` bash |
| 32 | $ composer test |
| 33 | ``` |
| 34 | |
| 35 | |
| 36 | ## Contributing |
| 37 | |
| 38 | 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). |
| 39 | |
| 40 | |
| 41 | ## Security |
| 42 | |
| 43 | If you discover any security related issues, please contact us at [](mailto:security@httplug.iosecurity@httplug.io](mailto:security@httplug.io](mailto:security@httplug.io) |
| 44 | or [](mailto:security@php-http.orgsecurity@php-http.org](mailto:security@php-http.org](mailto:security@php-http.org). |
| 45 | |
| 46 | |
| 47 | ## License |
| 48 | |
| 49 | The MIT License (MIT). Please see [](LICENSELicense File](LICENSE](LICENSE) for more information. |
| 50 |