PHP.JS is a JavaScript library that allows you to use PHP functions on the client side.
If you can call PHP functions in static pages, it will be useful for many developers. It allows you to conveniently call some functional functions (such as file_get_contents(), mktime(), serialize()), and can also reduce the burden on the server side.