PHPackages                             folk-project/ext-folk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. folk-project/ext-folk

ActivePhp-ext[Utility &amp; Helpers](/categories/utility)

folk-project/ext-folk
=====================

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

0.2.7(2w ago)1162[2 issues](https://github.com/Folk-Project/folk-releases/issues)MITPHP &gt;=8.2CI passing

Since May 19Pushed 1w agoCompare

[ Source](https://github.com/Folk-Project/folk-releases)[ Packagist](https://packagist.org/packages/folk-project/ext-folk)[ Docs](https://folk-project.github.io/folk-releases/)[ RSS](/packages/folk-project-ext-folk/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (10)DependenciesVersions (29)Used By (0)

Folk
====

[](#folk)

**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
-------------

[](#documentation)

📖 **Full docs: [folk-project.github.io/folk-releases](https://folk-project.github.io/folk-releases/)**

GuideLinkInstallation (PIE, Docker, build from source)[installation](https://folk-project.github.io/folk-releases/installation/)Configuration (`folk.toml`)[configuration](https://folk-project.github.io/folk-releases/configuration/)Full config reference[reference](https://folk-project.github.io/folk-releases/reference/)Plugins — [HTTP](https://folk-project.github.io/folk-releases/plugins/http/) · [Jobs](https://folk-project.github.io/folk-releases/plugins/jobs/) · [gRPC](https://folk-project.github.io/folk-releases/plugins/grpc/) · [Metrics](https://folk-project.github.io/folk-releases/plugins/metrics/) · [Process](https://folk-project.github.io/folk-releases/plugins/process/)[plugins](https://folk-project.github.io/folk-releases/)Benchmarks[benchmarks](https://folk-project.github.io/folk-releases/benchmarks/)Quick Start
-----------

[](#quick-start)

**1. Install the extension** (requires PHP 8.2+, NTS) — see [Installation](https://folk-project.github.io/folk-releases/installation/) for Docker and from-source:

```
pie install folk-project/ext-folk
```

**2. Install the SDK or a framework adapter:**

```
composer require folk/sdk        # plain PHP
# composer require folk/laravel  # Laravel
# composer require folk/spiral   # Spiral 3.x
# composer require folk/symfony  # Symfony 6.4 / 7.x / 8.x
# composer require folk/yii3     # Yii 3
```

**3. Create `folk.toml`** ([all options](https://folk-project.github.io/folk-releases/configuration/)):

```
[workers]
# Framework adapters (Laravel/Spiral/Symfony/Yii 3): vendor/bin/folk-server
# Plain SDK:                                          vendor/bin/folk-worker
script = "vendor/bin/folk-server"
count = 4

[http]
listen = "0.0.0.0:8080"
```

**4. Run:**

```
php vendor/bin/folk-server   # framework adapters; plain SDK: vendor/bin/folk-worker
```

Your app is now serving HTTP on port 8080 across 4 worker processes.

Downloads
---------

[](#downloads)

Pre-built extensions are available on the [Releases](https://github.com/Folk-Project/folk-releases/releases) page.

Contributing
------------

[](#contributing)

Found a bug or have an idea? See [Contributing Guide](https://folk-project.github.io/folk-releases/contributing/) for how to report issues and propose features.

All issues are tracked in this repository: [Issues](https://github.com/Folk-Project/folk-releases/issues)

License
-------

[](#license)

MIT

###  Health Score

44

—

FairBetter than 90% of packages

Maintenance94

Actively maintained with recent releases

Popularity19

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~2 days

Total

28

Last Release

14d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9736557?v=4)[Andy Melentev](/maintainers/Sinersis)[@Sinersis](https://github.com/Sinersis)

---

Top Contributors

[![av-melentev](https://avatars.githubusercontent.com/u/291688768?v=4)](https://github.com/av-melentev "av-melentev (131 commits)")

---

Tags

phpextensionapplication-serverfolknts

### Embed Badge

![Health badge](/badges/folk-project-ext-folk/health.svg)

```
[![Health](https://phpackages.com/badges/folk-project-ext-folk/health.svg)](https://phpackages.com/packages/folk-project-ext-folk)
```

###  Alternatives

[rubix/tensor

A library and extension that provides objects for scientific computing in PHP.

2801.6M5](/packages/rubix-tensor)[memio/spec-gen

phpspec extension for better code generation

67204.8k28](/packages/memio-spec-gen)[phpxmlrpc/polyfill-xmlrpc

A pure-php reimplementation of the API exposed by the native XML-RPC extension

12424.1k3](/packages/phpxmlrpc-polyfill-xmlrpc)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
