Skip to content

Latest commit

 

History

History
executable file
·
31 lines (20 loc) · 619 Bytes

File metadata and controls

executable file
·
31 lines (20 loc) · 619 Bytes

WARNING

PHP5.4 comes with a built-in development web server, so this app should never be finished.

Postman

Postman is a Small PHP Webserver, designed to be used in dev environment

Note :

Actually, it's just a Proof Of Concept, contact me at yohan@giarelli.org if you want to contribute, Postman needs you ;)

Configuration :

Rename the config.yml-sample to config/config.yml and update it with your own configuration

Usage :

Run the server :

./postman

TODO

  • Encapsulate and refactor socket management (and make it mockable)
  • Refactor a lot of things