cammanderson / serphlet
Serphlet container
dev-master
2014-09-03 09:30 UTC
Requires
- php: >=5.3.0
- psr/log: *
- symfony/http-foundation: *
Requires (Dev)
- phpunit/phpunit: ~4.1
This package is not auto-updated.
Last update: 2024-12-31 05:41:33 UTC
README
Inspired by the servlet architecture of the JSR-154, Serphlet implements a servlet-like environment, allowing you to write PHP Serphlets to handle HTTP Requests similar to how you would in a Java Servlet Container.
TODO
- Implement selected PSR standards
- Implement Symfony HTTP Foundation
- Consider ways to allow Dependency management, Event dispatcher behaviour
- Bootstrap onto Silex...