apora/zoho-recruit-client-php

PHP client for Zoho Recruit API

0.0.6 2018-10-16 16:09 UTC

This package is auto-updated.

Last update: 2024-04-20 20:45:50 UTC


README

Build Status Latest Stable Version License

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';