laravel-swoole
RoadRunner
laravel-swoole | RoadRunner | |
---|---|---|
3 | 32 | |
4,044 | 8,017 | |
- | 0.5% | |
2.6 | 8.8 | |
5 months ago | 7 days ago | |
PHP | Go | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
laravel-swoole
-
Why does Laravel need a "middleman" like Pusher or a separate Laravel Websockets server to be able to use Websockets?
I played around with https://github.com/swooletw/laravel-swoole years ago, and it worked for a simple site I made to learn. You really need a long running process like Swoole provides. I have switched our apps to Octane instead of laravel-swoole so I lost that.
-
The new version of CrowPHP is released 0.4.1
I see you get projects like this. https://github.com/swooletw/laravel-swoole. Would that be better than reinventing the wheel?
-
Laravel Octane
Right and thats exactly what Octane does. It resets the Laravel state cleanly for you. It will replace packages that have had to do this in hackier ways bc they could not change the framework guts ex: https://github.com/swooletw/laravel-swoole https://github.com/hhxsv5/laravel-s
RoadRunner
-
Performance benchmark of PHP runtimes
FrankenPHP
-
RoadRunner: High performance PHP app server, load balancer and process manager
why link to the old URL when linking to its redirected one is less confusing?
https://github.com/roadrunner-server/roadrunner#readme (MIT)
-
An Internet of PHP
Don't follow any advice to use Apache as a reverse proxy, or bundle php with a classic web server.
There are real application servers using an event loop by now, most notably Roadrunner (https://roadrunner.dev), FrankenPHP (https://frankenphp.dev), Laravel Octane (https://laravel.com/docs/10.x/octane#introduction), Swoole Bridge for Symfony (https://github.com/insidestyles/swoole-bridge-bundle).
In general, you can do a lot with OpenSwoole or Roadrunner. They are vastly superior (in a container scenario) to any other suggestion in this thread!
- RoadRunner: High-performance PHP application server written in Golang
- Go with PHP
- Call Go from PHP >8.0
-
Call GO from PHP 8.0
https://roadrunner.dev which golang php application server which can replace nginx +php fpm has a module for running golang via php using sockets.
-
I donβt get all the hate for PHP and at this point I am too afraid to ask.
You could also use something like EventMachine (In ruby), Twisted (Python), Node (JS) or ReactPHP (for PHP) that will use the language and turn it into a web application server, and then you'll have only one long running process that handle all your requests with shared memory. You could even use something more fancy like RoadRunner in the case of PHP.
-
Fast and reliable framework
Have you considered optimizing the Laravel app? I love Go, but full rewrite for such low rate sounds overkill. Have you looked at the RoadRunner PHP application sample, for example?
-
Yii Dependency Injection.
Has state resetter for long-running workers serving multiple requests such as RoadRunner or Swoole.
What are some alternatives?
hyperf-doctrine - π² This project provides an integration for the Doctrine ORM and the Hyperf framework.
Caddy - Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS
laravel-job-status - Add ability to track Job progress, status and result dispatched to Queue.
Swoole - π Coroutine-based concurrency library for PHP
LaravelS - LaravelS is an out-of-the-box adapter between Laravel/Lumen and Swoole.
frankenphp - π§ The modern PHP app server
vue-lumen-starter - π VueJs & Lumen Api Starter.
traefik - The Cloud Native Application Proxy
lumen-newrelic - New Relic instrumentation for the Lumen framework
Workerman - An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols.
app - The old version of Buggregator, which uses Laravel framework, is no longer being actively developed. The new beta version, built with Spiral framework, is now available at https://github.com/buggregator/spiral-app and offers significant improvements in performance and stability, as well as a lighter docker image size of around 300mb.
nginx-prometheus - Turn Nginx logs into Prometheus metrics