Skip to content

tomnomnom/Pwas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pwas

A small and naive web application server written in PHP. Do not use this in production; or on any public facing server - it is intended to be used for educational purposes only.

Requirements

  • PHP 5.3.*
    • pcntl
    • sockets
  • PHPUnit (if you care to run the tests)

Examples

Running

You can run the examples like so:

php Examples/Hello.php

The most basic of examples.

Examples of setting a header, and reacting to the requested path.

Tests

Simply running "phpunit" in the root directory should be all you need to do.

There is a very basic compatibility test file. Running it should give you a good idea of whether or not you will be able to run the server.

About

A webserver written in PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages