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)02441GPL-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 yesterday

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

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

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

2847d 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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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