Download the PHP package ridi/doxphp without Composer
On this page you can find all versions of the php package ridi/doxphp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor ridi
Package doxphp
Short Description Dox for PHP, inspired by Dox for JavaScript.
License MIT
Homepage http://github.com/avalanche123/doxphp/
Package doxphp
Short Description Dox for PHP, inspired by Dox for JavaScript.
License MIT
Homepage http://github.com/avalanche123/doxphp/
Please rate this library. Is it a good library?
Informations about the package doxphp
Dox PHP
Dox for PHP is a documentation engine for PHP inspired by the Dox for JavaScript.
Installation
Pear
Github
Clone this repository and put the doxphp
under bin directory in your executable path.
Usage
Dox PHP operates over stdio:
test.php
output
Supports
- classes and interfaces
- functions and methods (produces slightly different results)
- namespaces (who phpdocs them really?)
- class variables and constants (sweet!)
Installation
Use pear to install
Renderers
- doxphp2sphinx
test.rst:
- doxphp2docco
this creates docs
directory in the current directory and populates it with html files.
test.html:
TODO
implement more renderers
All versions of doxphp with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.2
The package ridi/doxphp contains the following files
Loading the files please wait ....