workerman icon indicating copy to clipboard operation
workerman copied to clipboard

An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols.

Results 91 workerman issues
Sort by recently updated
recently updated
newest added

To increase the security of websites, it is better that no one understands what technologies the program uses

大佬 phpstorm+xdebug 如何进程pcntl_fork后的子进程断点调试呢?

Hello, Is it possible to have `workerman` running `laravel` framework and serving all its requests? What should be done to do so?

with lots of respects Since workerman is only a framework and not a web server, and since you created workerman for high performance, I have come across many parts that...

Hello 👋 I run a security community that finds and fixes vulnerabilities in OSS. A researcher (@michaellrowley) has found a potential issue, which I would be eager to share with...

I want to listen for a server stop event to take an action if this happens

Hi, I'm wondering if there's a way to mimic [ssl_session_tickets "off"](https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_session_tickets) in Nginx? Basically, I want to disable session resumption through TLS session tickets (or reset them per request). Thanks!

Hi @walkor I understand that to use Swoole's coro I have to set using Swoole's event loop. I do not want that, just Workerman while still using Swoole's coro, while...

Hi @walkor Does `workerman` support creating UNIX socket servers?