PHPackages                             aronkerr/checkr - 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. aronkerr/checkr

ActiveLibrary[API Development](/categories/api)

aronkerr/checkr
===============

OOP wrapper for the Checkr web service

023PHP

Since Aug 29Pushed 10y agoCompare

[ Source](https://github.com/aronkerr/Checkr)[ Packagist](https://packagist.org/packages/aronkerr/checkr)[ RSS](/packages/aronkerr-checkr/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Checkr
======

[](#checkr)

Introduction
------------

[](#introduction)

This module provides a simple wrapper for the Checkr service.

Installation
------------

[](#installation)

Install the module using Composer into your application's vendor directory. Add the following line to your `composer.json`.

```
{
    "require": {
        "aronkerr/checkr": "dev-master"
    }
}
```

Configuration
-------------

[](#configuration)

None at this point

Basic Usage
-----------

[](#basic-usage)

You can get the Checkr class from anywhere anywhere in your application (e.g. controller classes). The following example instantiates the Checkr class.

```
use AronKerr\Checkr\Checkr;

public function indexAction()
{
    $checkr = new Checkr('xxxxxxx'); // Replace with your API key
}
```

Create Candidate
----------------

[](#create-candidate)

```
use AronKerr\Checkr\Checkr;

public function indexAction()
{
    $checkr = new Checkr('xxxxxxx'); // Replace with your API key
    $parameters = new Parameters(array(
        'first_name' => 'Bob',
        'last_name' => 'Jones',
        'email' => 'bob@gmail.com',
        'phone' => '123-456-7890',
        'zipcode' => '97222',
        'copy_requested' => 'false',
        'dob' => '1986-12-08'
    ));
    $response = $checkr->createCandidate($parameters);
}
```

Links
-----

[](#links)

- [Chekr official docs](https://docs.checkr.com)

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/7dd851a220fcdcac5c1b4522d9829e72a388a40895af97c4b8ed98bcdc3fb392?d=identicon)[aronkerr](/maintainers/aronkerr)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/aronkerr-checkr/health.svg)

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

###  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)
