Skip to content

Commit bf05873

Browse files
committed
Update README.md
1 parent 458bd3e commit bf05873

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@
22

33
Simple async access to packagist.org's API, like listing project details, number of downloads, etc.
44

5-
This is an async version of [KnpLab's excellent `packagist-api`](https://github.com/KnpLabs/packagist-api)
6-
built upon [react's non-blocking `event-loop`](https://github.com/reactphp/event-loop),
7-
that is used to showcase my [async HTTP client library `http-react`](https://github.com/clue/http-react).
5+
This is an async version of [KnpLab's excellent `packagist-api`](https://github.com/KnpLabs/packagist-api),
6+
but built upon [react's non-blocking `event-loop`](https://github.com/reactphp/event-loop),
7+
that is used to showcase the [async HTTP client library `http-react`](https://github.com/clue/http-react).
8+
9+
In a nutshell, it allows you to issue multiple requests to the packagist API in parallel and process them out of order
10+
whenever their results arrive - while trying to hide all the nifty details of async processing.
11+
On top of that it provides a very easy to use API, very much similar to the original `packagist-api`,
12+
enriched with the comfort of [react's Promises/A](https://github.com/reactphp/promise).
13+
814

915
> Note: This project is in early alpha stage! Feel free to report any issues you encounter.
1016

0 commit comments

Comments
 (0)