phpfastcgi / ppi-adapter
A PHPFastCGI adapter for the PPI Framework Engine
dev-master
2016-01-15 17:34 UTC
Requires
- php: >=5.5.0
- phpfastcgi/fastcgi-daemon: ^0.7
- ppi/framework: dev-master
Requires (Dev)
- phpunit/phpunit: >=4.0
- satooshi/php-coveralls: dev-master
This package is auto-updated.
Last update: 2024-10-19 14:16:37 UTC
README
A PHP package which allows PPI applications to reduce overheads by exposing their Request-Response structure to a FastCGI daemon.
Visit the project website.
Introduction
Using this package, PPI applications can stay alive between HTTP requests whilst operating behind the protection of a FastCGI enabled web server.
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
$ composer require "phpfastcgi/ppi-adapter:dev-master"
Usage
Coming soon.