zenapply / api-php
API Wrapper for Zenapply
0.0.4
2018-07-30 18:58 UTC
Requires
- php: ^5.5.9|^7.0
- guzzlehttp/guzzle: ^6.3
Requires (Dev)
- phpunit/phpunit: ^4.0|^5.0|^6.3
This package is auto-updated.
Last update: 2024-11-12 10:10:10 UTC
README
Resources
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();