Jump to content

PHP: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
Line 19: Line 19:
*[[Symfony]]
*[[Symfony]]
*[[Typo3 Flow]]
*[[Typo3 Flow]]
;PHP related programmer's utilities
* [[Exuberant ctags]] - Creates index files out of PHP source files


==Alternative implementations==
==Alternative implementations==
Line 28: Line 25:
* [https://github.com/niklasvh/php.js PHP.js] - Runs PHP scripts on ECMAScript, oldest and most mature of the three
* [https://github.com/niklasvh/php.js PHP.js] - Runs PHP scripts on ECMAScript, oldest and most mature of the three


==PHP Based programs and utilities==
==Programmer's utilities==
* [[phpMyAdmin]] - [[MySQL]] administration over WWW
* [[Exuberant ctags]] - Creates index files out of PHP source files
* [[phpMyAdmin]] - [[MySQL]] administration


==Licence==
==Licence==

Revision as of 13:05, 25 February 2020

HTML processing and scripting language primarily used as a server side scripting tool, but can be used for general programming tasks especially if you are willing to use a web page as your user interface.

Versions

  • 4.3.10 (2004-12-18)
  • 5.2.17 (2012-10-02)
  • 5.3.29 (2014-10-03)
  • 5.4.44 (2015-08-10)
  • 5.4.45 (2019)
  • 5.5.38 (2015-08-10)
  • 5.6.12 (2015-08-10)

PHP based application frameworks

Alternative implementations

  • phype - Run PHP scripts on ECMAScript, allows you to run PHP code in a browser
  • Uniter - Another "PHP scripts on ECMAScript" tool, very active development
  • PHP.js - Runs PHP scripts on ECMAScript, oldest and most mature of the three

Programmer's utilities

Licence

Author

  • Rasmus Lerdorf

Links

Tutorials