PHPackages                             kura-lab/php-rfc-documentor - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. kura-lab/php-rfc-documentor

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

kura-lab/php-rfc-documentor
===========================

Rfc Documentor

2.1.0(11y ago)016MITPHP

Since Feb 7Pushed 9y agoCompare

[ Source](https://github.com/kura-lab/php-rfc-documentor)[ Packagist](https://packagist.org/packages/kura-lab/php-rfc-documentor)[ Docs](https://github.com/kura-lab/php-RfcDocumentor)[ RSS](/packages/kura-lab-php-rfc-documentor/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (4)Used By (0)

php-rfc-documentor
==================

[](#php-rfc-documentor)

RFC Documentor analyzes RFC in tools.ietf.org.

[![Packagist](https://camo.githubusercontent.com/17419372b5be9d9ed68cf4f67cecb4c6c394f11b07c1accc9045765f36a2e60d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b7572612d6c61622f7068702d7266632d646f63756d656e746f722e737667)](https://packagist.org/packages/kura-lab/php-rfc-documentor)[![license](https://camo.githubusercontent.com/850eae1099d2b05f53383473d7cd51f9bc1ab09b7d0d9e5122f1dd930efdcc6d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d6173686170652f6170697374617475732e737667)](https://github.com/kura-lab/php-rfc-documentor/blob/master/LICENSE)

### Install

[](#install)

At first, install composer.

```
$ mkdir workspace
$ cd workspace
$ curl -s http://getcomposer.org/installer | php

```

Create composer.json.

```
{
    "require": {
        "kura-lab/php-rfc-documentor": "2.*"
    }
}

```

Install RFC Documentor library.

```
$ php composer.phar install

```

### Usage

[](#usage)

Require autoloader in the your program.

```
