-
Notifications
You must be signed in to change notification settings - Fork 0
Simple, RESTful PHP web application framework inspired by GAE webapp and WSGI
License
gcatlin/gossamer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
SYNOPSIS Gossamer is a simple PHP web application framework inspired by WSGI. INSTALLATION Download the source. EXAMPLE <?php require '/path/to/gossamer/src/autoload.php'; class MainPage extends RequestHandler { public function get() { $this->response->setHeader('Content-Type', 'text/plain'); $this->response->write('Hello world!'); } } $app = new WsgiApplication(array('/' => 'MainPage')); $app->run(); SIMILAR PROJECTS https://github.com/indeyets/appserver-in-php http://toroweb.org/ http://www.konstrukt.dk/ http://restfulchinchilla.com/ http://www.recessframework.org/
About
Simple, RESTful PHP web application framework inspired by GAE webapp and WSGI
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published