laruence/yar
Light, concurrent RPC framework for PHP & C observed · 2026-08-28
Health v2 · maintenance only
86/100
- Activity 98
- Release rhythm 64
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5192
- days_rel: 27
- days_push: 15
- n_releases_24m: 1
Adoption not part of the score
1435 stars · 317 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Yar is a lightweight, concurrent RPC framework implemented as a native PHP extension (written in C), supporting HTTP, HTTPS, and TCP transports with pluggable packagers (PHP, JSON, Msgpack). It enables fast RPC communication between PHP applications and cross-language interop with C, Java, and Lua Yar implementations.
Use cases
- call remote PHP services over RPC
- make multiple RPC calls concurrently from PHP
- build internal microservice communication between PHP apps
- serialize RPC payloads with msgpack or
- expose PHP services callable from C, Java, or Lua clients
When to choose
- you need low-latency RPC between PHP applications with minimal setup
- you want concurrent parallel RPC calls from PHP
- you prefer a native extension over Composer-based userland libraries
- you need cross-language RPC with PHP, C, Java, or Lua
When to avoid
- you need public-facing APIs for arbitrary third-party clients
- you require built-in service discovery, load balancing, or streaming
- you need schema-driven code generation like gRPC with Protobuf
Facets
library · maturity stable
rpc serialization concurrency backend apis microservices web-development php c windows cross-platform pecl-extension msgpack concurrent-rpc microservices http-transport tcp-transport linux macos
1 source
- readme: https://github.com/laruence/yar · fetched 2026-08-28 · d2fcd1f1ba46
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| laruence/yar | main | 86 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem