PHPackages                             xeoncross/pocco - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. xeoncross/pocco

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

xeoncross/pocco
===============

The PHP documentation generator (A Docco clone)

5322JavaScript

Since Jul 25Pushed 12y ago1 watchersCompare

[ Source](https://github.com/Xeoncross/pocco)[ Packagist](https://packagist.org/packages/xeoncross/pocco)[ RSS](/packages/xeoncross-pocco/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Pocco
=====

[](#pocco)

The PHP documentation generator that uses your existing source code! Based on the awesome [Docco](http://jashkenas.github.com/docco/) Javascript documentation generator (but with improvements for PHP!).

Example
-------

[](#example)

First you need to install the library using [Composer](http://getcomposer.org/doc/00-intro.md#globally). Create a `composer.json` file in your documentation folder and type this:

```
{
	"require": {
		"xeoncross/pocco": "dev-master"
	}
}

```

After you have created a composer.json file you can install Pocco.

```
$ composer install

```

Next, create an index.php file and include and run Pocco.

```
