krakjoe/pthreads
Threading for PHP - Share Nothing, Do Everything :) observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5118
- days_rel: n/a
- days_push: 2489
- n_releases_24m: 0
Adoption not part of the score
3445 stars · 494 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A PHP extension providing object-oriented multi-threading based on POSIX threads, requiring a ZTS-enabled PHP build. It offers Threaded objects, Worker threads, thread pools, and built-in synchronization primitives.
Use cases
- run parallel tasks in php
- create worker threads in php
- use thread pools in php
- synchronize shared data between php threads
- speed up cpu-bound php workloads with threads
When to choose
- you maintain a legacy PHP 7.2+ ZTS application that already depends on pthreads
- you need true OS-level threads inside PHP on a supported platform
When to avoid
- you are starting a new PHP project - use parallel or amphp instead
- you run a non-ZTS PHP build
- you need long-term support or active maintenance
Facets
library · maturity abandoned
concurrency developer-tools programming-languages windows cpp php php-extension zts posix-threads thread-pool worker-threads linux macos
1 source
- readme: https://github.com/krakjoe/pthreads · fetched 2026-08-28 · 3b2332b9e73e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| krakjoe/pthreads | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="krakjoe/pthreads")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem