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

Phalcon framework written in language PHP

Hi everybody,

I have create a tool, which can convert zephir source code to php source code.

The tool use php extension php-zephir-parser

The tool's source code is initial version, and the result is not fully tested, the source wrtten in C has not convert manual.

z2p

zphalcon

What's the point of this to be honest ? :D

My guess would be to allow people to use the Phalcon framework on providers that don't have it installed.

What's the point of this to be honest ? :D

Use PHP version when developing, and use C version in product environment.

The two versions use the same API, only with different performance.

I think it can promote the usage of Phalcon.

My guess would be to allow people to use the Phalcon framework on providers that don't have it installed.

What's the point of this to be honest ? :D

Yea but zephir isn't 1:1 to php, some things may work differently and some bugs which could exists can not exist in php. You should add all tests from phalcon to be honest if you want this to have any sense. But still, why not have better performance also when developing?

edited Aug '20

Hi there. What way for better performance do you mean? Maybe it is some bugs solution for PHP or C? C will be better for product environment any way, but for project here i prefer PHP version.