is there a php library or something?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s quite a few ways of executing JavaScript on the server-side. A recently popular environment is node.js. There’s also options such as Rhino (which has Nitro and Helma). Wikipedia also has a massive list of server-side JavaScript environments.
You also asked if there was a PHP extension available. There’s one called php-js, based upon Mozilla’s SpiderMonkey.