Raghu Veer Dendukuri

Results 17 issues of Raghu Veer Dendukuri

Hi, Anyway to identify OS on the remote server using phpseclib? I tried based on `$sftp->getServerIdentification();` it gives OpenSSH version etc..., but not the OS name, any method to accurately...

Hi, 1) Do we have a method to know if target file/folder has executable permissions over SFTP? similar to php's is_executable function or we need to try using shell based...

Hi, As php 8.1 is public few weeks earlier, any plan to support fiber implementation in php 8.1? https://wiki.php.net/rfc/fibers please share your inputs thank you

Hi, I am interested to know how Workerman workers behave when we have PSR-11 dependency injection containers in the php application? PSR-11 specification: https://www.php-fig.org/psr/psr-11/ popular containers include: 1) Laravel container...

Hi, I am interested to know, if you recommend any sessions library that works in async mode instead of $_SESSIONS superglobal with Workerman? I came across https://docs.mezzio.dev/mezzio-session/, but that still...

Hi, can we run nginx to serve ssl offloading & reverse proxy purpose running on port 443 and run http server and websocket server triggering code with workerman 1) in...

Hi, I wrote a php framework in procedural way (in MVC approach though) and used that over a decade, recently implemented OOP version by following PSR standards and by using...

Hi Did you integrate any library to offer JSON Web TOkens (JWT), Paseto (https://paseto.io/) with workerman? please share your thoughts Thank you

Currently, we are storing Halite Keys in Web Application Server, and outside Web Root, while maintaining them in .key files, as facilitated by Halite. I would like to understand if,...

question
third-party-software

Dear Team I came across Redis Stack on Redis website. While there are Redis team supported plugins like Jedis that supports Redis Stack, I am posting in here a request...