Skip to content

c9s/WebServerRunner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebServerRunner

This is a simple runner wrapper of the php built-in web server.

Usaage

$runner = new WebServerRunner('localhost', '3343', './');
$runner->setVerbose();
$runner->execute();
$info = $runner->info();
$pid = $runner->getPid();
$runner->stopOnShutdown();

About

A runner wrapper of php built-in web server

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages