this post was submitted on 13 Jun 2023
4 points (100.0% liked)
PHP
362 readers
1 users here now
<?
namespace lemmy\php;
/*
Welcome to the PHP community on Lemmy
#Rules:
1: Soon(TM)
#Helpful stuff:
#Common frameworks:
*/
echo "Welcome";
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I use swoole on a huge monetized US site. I've used the mezzio framework with openswoole, but unfortunately the integration with various swoole features is just not there in mezzio. So I had to backport some hyperf components which is something I would rather not do.
these days I would use hyperf for all of my PHP projects going forward if I cannot migrate them away from PHP, roadrunner would be in the second place.