PHPackages                             phpfastcgi/silex-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/silex-adapter

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

phpfastcgi/silex-adapter
========================

An adapter to integrate PHPFastCGI with the Silex micro-framework

v0.5.0(10y ago)13159[1 issues](https://github.com/PHPFastCGI/SilexAdapter/issues)GPL v2PHPPHP &gt;=5.5.0

Since Aug 15Pushed 10y ago3 watchersCompare

[ Source](https://github.com/PHPFastCGI/SilexAdapter)[ Packagist](https://packagist.org/packages/phpfastcgi/silex-adapter)[ RSS](/packages/phpfastcgi-silex-adapter/feed)WikiDiscussions master Synced today

READMEChangelog (5)Dependencies (3)Versions (6)Used By (0)

PHPFastCGI Silex Adapter
========================

[](#phpfastcgi-silex-adapter)

[![Latest Stable Version](https://camo.githubusercontent.com/f5490ba9ae2a5f87ac99eec43f00dd05e5e1854a838853c70e01eb5e869c5d3b/68747470733a2f2f706f7365722e707567782e6f72672f706870666173746367692f73696c65782d616461707465722f762f737461626c65)](https://packagist.org/packages/phpfastcgi/silex-adapter)[![Build Status](https://camo.githubusercontent.com/105106047527ab7e68f1fd28580aa394f0a8ada755d665ed34ac58dede772d87/68747470733a2f2f7472617669732d63692e6f72672f504850466173744347492f53696c6578416461707465722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/PHPFastCGI/SilexAdapter)[![Coverage Status](https://camo.githubusercontent.com/4a6e23232ca58946e3cf931f5cd299dffb37996b931be151a8286669664f53a7/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f504850466173744347492f53696c6578416461707465722f62616467652e7376673f6272616e63683d6d617374657226736572766963653d676974687562)](https://coveralls.io/github/PHPFastCGI/SilexAdapter?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/9df6377ef719b3a2e926e98663ec356e034fc238bc0bf6424d9e1666140a3f74/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f504850466173744347492f53696c6578416461707465722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/PHPFastCGI/SilexAdapter/?branch=master)[![Total Downloads](https://camo.githubusercontent.com/f3c393ac27e508b919cfb18cfc71901ea4d6debb6527310b468b60043a54f5b0/68747470733a2f2f706f7365722e707567782e6f72672f706870666173746367692f73696c65782d616461707465722f646f776e6c6f616473)](https://packagist.org/packages/phpfastcgi/silex-adapter)

A PHP package which allows Silex 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 adapter, Silex 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/silex-adapter:^0.5"
```

Usage
-----

[](#usage)

```
