cammanderson/serphlet

Serphlet container

dev-master 2014-09-03 09:30 UTC

This package is not auto-updated.

Last update: 2024-06-04 02:28:50 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...