We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3154368 commit d348183Copy full SHA for d348183
README.md
@@ -38,6 +38,8 @@ use Makasim\PhpFpm\PhpFpmConnectionFactory;
38
require_once __DIR__.'/vendor/autoload.php';
39
40
$context = (new PhpFpmConnectionFactory('tcp://localhost:9000'))->createContext();
41
+// or
42
+//$context = (new PhpFpmConnectionFactory('unix:///var/run/php/php7.1-fpm.sock'))->createContext();
43
44
$queue = $context->createQueue(__FILE__);
45
0 commit comments