5 x SLEEP(1) MySQL queries, done in ~1s, not ~5s.

I Built hiblaphp/mysql: async MySQL for PHP with connection pooling, prepared statements, streaming, and transactions.

Fiber-native, binary protocol, per-connection LRU statement cache, COM_RESET_CONNECTION between pooled requests, and KILL QUERY via side-channel TCP on cancellation.

Still beta and any feedback is welcome
→ github.com/hiblaphp/mysql

#PHP #MySQL #AsyncPHP #OpenSource #PHPCommunity

Testing SSE is hard without blocking threads. Hibla provides a hyper realistic HTTP testing simulation framework to solve this. It simulates token jitter via the event loop, keeping tests fast and async.

Hibla automates JSON decoding and offers a fluent API for streaming assertions.

Hibla HTTP Client: https://github.com/hiblaphp/http-client
Hibla Testing Framework: https://github.com/hiblaphp/http-client-testing

#php #pestphp #ai #asyncphp #webdev #opensource

Real-time AI streaming in PHP and Finally clean. Hibla HTTP Client brings first-class SSE support to PHP, async, fiber-based, and fluent. Hook into any LLM stream with a single .onEvent() callback.

Check it out:
http://github.com/hiblaphp/http-client

#PHP #SSE #AsyncPHP

Après plusieurs semaines d'échanges en toute transparence, la roadmap pour #reactphp v3 est annoncée.
Le fibers révolutionnent l'asynchrone en #php grâce des interface identiques au code synchrone. #asyncphp

https://github.com/orgs/reactphp/discussions/481

Announcing our plans for ReactPHP `v3` · Discussion #481 · reactphp

ReactPHP v3 is going to happen! 🎉 We're committed to work on the next major version, ReactPHP v3! Thanks to everybody who contributed to the ReactPHP wish list, we were able to come up with thi...

GitHub