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

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

phpfastcgi/slim-adapter
=======================

A PHPFastCGI adapter for the Slim v3 micro-framework

v0.6.0(10y ago)19911MITPHPPHP &gt;=5.5.0

Since Aug 15Pushed 10y ago3 watchersCompare

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

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

PHPFastCGI Slim Adapter
=======================

[](#phpfastcgi-slim-adapter)

[![Latest Stable Version](https://camo.githubusercontent.com/a6fc7f9685f79d8c658a76d50f9508157648de4dd5572cb6c43d51f93d8cebc8/68747470733a2f2f706f7365722e707567782e6f72672f706870666173746367692f736c696d2d616461707465722f762f737461626c65)](https://packagist.org/packages/phpfastcgi/slim-adapter)[![Build Status](https://camo.githubusercontent.com/0bb79784ce06891ef6d990ea066ee3e033e4c22fcaef34377e140b20a92c6db1/68747470733a2f2f7472617669732d63692e6f72672f504850466173744347492f536c696d416461707465722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/PHPFastCGI/SlimAdapter)[![Coverage Status](https://camo.githubusercontent.com/b5202e01f7ac1444db12c0452234f96df9175266b9da6bbef2fbb491d8e372ea/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f504850466173744347492f536c696d416461707465722f62616467652e7376673f6272616e63683d6d617374657226736572766963653d676974687562)](https://coveralls.io/github/PHPFastCGI/SlimAdapter?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/1854162d51c9896d8edef30aadb2d9a51c116b618b1c6c06d54fdcdaf83b456c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f504850466173744347492f536c696d416461707465722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/PHPFastCGI/SlimAdapter/?branch=master)[![Total Downloads](https://camo.githubusercontent.com/5a20868a3fbdd94606112516ec9246ed43322a7f4460e458027abda658684567/68747470733a2f2f706f7365722e707567782e6f72672f706870666173746367692f736c696d2d616461707465722f646f776e6c6f616473)](https://packagist.org/packages/phpfastcgi/slim-adapter)

A PHP package which allows Slim v3 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, Slim v3 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.

There are currently [two known issues for this adapter](#known-issues).

Contributions and suggestions are welcome.

Installing
----------

[](#installing)

```
composer require "phpfastcgi/slim-adapter:^0.6"
```

Usage
-----

[](#usage)

```
