PHP Class documentor Document your PHP Class

  • Documents PHP Class: Project, Properties, Methods
  • Single file only, will not process multi-file projects
  • Your upload is NOT stored on this site or server
    (the document created is temporarily stored and immediately deleted after you download)
  • Your upload is NOT executed, it is parsed as a text file
  1. From the Browse button, select the PHP script file that you want to document
  2. Your PHP script must start with <?php (script style) or <?= (echo style)
  3. There is NO error correction taking place, your script must be complete and valid
  4. The two bottom options define how your PHP Class will process (for Properties & Methods)
    — the first will create a document with Protected & Public scope
      (this is the default – excludes Private scope)
    — the second will create a document with all scopes

If you find this tool useful, please consider a donation to keep development of free tools going. Click the link below.

Only a single file with .php extension will be accepted, limit is 1 Mb

PHP script

Scope