webman
webman copied to clipboard
Probably the fastest PHP web framework in the world.
https://github.com/walkor/webman/blob/8e93d319ffe4cfb41bc916d3ac8f8c124f2ca802/config/exception.php#L16
I did use all webman original file but now I got error Eloquent `Error: Call to a member function connection() on null in /home/public_html/test/roemahmedia/vendor/illuminate/database/Eloquent/Model.php:1653` and some other error that my...
Hello, How to use workerman 5.x-dev in webman ?
Attempting to do `composer dump-autoload -o` results in the following. ``` Generating optimized autoload files Class Composer\InstalledVersions located in ./vendor/composer/InstalledVersions.php does not comply with psr-4 autoloading standard. Skipping. Class Composer\Autoload\ComposerStaticInit6494d3eccec62efccf5435d696f10ab3...
Hi, Trying to figure out what is the best way to execute a DB query at webman start, without a need to run a query for every single request. In...
ErrorException: parse_str(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/.../vendor/workerman/workerman/Protocols/Http/Request.php:446 Stack trace: #0 [internal function]: {closure}(8192, 'parse_str(): Pa...', '/var/www/...', 446) #1 /var/www/.../vendor/workerman/workerman/Protocols/Http/Request.php(446): parse_str(NULL, Array) #2...
大佬,有计划像Laravel那样根植于测试吗?就是队列、缓存、文件上传(文件系统)、路由都能支持mock,封装phpunit,通过构造Request,支持测试控制器内功能代码,模拟真实请求,对测试环境进行隔离。对开发稳定应用和运维很有好处!
你好,首先恭喜workerman在最近的[techempower框架压测](https://www.techempower.com/benchmarks/#section=data-r0&hw=ph&test=query&a=2)中超过swoole。 最近注意到有个基于workerman的框架[comet](https://github.com/gotzmann/comet) ,是把SlimPHP直接和workerman结合了起来,请问webman和这种方式的区别是什么?能否通过直接整合现有成熟框架的方式加快webman开发? 最后,问下webman有没有计划什么时候发布正式版?
I want to build realtime data recieve it from Pyhton script that connected with Raspberry I did follow this step: http://doc.workerman.net/worker/listen.html but I cannot modify those script, it only start...