1 Repo
High-performance framework implementations of coroutine-based concurrency specifically for the PHP runtime.
Distinct from Coroutine Frameworks: Focuses on the framework implementation for PHP rather than a generic runtime or a different language like Kotlin
Explore 1 awesome GitHub repository matching web development · PHP Implementations. Refine with filters or upvote what's useful.
Hyperf is a high-performance PHP coroutine framework designed for building microservices and middleware. It utilizes non-blocking coroutines to handle high concurrency and low-latency request processing, providing a foundation for scalable distributed systems. The framework is distinguished by an aspect-oriented programming based dependency injector that enables pluggable components and meta-programming. It includes a coroutine-optimized object-relational mapper with integrated model caching and an orchestration toolkit for microservice governance, featuring service discovery, circuit breaker
Implements a high-performance PHP framework utilizing non-blocking coroutines to handle high concurrency and low-latency requests.