PHPackages                             kenji-otsuka/chainpoint - 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. [API Development](/categories/api)
4. /
5. kenji-otsuka/chainpoint

ActiveLibrary[API Development](/categories/api)

kenji-otsuka/chainpoint
=======================

This is package to use Chainpoint API.

0.0.1(7y ago)02451GPL-3.0-or-laterPHP

Since Jul 26Pushed 5y ago1 watchersCompare

[ Source](https://github.com/KenjiOhtsuka/chainpoint_php)[ Packagist](https://packagist.org/packages/kenji-otsuka/chainpoint)[ RSS](/packages/kenji-otsuka-chainpoint/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (2)Used By (0)

Chainpoint library in PHP
=========================

[](#chainpoint-library-in-php)

This is not actively developed (2020-12-31).

This is PHP package for request to Tierion Chainpoint. For Chainpoint, look at [Chainpoint Node HTTP API](https://github.com/chainpoint/chainpoint-node/wiki/Node-HTTP-API).

[Composer Package](https://packagist.org/packages/kenji-otsuka/chainpoint)

How to Use
----------

[](#how-to-use)

First, write `use` statement.

```
use KenjiOtsuka\Chainpoint;
```

### Create Instance

[](#create-instance)

```
$c = new Chainpoint();
```

### Submit Hash

[](#submit-hash)

Post sha256 hash.

```
$c->submit('0xXXXXXX...');
```

Or post text, which is internally converted to hash.

```
$c->submitData("text");
```

### Get Proof

[](#get-proof)

Get hash id node from `submit` result and post it. This method execution may have to be called for the same `Chainpoint` instanece as `submit` called for.

```
$c->getProof($hashIdNode);
```

### Verify

[](#verify)

Verify with proof, which is get from above request, `getProof`, result.

```
// 2 ways are available.
$c->verify($proof);
Chainpoint::verify($proof);
```

Other
-----

[](#other)

- Ruby [gem](https://rubygems.org/gems/chainpoint) and its [GitHub repository](https://github.com/KenjiOhtsuka/chainpoint_gem).

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2896d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/220f5a1519df28e280ddc969a6e7e2e1f09ca758cbf6aecbe3caf95474632d15?d=identicon)[Kenji Otsuka](/maintainers/Kenji%20Otsuka)

---

Top Contributors

[![KenjiOhtsuka](https://avatars.githubusercontent.com/u/1572810?v=4)](https://github.com/KenjiOhtsuka "KenjiOhtsuka (14 commits)")

### Embed Badge

![Health badge](/badges/kenji-otsuka-chainpoint/health.svg)

```
[![Health](https://phpackages.com/badges/kenji-otsuka-chainpoint/health.svg)](https://phpackages.com/packages/kenji-otsuka-chainpoint)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
