CrustPHP (opensource): A bridge between Swoole and Phalcon Micro #4215
fakharak
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I developed CurstPHP, in 2019, as a bridge between fastest Phalcon Micro (compiled PHP micro Framework) and fastest "Swoole" (compiled Asynchronous PHP Framework) suitable for Micro-services. It is opensource and anyone can use.
(well tested with PHP 7.2 and PHP 7.4, for PHP 8.0 test it by yourself using Phalcon 5, or plus)
https://github.com/fakharak/CrustPHP
The project uses inotify and hot reload features of Swoole. Routes and Controller from Phalcon Micro. MySQLi multi_query() for Authentication Module with JWT, and other advance data structures.
Please, reach me if anyone here needs help in setting it up and get running with it, or needing any understanding.
Beta Was this translation helpful? Give feedback.
All reactions