LibrariesIO API Client

an event dispatcher feels appropriate…but not caching.

#PHP #PSR7 #PSR11 #PSR14 #PSR17 #PSR18 #PSR20

Released a small PSR-18 HTTP-client to ReactPHP bridge that enables sending fiber-based parallel requests.

https://github.com/veewee/psr18-react-browser

#psr18 #reactphp #http

GitHub - veewee/psr18-react-browser: A small PSR-18 bridge for react browser

A small PSR-18 bridge for react browser. Contribute to veewee/psr18-react-browser development by creating an account on GitHub.

GitHub

Je ne sais pas s’il y a des utilisateurs de #ReactPHP ici ou de #HTTPlug / #PSR18 ou de l’écosystème #PHP en général mais j’ai rencontré un petit soucis cette semaine avec tout ça qui est détaillé ici: https://github.com/php-http/react-adapter/issues/59

En tant que développeur vous vous attendez à quoi quand vous utilisez une abstraction:

Ça marche et c’est tout !
0%
Comprendre le low level
50%
Des limitations claires…
50%
Poll ended at .
This adapter doesn't use stream by default since ReactPHP use BufferedBody by default when using ->request(...) method. · Issue #59 · php-http/react-adapter

PHP version: any Description In the client, we are using the ->request() method on the ReactPHP\Http\Browser object. This method will not use the streaming capabilities by default and it seems t...

GitHub