the-benchmarker / web-frameworks

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

Add Zend, CodeIgniter, Phalcon, CakePHP #321

Open doanguyen opened 6 years ago

doanguyen commented 6 years ago
HTTP Route Status code Response body
GET / 200 Empty
GET /user/:id 200 id given as param
POST /user 200 Empty

Zend: https://framework.zend.com/ CI: https://www.codeigniter.com/ Phalcon: https://phalconphp.com/fr/ CakePHP: https://cakephp.org/

waghanza commented 6 years ago

I'll focus on having production results for now

So I'll implement that later, but if you can PR, I'll be glad to review and merge :heart:

s0kil commented 6 years ago

https://github.com/swoole/swoole-src Is a good idea too, speaking of PHP

waghanza commented 6 years ago

@DanielSokil we can do it :stuck_out_tongue: honestly I have not enough skill in php to do this, but I'm curious to see the diff between swoole and php-fpm| /nginx`

waghanza commented 5 years ago

@s0kil swool has been integrated, using swoft

waghanza commented 4 years ago

@s0kil @doanguyen if you have time to contribute, be my guest :heart:

phalcon and zend-framework are already here, but neither codeigniter nor cakephp