apora / zoho-recruit-client-php
PHP client for Zoho Recruit API
0.0.6
2018-10-16 16:09 UTC
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';