Skip to content
@ephpm

ephpm

ePHPm

ePHPm is an all-in-one PHP application server written in Rust: it embeds PHP via FFI into a single binary, so WordPress, Laravel, and other PHP apps run with no external PHP-FPM. The binary also carries an embedded SQLite-compatible database (the Turso engine), a built-in KV store, gossip clustering, and native WebSockets. Everything here is MIT-licensed.

Docs and downloads: ephpm.dev

The repositories

Core

  • ephpm — the application server itself (flagship).
  • litewire — wire-protocol proxy (MySQL/PG/TDS/Hrana → SQLite/Turso), used by ePHPm as a library.
  • php-sdk — prebuilt PHP embed static libraries + headers consumed by ePHPm's build.
  • ephemerd — ephemeral GitHub Actions runner daemon that powers this org's CI.

PHP packages (Composer, installed from these repos)

Demos and benchmarks

  • wordpress-sample — a real WordPress on per-site Turso + KV object cache + native WebSockets.
  • wordpress-datastar — live WordPress comments/dashboard over Datastar SSE.
  • datastar-demo — Pixelboard, a multiplayer realtime demo on worker mode.
  • lab — benchmark lab: ePHPm vs php-fpm/Swoole/RoadRunner.

Pinned Loading

  1. ephpm ephpm Public

    All-in-one PHP application server in Rust — real embedded PHP (Zend engine via FFI), HTTP/1.1+2, an embedded SQLite-compatible database, an in-process KV store, a connection-pooling SQL proxy, and …

    Rust 33 3

  2. ephemerd ephemerd Public

    Ephemeral GitHub Actions runners. Single binary, every platform. Containers on Linux, Hyper-V on Windows, VMs on macOS. Secure by default — every job gets an isolated, disposable environment.

    Go 8 1

Repositories

Showing 10 of 31 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…