zwcway/php-to-zephir

There is no license information available for the latest version (1.0.0) of this package.

将PHP代码转换成Zephir

1.0.0 2018-08-03 07:11 UTC

This package is not auto-updated.

Last update: 2024-05-05 10:28:05 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 !