We'll be discussing Mezzio: A PSR-15 Middleware framework, allowing you to build elegant middlewares for your applications and also Swoole: a PHP extension that allows you to build high performance applications. In this session, we'll discuss some concepts of middlewares/handlers, the http server, coroutines, tasks. We'll also look at how to combine both Mezzio and Swoole to get the best of both worlds and highlight how this differs from the traditional Apache/Nginx PHP approaches and pitfalls to be aware of when taking the dive.

Comments

Please login to leave a comment

Marco Revilla at 15:50 on 16 May 2024

interesting

Maico Orazio at 15:57 on 16 May 2024

very interesting

The talk was filled with a lot of very interesting code examples and information, but I think the value of using Swoole was a bit undersold, since IIRC it should give a one or two order of magnitude faster responses.

Mario tilli at 16:00 on 16 May 2024

really interesting

Lorenzo Sequi at 18:14 on 16 May 2024

Very good, but I saw two negative points: the code was not well explained as we have to few seconds to analyze multiple rows of code and the connection of Mezzio with Swoole wasn't well explained, it Swoole a middleware for Mezzio? A library? What type of connections is there between the two? Despite these aspects the talk was interesting.

Quite interesting

I really liked to see a different framework. The approach of using a chain of middleware is very interesting. How the app is bootstrapped, the performance gains and so on. Everything was different from a Laravel/symfony projet and was well explained. I guess it was challenging to stick to the timeline with so much information. Thanks a lot for this eye-opener presentation!