the-benchmarker / web-frameworks

Which is the fastest web framework?
MIT License
6.97k stars 665 forks source link

Add Yii2 #634

Closed skills-up closed 4 years ago

skills-up commented 5 years ago

Language: PHP 7.x

waghanza commented 5 years ago

Thanks @skills-up, I am curious to see how https://github.com/yiisoft/yii2 could perform.

@qiangxue interested to add yii2 in this benchmark ?

skills-up commented 5 years ago

I think it will help a lot of new comers who often get confused between Laravel (often cited as the best) and Yii2 (often cited as the fastest).

Regards, Gaurav

On Mon 19 Nov, 2018, 3:27 PM Marwan Rabbâa <notifications@github.com wrote:

Thanks @skills-up https://github.com/skills-up, I am curious to see how https://github.com/yiisoft/yii2 could perform.

@qiangxue https://github.com/qiangxue interested to add yii2 in this benchmark ?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/the-benchmarker/web-frameworks/issues/634#issuecomment-439835874, or mute the thread https://github.com/notifications/unsubscribe-auth/AZ86aaRN9d65YO5lPX3s3cGN5_2LV229ks5uwoCGgaJpZM4Yne8K .

waghanza commented 5 years ago

or symfony <- also cited as the best ;-)

skills-up commented 5 years ago

Yup, but symphony is the base over which Laravel is built. While fastest ones also include slim and phalcon.

Regards, Gaurav

On Mon 19 Nov, 2018, 3:36 PM Marwan Rabbâa <notifications@github.com wrote:

or symfony <- also cited as the best ;-)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/the-benchmarker/web-frameworks/issues/634#issuecomment-439838489, or mute the thread https://github.com/notifications/unsubscribe-auth/AZ86aYgWb-ObB43OMtC0orCyPRk3zEp_ks5uwoKUgaJpZM4Yne8K .

waghanza commented 5 years ago

:stuck_out_tongue: sure, do not have the time to add frameworks <- I'm working on new version of this tool producing production-ready results (on cloud instead of on docker)

I'll be glad to merge any contribution :heart:

waghanza commented 5 years ago

Hi @qiangxue @samdark,

Would you mind to add (or consent that we add) yii2 in here ?

This project compare performance based on 3 routes :

Regards,

samdark commented 5 years ago

@waghanza sure, go ahead. I'd like to review the pull request since there are settings that change performance dramatically.

waghanza commented 5 years ago

@skills-up If you want to PR, I'll be happy to review

skills-up commented 5 years ago

@waghanza I don't find myself qualified enough for this, specialty when @samdark is participating already.

waghanza commented 5 years ago

@skills-up no matter if you are qualified enough or not, just try (if you want) we can collaborate on any PR :heart:

samdark commented 5 years ago

I am not making pull request but will review one if asked. So @skills-up feel free to do it.

gekh commented 4 years ago

I am not making pull request but will review one if asked. So @skills-up feel free to do it.

Hi there.

I've created a simple basic Yii2 template with controllers to meet requirements.

@samdark you're welcome to update it :)

Pull Request: https://github.com/the-benchmarker/web-frameworks/pull/2240

RicardoSette commented 4 years ago

@qiangxue , @samdark and @xialeistudio I created Yii2 + Swoole using the yii2-swoole-extension

https://github.com/RicardoSette/web-frameworks/tree/yii2-swoole/php/yii-swoole

See if there would be anything to change in the project.