Difference between revisions of "JsPHP"

From ProgClub
Jump to: navigation, search
m (jsphp.co -> jsphp.com)
 
(One intermediate revision by the same user not shown)
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://www.jsphp.com/ jsphp.com]. Visit [http://www.jsphp.com/ jsphp.com] 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://www.jsphp.com/ jsphp.com]. Visit [http://www.jsphp.com/ jsphp.com] for access to the JavaScript library and development features. For other projects see [[Projects]].
 
  
 
== Project status ==
 
== Project status ==
Line 41: Line 40:
  
 
* Write unit tests and benchmarks for all functions.
 
* Write unit tests and benchmarks for all functions.
 
[[Category:TODO]]
 
  
 
== Done ==
 
== Done ==
Line 57: Line 54:
 
== Notes for implementers ==
 
== Notes for implementers ==
  
If you are interested in incorporating the ProgClub Jsphp into your project, here's what you need to know:
+
If you are interested in incorporating the ProgClub JsPHP into your project, here's what you need to know:
  
 
Go to [http://www.jsphp.com/ jsphp.com] and click on the [http://www.jsphp.com/jsphp/fn/list 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 [[User:John|John]] and let him know and he can look at fixing up the packaging system for you.
 
Go to [http://www.jsphp.com/ jsphp.com] and click on the [http://www.jsphp.com/jsphp/fn/list 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 [[User:John|John]] and let him know and he can look at fixing up the packaging system for you.

Latest revision as of 16:14, 11 December 2017

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.com. Visit jsphp.com 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.com.

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.com 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.