phpdaemon icon indicating copy to clipboard operation
phpdaemon copied to clipboard

Asynchronous server-side framework for network applications implemented in PHP using libevent

Results 17 phpdaemon issues
Sort by recently updated
recently updated
newest added

Добрый день! Используем phpDaemon для обработки API-запросов. Столкнулись с такой проблемой, что несколько (примерно равно количеству ядер на сервере) процессов phpd через некоторое время (если полностью перезапустить мастер-процесс, то через...

After the installation portion of the docs page the language switches from english to something else. For example: "PHPDaemon представляет из себя один мастер-процесс с несколькими рабочими процессами" is not...

Возвращает оставшееся время до окончания работы таймера. Используется если самостоятельно останавливать таймер, до окончания его действия.

$beforeConnect->call($this); not working with $this. Possible solution(not tested): 1: replace $beforeConnect->call($this); with $beforeConnect(); 2: Network\Pool connect: add $beforeConnect->bindTo($conn) after `$conn = new $class(null, $this);`

Hi all! I create WebSocket server on phpdaemon: **Web client part:** ``` var ws = new WebSocket('ws://site.ll:3333/?user=tester01'); ws.onmessage = function(evt) { alert(evt.data); }; ws.onopen = function (event) { ws.send('tester01'); }...

Please advise if it's still maintained and whether it's safe to use it? If no, which alternatives would you recommend?

Hi all! Can't find any information about PHP version. Is it works with php 7.0, 7.1, 7.2 ?

Hello, how i can use ENV variables in conf files?