PHPackages                             phpfastcgi/expressive-adapter - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. phpfastcgi/expressive-adapter

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

phpfastcgi/expressive-adapter
=============================

A PHPFastCGI adapter for the Zend Expressive framework

v0.1.0(10y ago)283912MITPHPPHP &gt;=5.5.0

Since Jan 10Pushed 10y ago4 watchersCompare

[ Source](https://github.com/PHPFastCGI/ExpressiveAdapter)[ Packagist](https://packagist.org/packages/phpfastcgi/expressive-adapter)[ RSS](/packages/phpfastcgi-expressive-adapter/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

PHPFastCGI Zend Expressive Adapter
==================================

[](#phpfastcgi-zend-expressive-adapter)

[![Latest Stable Version](https://camo.githubusercontent.com/75dc03dd0d2bf17eb89ee5de7091db541a6e8669d1874c767fe0702bc536db5a/68747470733a2f2f706f7365722e707567782e6f72672f706870666173746367692f657870726573736976652d616461707465722f762f737461626c65)](https://packagist.org/packages/phpfastcgi/expressive-adapter)[![Build Status](https://camo.githubusercontent.com/f01c6a52cc4a15d4abf30af90901f71022d326f54afa13f35afbae0a8ed98095/68747470733a2f2f7472617669732d63692e6f72672f504850466173744347492f45787072657373697665416461707465722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/PHPFastCGI/ExpressiveAdapter)[![Coverage Status](https://camo.githubusercontent.com/11485195e9042d938f20878f486edacb758380fca1c3dc544462b205e1c2cd08/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f504850466173744347492f45787072657373697665416461707465722f62616467652e7376673f6272616e63683d6d617374657226736572766963653d676974687562)](https://coveralls.io/github/PHPFastCGI/ExpressiveAdapter?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/7bb4f777fed6187276af122b5747049c928516488e3c2ec71212f0b5fc50b3f4/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f504850466173744347492f45787072657373697665416461707465722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/PHPFastCGI/ExpressiveAdapter/?branch=master&no-cache=1)[![Total Downloads](https://camo.githubusercontent.com/f36c187b9b9a2d694ecfdf7b4a3f0393d4274f18c6011ca11f5d89d8ccc887e0/68747470733a2f2f706f7365722e707567782e6f72672f706870666173746367692f657870726573736976652d616461707465722f646f776e6c6f616473)](https://packagist.org/packages/phpfastcgi/expressive-adapter)

A PHP package that allows Zend Expressive applications to reduce overheads by exposing their Request-Response structure to a FastCGI daemon.

Visit the [project website](http://phpfastcgi.github.io/).

Introduction
------------

[](#introduction)

Using this package, Zend Expressive applications can stay alive between HTTP requests whilst operating behind the protection of a FastCGI enabled web server.

Current Status
--------------

[](#current-status)

This project is currently in early stages of development and not considered stable. Importantly, this library currently lacks support for uploaded files.

Contributions and suggestions are welcome.

Installing
----------

[](#installing)

```
composer require "phpfastcgi/expressive-adapter:^0.1"
```

Usage
-----

[](#usage)

```
