zenapply/api-php

API Wrapper for Zenapply

0.0.4 2018-07-30 18:58 UTC

This package is auto-updated.

Last update: 2024-04-12 09:02:00 UTC


README

Latest Version Software License Build Status Scrutinizer Code Quality Code Coverage Total Downloads

Resources

API v2 Documentation

Installation

Install via composer - In the terminal:

composer require zenapply/api-php

Usage

use Zenapply\Api\Zenapply;

$client = new Zenapply($API_TOKEN, "your_company_domain");

$positions = $client->positions->all();