zwcway / php-to-zephir
将PHP代码转换成Zephir
Installs: 26
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 1
Open Issues: 0
pkg:composer/zwcway/php-to-zephir
Requires
- nikic/php-parser: ~3.0
- phalcon/zephir: ~0.9
- phpdocumentor/reflection-docblock: ~3.1
- symfony/console: ~3.1
Requires (Dev)
- phpunit/phpunit: 4.8.*
This package is not auto-updated.
Last update: 2025-10-05 17:39:28 UTC
README
Convert PHP to Zephir.
This project is builded on top of nikic/PHP-Parser
Install
composer require zwcway/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 !