GithubHelp home page GithubHelp logo

abdieffendi / phpdocumentor2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from phpdocumentor/phpdocumentor

0.0 1.0 0.0 19.91 MB

Documentation Generator for PHP

Home Page: http://www.phpdoc.org

License: MIT License

phpdocumentor2's Introduction

README

What is phpDocumentor?

phpDocumentor an application that is capable of analyzing your PHP source code and DocBlock comments to generate a complete set of API Documentation.

Inspired by phpDocumentor 1 and JavaDoc it continues to innovate and is up to date with the latest technologies and PHP language features.

Features

phpDocumentor supports the following:

  • PHP 5.3 compatible, full support for Namespaces, Closures and more is provided.
  • Shows any tag, some tags add additional functionality to phpDocumentor (such as @link).
  • Processing speed, Zend Framework experienced an 80% reduction in processing time compared to phpDocumentor 1.
  • Low memory usage, peak memory usage for small projects is less than 20MB, medium projects 40MB and large frameworks 100MB.
  • Incremental parsing, if you kept the Structure file from a previous run you get an additional performance boost of up to 80% on top of the mentioned processing speed above.
  • Easy template building, if you want to make a branding you only have to call 1 task and edit 3 files.
  • Command-line compatibility with phpDocumentor 1, phpDocumentor 2 is an application in its own right but the basic phpDocumentor 1 arguments, such as --directory, --file and --target, have been adopted.
  • Two-step process, phpDocumentor first generates a XML file with your application structure before creating the output. If you'd like you can use that to power your own tools or formatters!

Requirements

phpDocumentor requires the following:

Note: If you do not want to install the PEAR or Graphviz dependency you are encouraged to generate your own template and make sure that it does not contain anything related to Graph. An easier solution might be to edit data/templates/responsive/template.xml file and remove every line containing the word Graph but this will be undone with every upgrade of phpDocumentor.

Please see the documentation about creating your own templates for more information.

Installation

There are 2 ways to install phpDocumentor:

  1. Via PEAR (recommended)
  2. Manual installation using the installer.

Please note that it is required that the installation path of phpDocumentor does not contain spaces. This is a requirement imposed by an external library (libxml)

PEAR (recommended)

  1. phpDocumentor is hosted on its own PEAR channel which can be discovered using the following command:

     $ pear channel-discover pear.phpdoc.org
    
  2. After that it is a simple matter of invoking PEAR to install the application

     $ pear install phpdoc/phpDocumentor-alpha
    

Manual Installation

  1. Download the php installer from:

     https://raw.github.com/phpDocumentor/phpDocumentor2/develop/installer.php
    

    to the intended location. We will refer to this as <PHPDOC_PATH>.

  2. Run the installer:

    `mkdir tmp && cd tmp # Optional, but recommended.`
    `php installer.php`
    

    installer.php accepts the following options:

    --php='...' Specify a PHP command line to run (e.g. --php='php -d detect_unicode=Off').
    --proxy='...' Specify a proxy URL to use for HTTP calls.
    --dev Retrieve the develop branch version of phpDocumentor2.

  3. Set up your binaries to use phpDocumentor from any location:

    • For Linux or Mac OSX: create a symlink from <PHPDOC_PATH>/bin/phpdoc.php to your bin folder (usually /usr/bin) named phpdoc.
    • For Windows: Add <PHPDOC_PATH>/bin to your PATH so that you can invoke phpdoc.bat from any location.

How to use phpDocumentor?

The easiest way to run phpDocumentor is by running the following command:

$ phpdoc run -d <SOURCE_DIRECTORY> -t <TARGET_DIRECTORY>

This command will parse the source code provided using the -d argument and output it to the folder indicated by the -t argument.

phpDocumentor supports a whole range of options to configure the output of your documentation. You can execute the following command, or check our website, for a more detailed listing of available command line options.

$ phpdoc run -h

Configuration file(s)

phpDocumentor also supports the use of configuration files (named phpdoc.xml or phpdoc.dist.xml by default). Please consult the documentation to see the format and supported options.

Documentation

For more detailed information you can check our online documentation at http://phpdoc.org/docs/.

Known issues

  1. Search does not work / is not available when accessing the documentation locally from Google Chrome. Google Chrome blocks access to local files (and thus the search index) using Javascript when working with local files (file://); it is not possible for us to fix this.
  2. phpDocumentor must be installed in a path without spaces due to restrictions in libxml. The XSL transformation will throw all kinds of odd warnings if the path contains spaces.

Contact

To come in contact is actually dead simple and can be done in a variety of ways.

phpdocumentor2's People

Contributors

mvriel avatar benmatselby avatar ashnazg avatar clockwerx avatar joncave avatar boenrobot avatar robocoder avatar gimler avatar tommygnr avatar bkuhl avatar rhysr avatar dbu avatar trq avatar onigoetz avatar gwendolyn68 avatar weierophinney avatar ri0t1985 avatar dpkirchner avatar mrook avatar neffets avatar lukearmstrong avatar lornajane avatar zerocrates avatar ngroot avatar jimdelois avatar flack avatar evert avatar zoranzaric avatar ywarnier avatar waltertamboer avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.