folk-project / ext-folk
Folk PHP application server extension — pre-built binaries with all plugins (http, jobs, grpc, metrics, process)
Package info
github.com/Folk-Project/folk-releases
Type:php-ext
Ext name:ext-folk
pkg:composer/folk-project/ext-folk
0.1.0
2026-05-19 21:08 UTC
Requires
- php: >=8.2
README
High-performance PHP application server powered by Rust.
Folk replaces nginx + php-fpm with a single binary that handles HTTP, gRPC, background jobs, metrics, and managed processes — all with zero-copy communication between Rust and PHP.
Documentation
📖 folk-project.github.io/folk-releases
Quick Start
composer require folk/sdk
Create folk.toml:
[workers] script = "vendor/bin/folk-worker" count = 4 [http] listen = "0.0.0.0:8080"
Run:
php vendor/bin/folk-worker
Downloads
Pre-built extensions are available on the Releases page.
License
MIT