CodeIgniter Forums
How to integrate swoole and codeigniter - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=31)
+--- Thread: How to integrate swoole and codeigniter (/showthread.php?tid=77009)



How to integrate swoole and codeigniter - Ceo - 07-11-2020

Quote:If someone was to integrate the high performance asynchronous framework known as Swoole, where do they start?

There exists swoole implementations of laravel, thinkphp, ubiquity.All of which boost the performance of their respective frameworks.However, there isn't any good one for CI4.

I know(I think) its going to a tough job but I am prepared.I will like toi create a swoole extension for codeigniter to be released on github and in my app.But I havr no idea where to start.I know how swoole works but I don't know how to implement in CI4.

Do I edit the system files, which modules will require swoole, will it require a different route engine etc

Someone please point me in the right direction.


RE: How to integrate swoole and codeigniter - MGatner - 07-14-2020

Check out some existing modules to get an idea of how to work with the framework as a third-party package:

https://GitHub.com/tattersoftware
https://GitHub.com/myth/auth


RE: How to integrate swoole and codeigniter - kenjis - 10-14-2022

See https://forum.codeigniter.com/showthread.php?tid=83970