PHPackages                             dcentrica/chainpoint-receiptviz-php - 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. dcentrica/chainpoint-receiptviz-php

ActiveVendormodule

dcentrica/chainpoint-receiptviz-php
===================================

Generate graphical representations of a Chainpoint receipt

0.1.7(7y ago)11951[2 issues](https://github.com/dcentrica/chainpoint-receiptviz-php/issues)1BSD-3-ClausePHPPHP &gt;=7.0

Since Sep 12Pushed 7y agoCompare

[ Source](https://github.com/dcentrica/chainpoint-receiptviz-php)[ Packagist](https://packagist.org/packages/dcentrica/chainpoint-receiptviz-php)[ RSS](/packages/dcentrica-chainpoint-receiptviz-php/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (10)Used By (1)

What is this?
-------------

[](#what-is-this)

A standalone tool for producing graphical representations of version 3 [Chainpoint Proof](https://chainpoint.org) JSON-LD documents. It partially mimics the behaviour of the `parseBranches()` function out of the [chainpoint-parse](https://github.com/chainpoint/chainpoint-parse) JS lib, with the added ability to produce `.png` or `.svg` visualisations too.

Requirements
------------

[](#requirements)

- [PHP7.0](https://secure.php.net/) or higher.
- [Graphviz](https://graphviz.org/).

Installation
------------

[](#installation)

```
#> composer require dcentrica/chainpoint-receiptviz-php

```

Notes
-----

[](#notes)

There are several chainpoint specification versions, with a version 4 currently under development. This library only supports the current v3 standard.

Usage
-----

[](#usage)

```
#!/usr/bin/php
