Skip to content

Latest commit

 

History

70 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileManager API Server

Testing

$dir = __DIR__;
echo "Changing dir to: {$dir}".PHP_EOL;
$cmd = "cd {$dir} && php -S 127.0.0.1:8000";

$proc = popen($cmd, 'r');

while ( ! feof($proc)) {
    echo fread($proc, 1024);
    @flush();
}

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages