Search by

aschwin / php-to-zephir

nirmit

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (0.2.1) of this package.

Transform php code to zephir

Package info

github.com/aschwin/php-to-zephir

Homepage

Issues

Wiki

pkg:composer/aschwin/php-to-zephir

Statistics

Installs: 23

Dependents: 0

Suggesters: 0

Stars: 0

0.2.1 2015-09-29 19:18 UTC

This package is not auto-updated.

Last update: 2026-09-08 13:14:13 UTC


README

Build Status Scrutinizer Code Quality Code Coverage

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 !