zenapply / api-php
API Wrapper for Zenapply
Installs: 35
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/zenapply/api-php
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: 2025-10-12 12:12:44 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();