File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 22
33Simple 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
You can’t perform that action at this time.
0 commit comments