1- # Kraken Framework - Promise Component
1+ # Kraken Promise Component
22
33[ ![ Build Status] ( https://travis-ci.org/kraken-php/framework.svg )] ( https://travis-ci.org/kraken-php/framework )
44[ ![ Total Downloads] ( https://poser.pugx.org/kraken-php/promise/downloads )] ( https://packagist.org/packages/kraken-php/promise )
55[ ![ Latest Stable Version] ( https://poser.pugx.org/kraken-php/promise/v/stable )] ( https://packagist.org/packages/kraken-php/promise )
66[ ![ Latest Unstable Version] ( https://poser.pugx.org/kraken-php/promise/v/unstable )] ( https://packagist.org/packages/kraken-php/promise )
77[ ![ License] ( https://poser.pugx.org/kraken-php/framework/license )] ( https://packagist.org/packages/kraken-php/framework )
8- [ ![ Kraken Compatible] ( https://img.shields.io/badge/kraken-compatible-8002af .svg )] ( https://github.com/kraken-php/framework )
8+ [ ![ Kraken Compatible] ( https://img.shields.io/badge/kraken-compatible-6b02af .svg )] ( https://github.com/kraken-php/framework )
99
10- > ** Note:** This repository is part of [ Kraken Framework] [ 3 ] . It can be used as standalone library, but for the best
11- efficiency we suggest you to also check out the rest of [ Kraken Repository] [ 5 ] .
12-
13- <br >
14- <p align =" center " >
15- <img src =" https://avatars2.githubusercontent.com/u/15938282?v=3&s=150 " />
16- </p >
10+ > ** Note:** This repository is a part of [ Kraken Framework] [ 3 ] , but ** can be used freely as standalone library** . If you
11+ are interested in more asynchronous components for PHP, check out the rest of [ Kraken repository] [ 5 ] or see our
12+ [ asynchronous application skeleton] [ 4 ] example.
1713
1814## Description
1915
20- Kraken/ Promise is component that provides PHP implementation of promises using Promise/A+ specification and additional
16+ Promise is a component that provides PHP implementation of promises using Promise/A+ specification and additional
2117promise-related concepts such as joining, mapping, reducing and cancelling promises.
2218
2319## Feature Highlights
2420
25- Kraken/ Promise features:
21+ Promise features:
2622
2723* Implementation of promises using Promise/A+ specification,
2824* Methods to resolve, reject or cancel promises,
@@ -31,9 +27,9 @@ Kraken/Promise features:
3127* Kraken Framework compatibility,
3228* ...and more.
3329
34- ## Interface
30+ ## Examples
3531
36- See more in [ official documentation] [ 2 ] .
32+ See more examples in [ official documentation] [ 2 ] .
3733
3834## Requirements
3935
@@ -48,19 +44,19 @@ composer require kraken-php/promise
4844
4945## Tests
5046
51- Tests are provided in [ Framework Repository ] [ 3 ] .
47+ Tests are provided within our write-only [ Framework repository ] [ 3 ] .
5248
5349## Documentation
5450
5551Documentation for this module can be found in the [ official documentation] [ 2 ] .
5652
5753## Contributing
5854
59- This library is read-only subtree split of Kraken Framework. To make contributions, please go to [ Framework Repository ] [ 3 ] .
55+ This library is read-only subtree split of Kraken Framework. To make contributions, please go to [ Framework repository ] [ 3 ] .
6056
6157## License
6258
63- This library licensed under the same license as [ Kraken Framework] [ 3 ] .
59+ This library licensed under the MIT license, see more information in [ Kraken Framework] [ 3 ] license section .
6460
6561[ 1 ] : http://kraken-php.com
6662[ 2 ] : http://kraken-php.com/docs/api-promise
0 commit comments