php.js Brings high-level PHP Functions to JavaScript

php.js is an open source project that brings high-level PHP functions to low-level JavaScript platforms such as web browsers, browser extensions ( Mozilla/Firefox, Chrome ), AIR, and SSJS engines like V8 (node.js, v8cgi), Rhino, and SpiderMonkey  (CouchDB).

phpjs php.js Brings high level PHP Functions to JavaScript
If you want to perform high-level operations on these platforms, you probably need to write JS that combines its lower-level functions and build it up until you have something useful like: strip_tags(), strtotime(), number_format(), wordwrap(). php.js is pure JavaScript so no additional components required.

Requirements: -
Demo: http://phpjs.org/pages/home
License: MIT and GPL licenses

Incoming search terms for the article:

Related Posts

WordPress Thumb

How To Exclude A Category From Your WordPress Feed

An Alternative Way To Unburying Old Posts In WordPress Using PHP

wordpress

Build A WordPress Network Navigation Menu

Fructose – Now You Can Compile Your Ruby Into PHP