js2php
js2php copied to clipboard
JavaScript to PHP source transformation
Results
3
js2php issues
Sort by
recently updated
recently updated
newest added
…n the same way, it does for JS.
As a Proof Of Concept we could use js2php to transpile itself (including its dependencies) to pure PHP so that it can be used even if no NodeJS is available....
Running js2php in its PHP form (#14) shows around 75x slower performance compared to NodeJS version. Profiling the PHP code shows that the "get" function is called 5.6 million times...