The Runtime Converter produces code (right now in Java) that is automatically converted from PHP. It has a dependency on a library of helper functions and on the PHP runtime library itself, which is used to provide the library of standard functions.
We have successfully developed the larger part of the helper library for Swift, including function calls (with return value, arguments, and output), exceptions, array helper class (native) and native array functions.
The reason we did this now was to try out a "Jav...
We are pleased to announce that the first working version of PHPUnit has been converted using the RuntimeConverter, The project used for testing was t...
PHPUnit Successful Conversion! [Beta]
May 28, 2018
The Runtime Converter produces code (right now in Java) that is automatically converted from PHP. It has a dependency on a library of helper functions...
How does the Runtime Converter work?
May 7, 2017
About 2 weeks ago, we published that we had successfully converted a PHPUnit example project and it ran just the same as if it had been run with PHP....