Skip to content

yftzeng/phpWowSimpleBuiltInRouter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phpWowSimpleBuiltInRouter

Simple PHP Built-in Router Web Server.

Fast to start a simple router web server.

Requirement

PHP 5.4+

Usage

  • Default running port is 8000, you can change it from Makefile, or win/run.bat and win/simple_run.bat.
  • Default web root directory is "document_root", you can change it from Makefile, or win/run.bat and win/simple_run.bat.

Fast running on Linux

cd {PATH}/phpWowSimpleBuiltInRouter
make && make run

Fast running on Windows

cd {PATH}/phpWowSimpleBuiltInRouter/win
make.bat && run.bat

License

the MIT License

About

Wow! Simple built-in web router server for PHP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages