<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki-de.moshellshocker.dns64.de/index.php?action=history&amp;feed=atom&amp;title=PhpDocumentor</id>
	<title>PhpDocumentor - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki-de.moshellshocker.dns64.de/index.php?action=history&amp;feed=atom&amp;title=PhpDocumentor"/>
	<link rel="alternate" type="text/html" href="https://wiki-de.moshellshocker.dns64.de/index.php?title=PhpDocumentor&amp;action=history"/>
	<updated>2026-06-01T21:33:13Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Wikipedia (Deutsch) – Lokale Kopie</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki-de.moshellshocker.dns64.de/index.php?title=PhpDocumentor&amp;diff=1567748&amp;oldid=prev</id>
		<title>imported&gt;At40mha: Hilfe:Wikisyntax/Validierung#Fehlendes End-Tag behoben</title>
		<link rel="alternate" type="text/html" href="https://wiki-de.moshellshocker.dns64.de/index.php?title=PhpDocumentor&amp;diff=1567748&amp;oldid=prev"/>
		<updated>2025-09-02T20:17:57Z</updated>

		<summary type="html">&lt;p&gt;&lt;a href=&quot;/index.php?title=Hilfe:Wikisyntax/Validierung&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Hilfe:Wikisyntax/Validierung (Seite nicht vorhanden)&quot;&gt;Hilfe:Wikisyntax/Validierung#Fehlendes End-Tag&lt;/a&gt; behoben&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{SEITENTITEL:phpDocumentor}}&lt;br /&gt;
{{Infobox Software&lt;br /&gt;
|Name                 = phpDocumentor&lt;br /&gt;
|Screenshot           = &lt;br /&gt;
|Beschreibung         = &lt;br /&gt;
|Hersteller           = Joshua Eichorn, Greg Beaver u.&amp;amp;nbsp;a.&lt;br /&gt;
|AktuelleVersion      = 3.8.1&amp;lt;ref&amp;gt;[https://github.com/phpDocumentor/phpDocumentor/releases/tag/v3.8.1: &amp;#039;&amp;#039;Bugfix release&amp;#039;&amp;#039;] Release Meldung auf GitHub&amp;lt;/ref&amp;gt;&lt;br /&gt;
|AktuelleVersionFreigabeDatum = 21. Juli 2025&lt;br /&gt;
|Betriebssystem       = [[Plattformunabhängigkeit|Plattformunabhängig]]&lt;br /&gt;
|Programmiersprache   = PHP&lt;br /&gt;
|Kategorie            = [[Software-Dokumentationswerkzeug]]&lt;br /&gt;
|Lizenz               = [[GNU Lesser General Public License|LGPL]]&lt;br /&gt;
|Deutsch              = &lt;br /&gt;
|Website              = [http://phpdoc.org/ phpdoc.org]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;phpDocumentor&amp;#039;&amp;#039;&amp;#039; ist ein [[Software-Dokumentationswerkzeug]] für [[PHP]]. Es steht als [[freie Software]] unter der [[GNU Lesser General Public License]]. Mit der Software können Entwicklerdokumentationen aus PHP-[[Quelltext]]en generiert werden. Für diesen Zweck gilt phpDocumentor als Standardlösung.&amp;lt;ref name=&amp;quot;Scholl&amp;quot;&amp;gt;Markus Scholl: &amp;#039;&amp;#039;Konzeption und Teilrealisierung eines Seminarabwicklungssystems&amp;#039;&amp;#039; GRIN Verlag 2007, S. 86 ISBN 978-3-638-67799-8&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;Sebastian Bergmann: &amp;#039;&amp;#039;Professionelle Softwareentwicklung mit PHP 5.&amp;#039;&amp;#039; dpunkt.verlag, 1. Auflage 2005, {{Webarchiv |url=http://professionelle-softwareentwicklung-mit-php5.de/tools.code-documentation.phpdocumentor.html |text=Online-Version |wayback=20090122065340 |archiv-bot=2018-12-11 11:02:59 InternetArchiveBot}} aktualisiert am 15. Januar 2009. ISBN 3-89864-229-1&amp;lt;/ref&amp;gt; Das Programm kann als eigenständige Software installiert werden und ist fester Bestandteil des [[PHP Extension and Application Repository]] (PEAR).&amp;lt;ref&amp;gt;Carsten Möhrke: &amp;#039;&amp;#039;PHP PEAR&amp;#039;&amp;#039;. Galileo Computing. ISBN 3-89842-580-0 [http://docs.cojobo.net/galileocomputing/php_pear/22_0_tools_and_utilities-002.htm online]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Funktionen ==&lt;br /&gt;
&lt;br /&gt;
Wie in anderen Software-Dokumentationswerkzeugen wird die Dokumentation durch spezielle [[Kommentar (Programmierung)|Kommentare]] im Quelltext erfasst, zusätzlich wird die Struktur des Codes analysiert. Über Formatierungsanweisungen in den Kommentaren des Quelltextes können beispielsweise die Anzahl und der Typ von [[Parameter (Informatik)|Parametern]] einer bestimmten [[Methode (Programmierung)|Methode]] sowie deren Aufgabe und Rückgabewert dokumentiert werden.&amp;lt;ref name=&amp;quot;Scholl&amp;quot; /&amp;gt; Die Kommentare basieren auf [[PHPDoc]], einer Adaption von [[Javadoc]]&amp;lt;ref&amp;gt;George Schlossnagle: &amp;#039;&amp;#039;Professionelle PHP 5-programmierung&amp;#039;&amp;#039;. Addison-Wesley Februar 2006, S. 56. ISBN 978-3-8273-2381-1&amp;lt;/ref&amp;gt;, dem sogenannten PHPDoc Standard. phpDocumentor wurde in PHP geschrieben und erstellt Dokumentationen in einer Vielzahl von Formaten wie [[Hypertext Markup Language|HTML]], [[Portable Document Format|PDF]], [[CHM (Dateiformat)|CHM]] oder [[DocBook]]. phpDocumentor kann sowohl auf der [[Kommandozeile]] wie auch über ein Web-[[GUI]] bedient werden. phpDocumentor kennt sämtliche [[Syntax|syntaktischen]] Elemente von PHP, es unterstützt sowohl PHP4 wie PHP5. Voraussetzung für die Nutzung der Software ist die Installation von PHP 4.3 oder höher.&amp;lt;ref&amp;gt;Matthias Kannengiesser: &amp;#039;&amp;#039;Objektorientierte Programmierung mit PHP 5&amp;#039;&amp;#039;. Franzis Verlag, 1. Auflage April 2007, S. 529 ISBN 978-3-7723-6296-5&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
phpDocumentor unterstützt keine Spracheigenschaften von PHP, die mit PHP 5.3 eingeführt wurden (z.&amp;amp;nbsp;B. Namespaces). Es wird zurzeit nicht mehr aktiv weiterentwickelt (Stand November 2010).&amp;lt;ref&amp;gt;{{Webarchiv|url=http://sourceforge.net/projects/phpdocu/forums/forum/35064 |wayback=20120402112521 |text=— |archiv-bot=2018-12-11 11:02:59 InternetArchiveBot }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
Am 16. März 2012 erschien der Nachfolger &amp;#039;&amp;#039;phpDocumentor 2&amp;#039;&amp;#039;, welcher aus einem Zusammenschluss mit [[DocBlox]] entstand.&amp;lt;ref&amp;gt;{{Webarchiv|url=http://www.docblox-project.org/2012/03/docblox-is-unmasked-it-is-really-phpdocumentor-2/ |wayback=20120319013632 |text=— |archiv-bot=2018-12-11 11:02:59 InternetArchiveBot }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Ähnliche Werkzeuge ==&lt;br /&gt;
* [[Javadoc]]&lt;br /&gt;
* [[Doxygen]]&lt;br /&gt;
* [[Natural Docs]]&lt;br /&gt;
* [[Sphinx (Software)|Sphinx]]&lt;br /&gt;
&lt;br /&gt;
== Literatur ==&lt;br /&gt;
* Andi Gutmans: &amp;#039;&amp;#039;PHP 5 aus erster Hand&amp;#039;&amp;#039;. 1. Auflage. Addison-Wesley Verlag, 2005, ISBN 978-3-8273-2241-8, S. 707–736.&lt;br /&gt;
&lt;br /&gt;
== Weblinks ==&lt;br /&gt;
* [http://phpdoc.org/ Offizielle Website] (englisch)&lt;br /&gt;
* [http://pear.php.net/package/PhpDocumentor Projektseite bei PEAR] (englisch)&lt;br /&gt;
&lt;br /&gt;
== Einzelnachweise ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Kategorie:Freies Programmierwerkzeug]]&lt;br /&gt;
[[Kategorie:PHP]]&lt;br /&gt;
[[Kategorie:Historische Software]]&lt;/div&gt;</summary>
		<author><name>imported&gt;At40mha</name></author>
	</entry>
</feed>