A tool to convert a subset of PHP code to Java / Scala / Groovy?

Are there any exist? Ideally, it will also have a library of core PHP functions.

I have a bunch of simple PHP scripts (no extensions, no fantastic dynamic hacks, etc.). I would like to convert to Java ... It would be great if the tool could do 80% of the work while I do the other 20%.

+4
source share
1 answer

It seems you are right after running PHP on the JVM. You can try one of them: Project Zero or Quercus

+3
source

Source: https://habr.com/ru/post/1304361/


All Articles