PHPackages                             merge-api/merge-hris-php - 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. merge-api/merge-hris-php

ActiveLibrary[API Development](/categories/api)

merge-api/merge-hris-php
========================

The unified API for building rich integrations with multiple HR Information System platforms.

398.9k↑37.8%2PHP

Since Nov 17Pushed 1y ago10 watchersCompare

[ Source](https://github.com/merge-api/merge-hris-php)[ Packagist](https://packagist.org/packages/merge-api/merge-hris-php)[ RSS](/packages/merge-api-merge-hris-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (12)Used By (0)

MergeHRISClient
===============

[](#mergehrisclient)

The unified API for building rich integrations with multiple HR Information System platforms.

For more information, please visit .

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

- PHP 7.2 and later.
- guzzlehttp/guzzle 6.X OR 7.X.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/merge-api/merge-hris-php.git"
    }
  ],
  "require": {
    "merge-api/merge-hris-php": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
