hyperf
ext-openswoole
hyperf | ext-openswoole | |
---|---|---|
10 | 36 | |
6,376 | 817 | |
0.9% | 0.5% | |
9.4 | 8.9 | |
3 days ago | about 1 month ago | |
PHP | C++ | |
MIT License | Apache License 2.0 |
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.
hyperf
- Yii news 2023 issue 2
-
Laravel: Are there any successful SaaS websites built with it?
these days I would not start a new project in PHP without swoole or roadrunner: see the hyperf framework which is imo the best enterprise framework at the moment in PHP world: https://github.com/hyperf/hyperf
-
Top 10 Laravel Youtube Channels
https://github.com/hyperf/hyperf is a lot more powerful then laravel.
- How many folks actually use a framework?
-
Any good course on asynchronous programming/devops with PHP?
I think laravel now supports swoole out of the box - they call it laravel octane. https://laravel.com/docs/9.x/octane admittedly - the number of async components they support out of the box is not comparable to hyperf - https://github.com/hyperf/hyperf
-
I was looking at TechEmpower benchmarks, and noted that PHP performs better than Node, how's that possible?
It is just my 2 cents as someone working with php daily for the last 10 years - but I would use https://github.com/hyperf/hyperf for large projects. i mean you wont get away with just php - frontend is a whole another maze. webpack alone is a cryptic frigging mess.
- Hyperf - 🚀 a coroutine framework that focuses on hyperspeed and flexibility
-
Which PHP framework is more similar to Spring?
I would say https://github.com/hyperf/hyperf. as its made with high availability and high concurrency in mind, structured as mostly independent components and have many entreprise features most php frameworks dont, - such as: - connection pooling - ability to spin off side processes - built in crontab - co-routines - task workers - message queues
ext-openswoole
-
THT v0.8.1 – A modern re-design of PHP
$hayStack.contains('needle')
This looks more or less like a new language ? It must be amazing amount of time and energy to rewrite PHP in to this.
I don't see the benefits. I understand the Facebook's HHVM had some. (https://hhvm.com/)
Or Swoole (https://openswoole.com/) has it.
But i'm not clear of THT (also typical apple vs oranges benchamrkTM included).
2cents
- FrankenPHP: The Modern PHP App Server
-
PHP Doesn't Suck Anymore
They fixed that limitation with Swoole and other Fiber based frameworks.
https://openswoole.com/
- Open Swoole: PHP Server with Async IO, Coroutines and Fibers
- Open Swoole – Programmatic server for PHP with async IO, coroutines and fibers
-
[Blog] Unlocking the power of asynchronous PHP 💪
One such promising solution is Swoole, a high-performance networking framework that helps PHP applications handle server-side tasks more effectively.
-
Go with PHP (why it's still a good idea to use PHP in 2023)
its a PHP extension that gives PHP superpowers: https://github.com/swoole/swoole-src https://openswoole.com/
-
Using PHP as a multiplayer FPS game engine with clients renderer using WebGL
interesting project, will check it out, at a first look, I believe this project would benefit from OpenSwoole (https://openswoole.com/), as it greatly increases PHP app performance.
-
Moving from Java to PHP Project
Unless you mean Asynchronous code? Yeah, there's something for that too
-
Open Swoole 22.0.0 released
The good thing about it is all documentation is in english at https://openswoole.com
What are some alternatives?
ngx-php - ngx-php - Embedded php7 or php8 scripting language for nginx module. Mainline development version of the ngx-php.
Deployer - The PHP deployment tool with support for popular frameworks out of the box
framework - :gem: Go! AOP PHP - modern aspect-oriented framework for the new level of software development
HHVM - A virtual machine for executing programs written in Hack.
easyswoole - swoole,easyswoole,swoole framework
Swoole - 🚀 Coroutine-based concurrency library for PHP