cammanderson / serphlet
Serphlet container
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/cammanderson/serphlet
Requires
- php: >=5.3.0
- psr/log: *
- symfony/http-foundation: *
Requires (Dev)
- phpunit/phpunit: ~4.1
This package is not auto-updated.
Last update: 2025-09-23 09:26:51 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...