#pestphp — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #pestphp, aggregated by home.social.
-
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 -
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 -
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 -
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 -
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 -
Building Custom Laravel Packages: From Basics to Advanced Features 🔧
🎯 #Laravel package development walkthrough shows implementation of method #caching using #PHP attributes and #composer initialization
🧪 Emphasizes #TDD approach using #Orchestra Testbench and #PestPHP for robust package testing
⚡ Covers essential concepts including service providers, dependency injection, and #caching implementation with practical examples
🔄 Demonstrates workflow optimization using local repository linking instead of direct deployment to #GitHub or #Packagist
🛠️ Includes setup of package structure, namespace configuration, and integration of facades and console commands
📚 Features comprehensive guide to #autoloading and package auto-discovery for seamless integration