PHPackages                             arifseft/zoho-recruit-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. arifseft/zoho-recruit-api

ActiveLibrary[API Development](/categories/api)

arifseft/zoho-recruit-api
=========================

Zoho Recruit API

v1.1.1(5y ago)076MITPHPPHP ~5.5 || &gt;=7.0

Since Jul 21Pushed 5y agoCompare

[ Source](https://github.com/arifseft/zoho-recruit-api)[ Packagist](https://packagist.org/packages/arifseft/zoho-recruit-api)[ RSS](/packages/arifseft-zoho-recruit-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (6)Used By (0)

Zoho Recruit API
================

[](#zoho-recruit-api)

PHP Zoho Recruit API.

### Dependencies

[](#dependencies)

- PHP 5.5;
- guzzlehttp/guzzle:~6.0.

Installation
------------

[](#installation)

The installation process can be performed by two ways, using the [packagist](https://packagist.org/packages/humantech/zoho-recruit-api) or cloning this repository.

### Packagist

[](#packagist)

Open a terminal and tip the below command:

```
$ composer require humantech/zoho-recruit-api
```

### Cloning

[](#cloning)

```
$ git clone https://github.com/humantech/zoho-recruit-api.git
$ composer install
```

Documentation
-------------

[](#documentation)

This package is compatible with PSR-2 and PSR-4.

### Getting the Auth Token

[](#getting-the-auth-token)

To get the Auth token you have that instance a class called AuthenticationClient and pass two parameters to a method called generateAuthToken, a username and a plain password like the example below.

```
