PHPackages                             bdelespierre/onfido-api-php-client - 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. bdelespierre/onfido-api-php-client

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

bdelespierre/onfido-api-php-client
==================================

The Onfido API is used to submit check requests.

5.2.1(4y ago)0105unlicensePHPPHP &gt;=7.1||&gt;=8.0

Since Jan 31Pushed 4y agoCompare

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

READMEChangelogDependencies (6)Versions (30)Used By (0)

onfido-php
==========

[](#onfido-php)

The Onfido API is used to submit check requests.

This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 3.0.0
- Package version: 5.2.0
- Build package: org.openapitools.codegen.languages.PhpClientCodegen

Requirements
------------

[](#requirements)

- PHP 7.1 and later
- Guzzle/psr7 1.7 and later

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

[](#installation--usage)

### Composer

[](#composer)

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

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/onfido/api-php-client.git"
    }
  ],
  "require": {
    "onfido/api-php-client": "^5.2.0"
  }
}

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/onfido-php/vendor/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit

```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
