DEV Community

Mervin
Mervin

Posted on

Slim framework with Swoole

Hi PHP developers.

Does someone here tried using slim framework with swoole?
How was it? and does it make your api much faster?

Have you also tried SSR with slim?

Thank you.

Top comments (4)

Collapse
 
ismummy profile image
ISMAIL, Olalekan R.

Hey, I recently tried slim with swoole and the benchmark is crazy 60% or so faster than normal slim on local server, buh having issues deploying it on AWS EC2, the performance is so bad, probably am missing out something.

Collapse
 
mervinsv profile image
Mervin

Nice. Thanks for your feedback

Collapse
 
sergey_telpuk profile image
Sergey Telpuk

Hello, for I/O doesn't make sense use swoole or another asynchronous approach. If you really want to try something new, look at the spiral/roadrunner. I'll be waiting for feedback.

Collapse
 
mervinsv profile image
Mervin

Thank you. I will look into it