PHPackages                             passbase/passbase-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. [HTTP &amp; Networking](/categories/http)
4. /
5. passbase/passbase-php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

passbase/passbase-php
=====================

\# Introduction &lt;span class="subtext"&gt; Welcome to the Passbase Verifications API docs. This documentation will help you understand our models and the Verification API with its endpoints. Based on this you can build your own system (i.e. verification) and hook it up to Passbase. In case of feedback or questions you can reach us under this email address: \[developer@passbase.com\](mailto:developer@passbase.com). &lt;/span&gt; A User submits a video selfie and valid identifying \_\_Resources\_\_ during a \_\_Verification\_\_ guided by the Passbase client-side integration. Once all the necessary \_\_Resources\_\_ are submitted, \_\_Data points\_\_ are extracted, digitized, and authenticated. These Data points then becomes part of the User's \_\_Identity\_\_. The User then consents to share \_\_Resources\_\_ and/or \_\_Data points\_\_ from their Identity with you. This information is passed to you and can be used to make decisions about a User (e.g. activate account). This table below explains our terminology further. | Term | Description | |-----------------------------------------|-------------| | \[Identity\](#tag/identity\_model) | A set of Data points and Resources related to and owned by one single User. This data can be accessed by you through a Verification. | | Data points | Any data about a User extracted from a Resource (E.g. Passport Number, or Age). | | \[Resource\](#tag/resource\_model) | A source document used to generate the Data points for a User (E.g. Passport). | | \[User\](#tag/user\_model) | The owner of an email address associated with an Identity. | | Verification | A transaction through which a User consents to share Data points with you. If the Data points you request are not already available in the User's Identity, the Passbase client will ask the User to submit the necessary Resource required to extract them. | | Re-authentication (login) | A transaction through which a User can certify the ownership of Personal data previously shared through an Authentication. | # Authentication &lt;span class="subtext"&gt; There are two forms of authentication for the API: &lt;br/&gt;&amp;bull; API Key &lt;br/&gt;&amp;bull; Bearer JWT Token &lt;/span&gt;

2.0.0(4y ago)1036.0k↓20%2unlicensePHPPHP ^7.3 || ^8.0

Since Oct 15Pushed 4y ago4 watchersCompare

[ Source](https://github.com/passbase/passbase-php)[ Packagist](https://packagist.org/packages/passbase/passbase-php)[ Docs](https://openapi-generator.tech)[ RSS](/packages/passbase-passbase-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (10)Used By (0)

passbase
========

[](#passbase)

Introduction
============

[](#introduction)

&lt;span class="subtext"&gt; Welcome to the Passbase Verifications API docs. This documentation will help you understand our models and the Verification API with its endpoints. Based on this you can build your own system (i.e. verification) and hook it up to Passbase.

In case of feedback or questions you can reach us under this email address: .

A User submits a video selfie and valid identifying **Resources** during a **Verification** guided by the Passbase client-side integration. Once all the necessary **Resources** are submitted, **Data points** are extracted, digitized, and authenticated. These Data points then becomes part of the User's **Identity**. The User then consents to share **Resources** and/or **Data points** from their Identity with you. This information is passed to you and can be used to make decisions about a User (e.g. activate account). This table below explains our terminology further.

TermDescription[Identity](#tag/identity_model)A set of Data points and Resources related to and owned by one single User. This data can be accessed by you through a Verification.Data pointsAny data about a User extracted from a Resource (E.g. Passport Number, or Age).[Resource](#tag/resource_model)A source document used to generate the Data points for a User (E.g. Passport).[User](#tag/user_model)The owner of an email address associated with an Identity.VerificationA transaction through which a User consents to share Data points with you. If the Data points you request are not already available in the User's Identity, the Passbase client will ask the User to submit the necessary Resource required to extract them.Re-authentication (login)A transaction through which a User can certify the ownership of Personal data previously shared through an Authentication.Authentication
==============

[](#authentication)

&lt;span class="subtext"&gt; There are two forms of authentication for the API:
• API Key
• Bearer JWT Token

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.3 and later. Should also work with PHP 8.0 or 8.1 but has not been tested.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/passbase/passbase-php.git"
    }
  ],
  "require": {
    "passbase/passbase-php": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
