Difference between revisions of "JsPHP"

From ProgClub
Jump to: navigation, search
m (moved Jsphp to JsPHP: fixing capitalisation...)
(Lowercase J...)
Line 1: Line 1:
 +
{{DISPLAYTITLE:jsPHP}}
 +
 
Jsphp is the ProgClub project to implement PHP functions in JavaScript. It's a fork of [http://phpjs.org/ phpjs] with some planned bug fixes and improvements. The content management system used by Jsphp is provided by the [[Pcphpjs]] project and available in production at [http://jsphp.co/ jsphp.co]. Visit [http://jsphp.co/ jsphp.co] for access to the JavaScript library and development features. For other projects see [[Projects]].
 
Jsphp is the ProgClub project to implement PHP functions in JavaScript. It's a fork of [http://phpjs.org/ phpjs] with some planned bug fixes and improvements. The content management system used by Jsphp is provided by the [[Pcphpjs]] project and available in production at [http://jsphp.co/ jsphp.co]. Visit [http://jsphp.co/ jsphp.co] for access to the JavaScript library and development features. For other projects see [[Projects]].
  

Revision as of 15:21, 9 July 2015


Jsphp is the ProgClub project to implement PHP functions in JavaScript. It's a fork of phpjs with some planned bug fixes and improvements. The content management system used by Jsphp is provided by the Pcphpjs project and available in production at jsphp.co. Visit jsphp.co for access to the JavaScript library and development features. For other projects see Projects.

Project status

Released.

Contributors

Members who have contributed to this project. Newest on top.

All contributors have agreed to the terms of the Contributor License Agreement. This excludes any upstream contributors who tend to have different administrative frameworks.

Upstream contributors:

Copyright

Copyright 2011-2012, Contributors.

License

Dual licensed under the MIT or GPL licenses.

Source code

The source code is available for editing and management via jsphp.co.

Links

TODO

Things to do, in rough order of priority:

  • Write unit tests and benchmarks for all functions.

Done

Stuff that's done. Latest stuff on top.

  • JE 2011-12-30: Functions imported, upstream developers imported, and dependencies imported.
  • JE 2011-12-30: Put in unit tests for array class
  • JE 2011-12-30: Try changing array class to get versions to benchmark
  • JE 2011-12-30: Develop the content management system Pcphpjs
  • JE 2011-12-30: Import functions from phpjs.org
  • JE 2011-09-21: created project page

Notes for implementers

If you are interested in incorporating the ProgClub Jsphp into your project, here's what you need to know:

Go to jsphp.co and click on the Functions tab. Select the functions you want to have access to from JavaScript, and then choose a download type. Download types are either Production or Development. Choose Production if you want the latest production verified code, or Development if you want the absolute latest version, and then click Download. You will then have a php.js file with your functions in it that you can include from your own project. If you need the php.js file packaged in a different format then get in contact with John and let him know and he can look at fixing up the packaging system for you.