We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Can we compile entire framework to convert them in xxxxx.so file using Zephir

Hi All,

I was exploring Zephir Lang. It says, "Enhance your PHP frameworks/libraries by making them Faster / Better".

I have installed and played around thier sample example.

But, I am interested to compile down entire framework (Lets say - Laravel) to laravel.so. Is it possible? Any help/hint would be highly appreciated.

Thanks

edited Sep '18

Sure it's possible, just rewrite whole laravel to zephir :) Keep in mind that doesn't mean you will have huge performance boost etc

Don't do that