Convert PHP to Zephir.
This project is builded on top of nikic/PHP-Parser
composer require fezfez/php-to-zephir
vendor/bin/php-to-zephir phpToZephir:convert myDirToConvert
It converts all files recursivly to Zephir language.
If you find a bug, please report it by new issue (with tested php code to see error).
If you find a fatal error during converting, add --debug and identify where the fatal error happen. Then open issue !