Skip to content

A simple PHP library which allows to talk to php-fpm directly via socket

Notifications You must be signed in to change notification settings

pachanga/phpfpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Usage example:

include("phpfpm.inc.php");
$filename = "/home/bob/tmp/foo.php";
$response = phpfpm_request("localhost", 9000, $filename);
var_dump($response)

About

A simple PHP library which allows to talk to php-fpm directly via socket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages