folk-project/ext-folk

Folk PHP application server extension — pre-built binaries with all plugins (http, jobs, grpc, metrics, process)

Maintainers

Package info

github.com/Folk-Project/folk-releases

Homepage

Type:php-ext

Ext name:ext-folk

pkg:composer/folk-project/ext-folk

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.0 2026-05-19 21:08 UTC

This package is auto-updated.

Last update: 2026-05-19 21:57:50 UTC


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