PHPackages                             pfaciana/render-docs - 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. pfaciana/render-docs

ActiveLibrary

pfaciana/render-docs
====================

Display HTML documentation pages from render-docs json data files

1.0.2(4y ago)07GPL-2.0-onlyPHP

Since May 27Pushed 4y ago1 watchersCompare

[ Source](https://github.com/pfaciana/render-docs)[ Packagist](https://packagist.org/packages/pfaciana/render-docs)[ Docs](https://renderdev.com/)[ RSS](/packages/pfaciana-render-docs/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

Render Docs
===========

[](#render-docs)

Take output json files from npm package `parse-php-to-json` and render the docs as readable html pages.

Example Use
-----------

[](#example-use)

### Install

[](#install)

```
composer require pfaciana/render-docs
```

### Run

[](#run)

Place this code in on your web server. In it's simpliest form, you just need to call `RenderDocs()` and tell it where to find your JSON files (outputted from `parse-php-to-json`). Then view this page in your web browser.

```
