PHPackages                             trustdpv/sdk - 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. trustdpv/sdk

ActiveLibrary[API Development](/categories/api)

trustdpv/sdk
============

Official PHP SDK for the TrustDPV API — trust scores, verification, and batch checks

v1.0.0(3mo ago)00MITPHPPHP &gt;=7.4

Since Apr 21Pushed 3mo agoCompare

[ Source](https://github.com/trustdpv-hue/sdk-php)[ Packagist](https://packagist.org/packages/trustdpv/sdk)[ Docs](https://trustdpv.com/developers)[ RSS](/packages/trustdpv-sdk/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependenciesVersions (2)Used By (0)

 [![TrustDPV](https://camo.githubusercontent.com/9fe20f50df67fca997d53a7877d9602613a04f79da71b1b445ceebe29a286a8d/68747470733a2f2f74727573746470762e636f6d2f6c6f676f2e737667)](https://camo.githubusercontent.com/9fe20f50df67fca997d53a7877d9602613a04f79da71b1b445ceebe29a286a8d/68747470733a2f2f74727573746470762e636f6d2f6c6f676f2e737667)
 TrustDPV PHP SDK
=================================================================================================================================================================================================================================================================================================================================================================

[](#----trustdpv-php-sdk)

 **Portable trust for the internet**
 [trustdpv.com](https://trustdpv.com) · [Docs](https://trustdpv.com/developers) · [Packagist](https://packagist.org/packages/trustdpv/sdk)

 [![packagist version](https://camo.githubusercontent.com/06fbfae74f51625a1ec67a955972262f1554959835aea6e65d9427f92065fdf8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74727573746470762f73646b3f636f6c6f723d336238326636)](https://camo.githubusercontent.com/06fbfae74f51625a1ec67a955972262f1554959835aea6e65d9427f92065fdf8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74727573746470762f73646b3f636f6c6f723d336238326636) [![packagist downloads](https://camo.githubusercontent.com/7480cf59133101079130260a8ea1a97d97734f88357eb8c188ae130fcfe634c4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f74727573746470762f73646b3f636f6c6f723d336238326636)](https://camo.githubusercontent.com/7480cf59133101079130260a8ea1a97d97734f88357eb8c188ae130fcfe634c4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f74727573746470762f73646b3f636f6c6f723d336238326636) [![license](https://camo.githubusercontent.com/ec5445e9f40238cd5a401aaa1f199ece5ed5fa0c2ba2dca30919938733a7eb1e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f74727573746470762d6875652f73646b2d7068703f636f6c6f723d336238326636)](https://camo.githubusercontent.com/ec5445e9f40238cd5a401aaa1f199ece5ed5fa0c2ba2dca30919938733a7eb1e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f74727573746470762d6875652f73646b2d7068703f636f6c6f723d336238326636)

---

Verify anyone's trust score in 3 lines of PHP.

TrustDPV gives people a portable trust profile - verified platforms, endorsements, and a 0-1000 trust score that follows them across marketplaces, communities, and platforms.

Install
-------

[](#install)

```
composer require trustdpv/sdk
```

Quick Start
-----------

[](#quick-start)

```
require_once 'vendor/autoload.php';

use TrustDPV\TrustDPV;

$tdpv = new TrustDPV(['apiKey' => 'tdpv_live_your_key_here']);

// Verify a user - get their trust score
$result = $tdpv->verify('trustdpv');
// { "valid": true, "username": "trustdpv", "trust_score": 660, "verified": true }

// Full profile with platforms and endorsements
$profile = $tdpv->profile('trustdpv');

// Batch verify up to 50 users at once
$batch = $tdpv->verifyBatch(['seller1', 'seller2', 'seller3']);

// Generate a badge URL for embedding
$badgeUrl = $tdpv->badgeUrl('trustdpv');
// https://trustdpv.com/badge/trustdpv.svg
```

API
---

[](#api)

MethodDescriptionReturns`verify($username)`Lightweight trust checkVerification result`profile($username)`Full public profileProfile with platforms &amp; endorsements`verifyBatch($usernames)`Batch verify (max 50)Array of verification results`badgeUrl($username)`SVG badge image URL`string` URL`profileUrl($username)`Public profile page URL`string` URL`health()`API health check`{ status, timestamp }`Rate Limits
-----------

[](#rate-limits)

TierRequests/minCostFree60£0Pro1,000Contact usEnterprise10,000Contact usUse Cases
---------

[](#use-cases)

- **Marketplace integration** - Show trust badges on seller profiles
- **Community platforms** - Verify user credibility before transactions
- **Freelance platforms** - Portable reputation across job sites
- **Dating apps** - Verify real identity

Links
-----

[](#links)

- [API Documentation](https://trustdpv.com/developers)
- [Get an API Key](https://trustdpv.com/dashboard) (free)
- [Report a Bug](https://github.com/trustdpv-hue/sdk-php/issues)

License
-------

[](#license)

MIT

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance82

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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

95d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/150a1a65a95c0e0753746773b00cf2000eded900eeea0ed4aa6d380cb99ac5ed?d=identicon)[trustdpv-hue](/maintainers/trustdpv-hue)

---

Top Contributors

[![trustdpv-hue](https://avatars.githubusercontent.com/u/277565701?v=4)](https://github.com/trustdpv-hue "trustdpv-hue (3 commits)")

---

Tags

apisdkverificationtrusttrustdpv

### Embed Badge

![Health badge](/badges/trustdpv-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/trustdpv-sdk/health.svg)](https://phpackages.com/packages/trustdpv-sdk)
```

###  Alternatives

[deepseek-php/deepseek-php-client

deepseek PHP client is a robust and community-driven PHP client library for seamless integration with the Deepseek API, offering efficient access to advanced AI and data processing capabilities.

46688.8k5](/packages/deepseek-php-deepseek-php-client)

PHPackages © 2026

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