h4cc / stack-mongrel2
A adapter for using StackPHP with Mongrel2 via the HttpKernelInterface.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/h4cc/stack-mongrel2
Requires
- php: >=5.4.0
- h4cc/mongrel2: dev-master
- h4cc/multipart: dev-master
- symfony/http-kernel: ~2.0
Requires (Dev)
- silex/silex: ~1.2
This package is not auto-updated.
Last update: 2025-10-07 08:19:40 UTC
README
A adpater for using StackPHP with Mongrel2 via the HttpKernelInterface.
This allows using Applications like Silex or Symfony, to be run behind a Mongrel2 Webserver easily.
Usage
Have a look at web/handler.php
for example usage.
Current State
This package builds on h4cc/mongrel2
and is limited to those mapping capabilities.
Currently, there is a simple population values from $_FILES
via multipart/*
uploads.
Also the asynchronous file upload or websockets are not yet mapped.
Any help in providing these features is appreciated :)