PHPackages                             teenhire/merge-ats-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. [HTTP &amp; Networking](/categories/http)
4. /
5. teenhire/merge-ats-php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

teenhire/merge-ats-php
======================

The unified API for building rich integrations with multiple Applicant Tracking System platforms.

2.0.0(1y ago)02unlicensePHPPHP &gt;=7.2

Since Jan 30Pushed 1y agoCompare

[ Source](https://github.com/teenhire/merge-ats-php)[ Packagist](https://packagist.org/packages/teenhire/merge-ats-php)[ Docs](https://openapi-generator.tech)[ RSS](/packages/teenhire-merge-ats-php/feed)WikiDiscussions main Synced 1mo ago

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

MergeATSClient
==============

[](#mergeatsclient)

The unified API for building rich integrations with multiple Applicant Tracking System platforms.

For more information, please visit .

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

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.2 and later.

### 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-ats-php.git"
    }
  ],
  "require": {
    "merge-api/merge-ats-php": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
