PHPackages                             okeanrst/fastcgi-zf2-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. okeanrst/fastcgi-zf2-adapter

ActiveLibrary

okeanrst/fastcgi-zf2-adapter
============================

A PHPFastCGI adapter for the Zend Framework 2

111PHP

Since May 3Pushed 10y ago2 watchersCompare

[ Source](https://github.com/Okeanrst/FastCGIZF2Adapter)[ Packagist](https://packagist.org/packages/okeanrst/fastcgi-zf2-adapter)[ RSS](/packages/okeanrst-fastcgi-zf2-adapter/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHPFastCGI Zend Framework 2 Adapter
===================================

[](#phpfastcgi-zend-framework-2-adapter)

Experimental!!! First, the application shows 10-fold increase a performance. With the accumulation of the number of requests , the amount of RAM occupied by the application increases , increasing the response time. Tests were conducted with and without the module "zf-commons/zfc-user-doctrine-orm".

Usage
-----

[](#usage)

Below is an example of FastCGI application based on Zend Framework 2.

Install [ZendSkeletonApplication](https://github.com/zendframework/ZendSkeletonApplication). Add "PHPFastCGI Zend Framework 2 Adapter" to your application:

```
php composer.phar require okeanrst/fastcgi-zf2-adapter

```

Add the file below into the project directory:

```
