hyperf
🚀 A coroutine framework that focuses on hyperspeed and flexibility. Building microservice or middleware with ease. (by hyperf)
framework
:gem: Go! AOP PHP - modern aspect-oriented framework for the new level of software development (by goaop)
hyperf | framework | |
---|---|---|
10 | 2 | |
6,376 | 1,664 | |
0.9% | 0.2% | |
9.4 | 8.3 | |
3 days ago | 10 months ago | |
PHP | PHP | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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
Posts with mentions or reviews of hyperf.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-25.
- 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
framework
Posts with mentions or reviews of framework.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-06.
-
Strategic options for plugin system in a Synfony app?
The second one, is the using pure AOP approach - https://github.com/goaop/framework (ffi related).
-
Use namespaced functions to replace native functions - github.com/rezen/proxyz
Go!AOP can do that and many more. One drawback is that it doesn't support php8 (yet).
What are some alternatives?
When comparing hyperf and framework you can also consider the following projects:
ngx-php - ngx-php - Embedded php7 or php8 scripting language for nginx module. Mainline development version of the ngx-php.
php-aop - PHP-AOP is a library that adds aspect oriented programming capabilities to PHP.
ext-openswoole - Programmatic server for PHP with async IO, coroutines and fibers
Safe - All PHP functions, rewritten to throw exceptions instead of returning false
easyswoole - swoole,easyswoole,swoole framework
proxyz - Uses namespaced functions to replaced native functions