Difference between revisions of "JsPHP"

From ProgClub
Jump to: navigation, search
(Anh em may cung nhau coi di)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Hello my friend heres my new gig easy as it looks Ill send u a total of 5350++ backlinks to your website in 2 tiers. This gig its for 1 website and up to 5 keywords. First tier to your main website 350 page rank 1-5 and the the second tier of 5000 profile backlinks pointing to your first tier.Ill send u a report in a txt file in less than 48 hours.Any question just send me a private message
+
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 ==
 +
 
 +
Released.
 +
 
 +
== Contributors ==
 +
 
 +
Members who have contributed to this project. Newest on top.
 +
 
 +
* [[User:John|John]]
 +
 
 +
All contributors have agreed to the terms of the [[ProgClub:Copyrights#ProgClub_projects|Contributor License Agreement]]. This excludes any upstream contributors who tend to have different administrative frameworks.
 +
 
 +
Upstream contributors:
 +
 
 +
* [http://www.jsphp.com/javascript/php/contributor/list jsphp.com contributors]
 +
* [http://phpjs.org/authors/index phpjs contributors]
 +
 
 +
== Copyright ==
 +
 
 +
Copyright 2011-2012, [[#Contributors|Contributors]].
 +
 
 +
== License ==
 +
 
 +
Dual licensed under the [[MIT license|MIT]] or [[GPL]] licenses.
 +
 
 +
== Source code ==
 +
 
 +
The source code is available for editing and management via [http://www.jsphp.com jsphp.com].
 +
 
 +
== Links ==
 +
 
 +
* [http://www.jsphp.com jsphp.com]
 +
* [http://www.jsphp.com/jsphp-dev jsphp.com development snapshot]
 +
 
 +
== 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.
 +
 
 +
* [[User:John|JE]] 2011-12-30: Functions imported, upstream developers imported, and dependencies imported.
 +
* [[User:John|JE]] 2011-12-30: Put in unit tests for array class
 +
* [[User:John|JE]] 2011-12-30: Try changing array class to get versions to benchmark
 +
* [[User:John|JE]] 2011-12-30: Develop the content management system [[Pcphpjs]]
 +
* [[User:John|JE]] 2011-12-30: Import functions from phpjs.org
 +
* [[User:John|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 [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 15: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.