PHPackages                             nytris/turbo - 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. [API Development](/categories/api)
4. /
5. nytris/turbo

ActiveProject[API Development](/categories/api)

nytris/turbo
============

00PHP

Since Mar 10Pushed 1y ago1 watchersCompare

[ Source](https://github.com/nytris/turbo)[ Packagist](https://packagist.org/packages/nytris/turbo)[ RSS](/packages/nytris-turbo/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Nytris Turbo
============

[](#nytris-turbo)

[![Build Status](https://github.com/nytris/turbo/workflows/CI/badge.svg)](https://github.com/nytris/turbo/actions?query=workflow%3ACI)

\[EXPERIMENTAL\] Turbocharged HTTP/FastCGI for PHP.

What is it?
-----------

[](#what-is-it)

Handle multiple HTTP/FastCGI requests concurrently per process for maximum resource utilisation.

How does it work?
-----------------

[](#how-does-it-work)

Provides a FastCGI server that spawns multiple long-lived worker processes to handle requests. This allows the environment to be reused between requests, which is much more efficient when that environment is a booted Symfony kernel for example.

Usage
-----

[](#usage)

Install this package with Composer:

```
$ composer require nytris/turbo
```

#### Configure Nytris platform:

[](#configure-nytris-platform)

`nytris.config.php`

```
