h4cc / stack-mongrel2
A adapter for using StackPHP with Mongrel2 via the HttpKernelInterface.
dev-master / 1.0.x-dev
2014-09-07 13:23 UTC
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: 2024-11-05 03:45:51 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 :)