webman icon indicating copy to clipboard operation
webman copied to clipboard

Probably the fastest PHP web framework in the world.

Results 94 webman issues
Sort by recently updated
recently updated
newest added

Adding the 'broadcastAddr' to the service section in config/process.php, UDP broadcasting will be supported.

如果集成gRPC服务,需要怎样添加gRPC的服务启动配置和gRPC端口设置? 现在就一个start.php 一个入口让我不知道从何下手

Hello @walkor How to customize `workerman` usage? Like set the number of processes and the eventloop ..etc. ?

关于redis 单例问题 我用ab小工具测试 8000并发 但是 实际只请求了8次??? 而且最多也只能redis链接8次 看不懂。。。 还是我测试错误了 底层原理没搞明白 不敢用于线上项目哈哈

I have seen your project several times, but even in one place, your project does not have the ability to upload to the server. Why?

改 app里kebab2camel方法中正则表达式 /-([a-z]+)/ 为 /[_-]([a-z]+)/ public static function kebab2camel($name, bool $big = true) { $name = preg_replace_callback('/-([a-z]+)/', function($m) { return ucfirst($m[1]); }, $name); return $big ? ucfirst($name) : $name; }

浏览器显示的异常信息,原因是模拟控制器抛出了未捕获的异常,框架捕获到异常后将异常信息记录到日志中,但是日志文件在不可写的情况下会将所有的异常信息都发送到客户端,想问下这种算正常情况吗。 `The stream or file "F:\webman\runtime/logs/webman-2023-03-31.log" could not be opened in append mode: Failed to open stream: Permission denied The exception occurred while attempting to log: 127.0.0.1 GET 127.0.0.1:8787/shared/17d2AgYCBgIGAgYCBlQD Exception:...

Error: Call to undefined function process\posix_getppid() in D:\UI\d2wd-server\process\Monitor.php:182 process\Monitor的这个文件 在windows下 无法调用posix_getppid 177行 /** * @param $memory_limit * @return void */ public function checkMemory($memory_limit) { if (static::isPaused()) { return; } $ppid...

Is there a way to pack it as binary for ARM like raspberry pi's?, i saw some projects that converts .php to .zep to be used in Zephir maybe It...

webman 做的api服务速度很快,有几个鉴权服务,比如调用微信支付下单,现在还是做不到接收回参 ![1679909921322](https://user-images.githubusercontent.com/22223510/227904024-c19c6b56-4a15-4407-8aee-c2bc5d4fd562.png)