fezfez / php-to-zephir
Transform php code to zephir
Installs: 2 715
Dependents: 2
Suggesters: 0
Security: 0
Stars: 187
Watchers: 27
Forks: 42
Open Issues: 11
Requires
- nikic/php-parser: 1.4.*
- phalcon/zephir: 0.8.*
- phpdocumentor/reflection-docblock: 2.0.*
- symfony/console: 2.7.*
Requires (Dev)
- phpunit/phpunit: 4.8.*
README
Convert PHP to Zephir.
This project is builded on top of nikic/PHP-Parser
Install
composer require fezfez/php-to-zephir
How to use
vendor/bin/php-to-zephir phpToZephir:convert myDirToConvert
It converts all files recursivly to Zephir language.
Issue
If you find a bug, please report it by new issue (with tested php code to see error).
Fatal error :'(
If you find a fatal error during converting, add --debug and identify where the fatal error happen. Then open issue !