PHPackages                             web3-is-going-just-great/credentials-dot-dev-php-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. web3-is-going-just-great/credentials-dot-dev-php-sdk

ActiveLibrary

web3-is-going-just-great/credentials-dot-dev-php-sdk
====================================================

This SDK is NOT an official SDK of credentials.dev.

v0.0.1-beta(3y ago)10MITPHPPHP ^8.1

Since Dec 26Pushed 3y ago1 watchersCompare

[ Source](https://github.com/AndreSchwarzer/credentials-dot-dev-php-sdk)[ Packagist](https://packagist.org/packages/web3-is-going-just-great/credentials-dot-dev-php-sdk)[ RSS](/packages/web3-is-going-just-great-credentials-dot-dev-php-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (2)Used By (0)

Credentials.dev API - PHP SDK
=============================

[](#credentialsdev-api---php-sdk)

Usage
-----

[](#usage)

### Require the SDK composer package

[](#require-the-sdk-composer-package)

```
composer require web3-is-going-just-great/credentials-dot-dev-php-sdk
```

### Get an instance to make requests

[](#get-an-instance-to-make-requests)

```
use Web3IsGoingJustGreat\CredentialsDev\SDK\Credentials;

$apiToken = 'thisIsSuperSecret';

// !!! Currently only sandbox mode is supported !!!
$sdkInstance = new Credentials(accessToken: $apiToken, useSandbox: true);
```

### Available methods

[](#available-methods)

```
$sdkInstance->default(); // \Web3IsGoingJustGreat\CredentialsDev\SDK\Resources\APIStatus
```

#### People

[](#people)

```
$sdkInstance->listPeople(); // \Web3IsGoingJustGreat\CredentialsDev\SDK\Resources\Person[]
```

##### Person

[](#person)

```
use \Web3IsGoingJustGreat\CredentialsDev\SDK\Resources\CreatePerson;

$sdkInstance->createPerson(CreatePerson $createPerson); // \Web3IsGoingJustGreat\CredentialsDev\SDK\Resources\Person
$sdkInstance->getPerson(string $personId); // \Web3IsGoingJustGreat\CredentialsDev\SDK\Resources\Person
$sdkInstance->deletePerson(string $personId); // \Web3IsGoingJustGreat\CredentialsDev\SDK\Resources\EmptyResult or trows \Web3IsGoingJustGreat\CredentialsDev\SDK\Exceptions\NotFoundException
```

###### Subscription

[](#subscription)

```
use \Web3IsGoingJustGreat\CredentialsDev\SDK\Resources\SubscribePerson;

$sdkInstance->subscribeToPersonEvents(string $personId, SubscribePerson $subscribePerson); // \Web3IsGoingJustGreat\CredentialsDev\SDK\Resources\PersonSubscription
```

###### Documents

[](#documents)

```
$sdkInstance->listPersonDocuments(string $personId); // \Web3IsGoingJustGreat\CredentialsDev\SDK\Resources\Document[]
$sdkInstance->createPersonDocument(string $personId, string $externalIdentifier, string $documentBinary); // \Web3IsGoingJustGreat\CredentialsDev\SDK\Resources\DocumentValidationResponse
$sdkInstance->validatePersonDocument(string $personId, string $documentId); // \Web3IsGoingJustGreat\CredentialsDev\SDK\Resources\DocumentValidationResponse
$sdkInstance->deletePersonDocument(string $personId, string $documentId); // \Web3IsGoingJustGreat\CredentialsDev\SDK\Resources\EmptyResult
$sdkInstance->statsForPersonDocument(string $personId, string $documentId); // \Web3IsGoingJustGreat\CredentialsDev\SDK\Resources\DocumentStatistics
```

Disclaimer
----------

[](#disclaimer)

This SDK is NOT an official SDK of the [sandbox credentials.dev API](https://sandbox.api.credentials.dev/docs).

Public discussions regarding the Credentials.dev service it self is held here: [https://github.com/LilithWittmann/credentials\_dev\_public/discussions](https://github.com/LilithWittmann/credentials_dev_public/discussions).

In case of problems or feature requests for this SDK, GitHub Issues can be used: .

License
-------

[](#license)

This PHP SDK is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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

1231d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7b7fd6e79dc5e46a9019916ae9f637392fe5bd8e5af82ab7d07d551cdd5aaf6d?d=identicon)[Schwarzer IT](/maintainers/Schwarzer%20IT)

---

Top Contributors

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

---

Tags

phpdevsdkcredentialscredentials-dev

### Embed Badge

![Health badge](/badges/web3-is-going-just-great-credentials-dot-dev-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/web3-is-going-just-great-credentials-dot-dev-php-sdk/health.svg)](https://phpackages.com/packages/web3-is-going-just-great-credentials-dot-dev-php-sdk)
```

###  Alternatives

[xeroapi/xero-php-oauth2

Xero official PHP SDK for oAuth2 generated with OpenAPI spec 3

1054.3M14](/packages/xeroapi-xero-php-oauth2)[mailchimp/transactional

458.9M16](/packages/mailchimp-transactional)[zenditplatform/zendit-php-sdk

PHP client for Zendit API

1204.3k](/packages/zenditplatform-zendit-php-sdk)[kinde-oss/kinde-auth-php

Kinde PHP SDK for authentication

2369.5k3](/packages/kinde-oss-kinde-auth-php)[ory/hydra-client-php

Documentation for all of Ory Hydra's APIs.

1710.8k](/packages/ory-hydra-client-php)

PHPackages © 2026

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