PHPackages                             benlumley/peoplehr-client - 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. benlumley/peoplehr-client

ActiveLibrary[API Development](/categories/api)

benlumley/peoplehr-client
=========================

PHP Client for People HR (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

010PHP

Since Jan 22Pushed 1y ago1 watchersCompare

[ Source](https://github.com/benlumley/peoplehr-client)[ Packagist](https://packagist.org/packages/benlumley/peoplehr-client)[ RSS](/packages/benlumley-peoplehr-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

PeopleHR
========

[](#peoplehr)

No description provided (generated by Openapi Generator )

For more information, please visit .

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

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.4 and later. Should also work with PHP 8.0.

### Composer

[](#composer)

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

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
    }
  ],
  "require": {
    "GIT_USER_ID/GIT_REPO_ID": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
