apora / zoho-recruit-client-php
PHP client for Zoho Recruit API
Installs: 74
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/apora/zoho-recruit-client-php
Requires
- php: >=7.0.0
- ext-json: *
- ext-simplexml: *
- guzzlehttp/guzzle: ~6.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.11
- phpmd/phpmd: ^2.6
- phpstan/phpstan-shim: ^0.9
- phpunit/phpunit: ^6.5
- squizlabs/php_codesniffer: ^3.2
README
Provides a clean readable PHP API client to the Zoho Recruit API. This project is heavily based on cristianpontes' repository for Zoho CRM API.
Prerequisites
- PHP >= 7.0
- Composer
Easy Installation
To install with Composer, simply require the latest version of this package.
composer require apora/zoho-recruit-client-php
Make sure that the autoload file from Composer is loaded.
// somewhere early in your project's loading, require the Composer autoloader // see: http://getcomposer.org/doc/00-intro.md require 'vendor/autoload.php';