2017 © Pedro Peláez
 

library checkr

A PHP client for checkr.io, a background screening service

image

lyal/checkr

A PHP client for checkr.io, a background screening service

  • Wednesday, March 14, 2018
  • by lyal
  • Repository
  • 1 Watchers
  • 2 Stars
  • 761 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 2 Open issues
  • 2 Versions
  • 42 % Grown

The README.md

Checkr for PHP

A simple PHP package for interacting with the www.checkr.com's API (documentation at https://docs.checkr.com/), focusing on ease of use., (*1)

Requirements

PHP 7.1+

Installation

composer require lyal/checkr

Basic Usage

<?php
use Lyal\Checkr\Client;

$client = new Client('insert_checkr_api_key_here');

/**
 * Create a new user and send them an invitation
 */

$client->candidate(['email' => 'john.doe@johndoe.com'])->create()->invitation(['package' => 'tasker_pro'])->create();

Environment Variables

There are several helpful environment variables. In order for the API testing package to work, you must set checkr_test_key either with the environment variable checkr_test_key or in PHPUnit's XML file., (*2)

checkr_api_key = 'xxxxxxxxxxx'
checkr_test_key = 'xxxxxxxxxxxx'
use_collections = true

The Versions

14/03 2018

dev-master

9999999-dev

A PHP client for checkr.io, a background screening service

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

by Avatar lyal

laravel checkr symphony

14/03 2018

0.1

0.1.0.0

A PHP client for checkr.io, a background screening service

  Sources   Download

BSD-2-Clause

The Requires

 

The Development Requires

by Avatar lyal

laravel checkr symphony