*** Welcome to piglix ***

JsPHP

JsPHP
Glider.svg
Original author(s) Kevin van Zonneveld
Developer(s) International community
Initial release December 21, 2011 (2011-12-21)
Development status Active
Written in JavaScript
Size varies
Type JavaScript library
License Dual license:
GNU GPL or MIT
Website www.jsphp.com

JsPHP is a cross-browser JavaScript library designed to make the PHP application programming interface (API) available in JavaScript environments. It was started by Kevin van Zonneveld as php.js and released as an open-source project in 2008. In late 2011 John Elliot forked the php.js project to JsPHP and released a web-based collaborative integrated development environment (IDE) at www.jsphp.com in an effort to rejuvenate and breathe new life into the project, and as an excuse to develop a content management system (CMS) with features for software developers, such as unit testing and benchmarking.

JsPHP is free, open source software, dual-licensed under the MIT License or the GNU General Public License, Version 2. JsPHP is designed to provide a familiar and powerful programming interface for JavaScript programmers with a background in, or integrating with, PHP. JsPHP is a useful supplement to other JavaScript libraries and can be used in Ajax applications and dynamic web pages and web applications.

The 'js' in JsPHP is short for JavaScript and the 'PHP' stands for PHP: Hypertext Preprocessor. As with many software projects the name JsPHP was taken because a domain name, www.jsphp.com, was available; and the name is otherwise concise and descriptive.

JsPHP has support for the vast majority of the PHP API, including functions for array, math, class/object manipulation, date and time, error handling and logging, filesystem, function handling, JSON, regular expressions, streams, strings, tokenization, URLs and XML.


...
Wikipedia

...