PHPackages                             zenapply/php-peoplematter - 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. [Image &amp; Media](/categories/media)
4. /
5. zenapply/php-peoplematter

ActiveLibrary[Image &amp; Media](/categories/media)

zenapply/php-peoplematter
=========================

PeopleMatter API Wrapper

3.3.1(7y ago)01.1k1MITPHPPHP &gt;=5.5.9

Since Oct 30Pushed 4y ago2 watchersCompare

[ Source](https://github.com/zenapply/php-peoplematter)[ Packagist](https://packagist.org/packages/zenapply/php-peoplematter)[ Docs](https://github.com/zenapply/php-peoplematter)[ RSS](/packages/zenapply-php-peoplematter/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (2)Versions (15)Used By (1)

People Matter
=============

[](#people-matter)

[![Latest Version](https://camo.githubusercontent.com/97912cd7bcd90f5f85a03c8fb56de6c916edab425a1f2f6336ad75629b6aa735/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f7a656e6170706c792f7068702d70656f706c656d61747465722e7376673f7374796c653d666c61742d737175617265)](https://github.com/zenapply/php-peoplematter/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/25a1597b1f59623b2b9497a6b77db9a3c58ed9fce6b64db9672a49cc2edc78f8/68747470733a2f2f7472617669732d63692e6f72672f7a656e6170706c792f7068702d70656f706c656d61747465722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/zenapply/php-peoplematter)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/b2a3a4c212b2438033731515287e21d2d00b0036200bb0f9ca3c8f48d8728135/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7a656e6170706c792f7068702d70656f706c656d61747465722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/zenapply/php-peoplematter/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/2e5ec8b824df3eea33e460e372d5f790f1e67e8e10c7e7e023d1b9ebebad6c4a/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7a656e6170706c792f7068702d70656f706c656d61747465722f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/zenapply/php-peoplematter/?branch=master)[![Total Downloads](https://camo.githubusercontent.com/38f76b73178fa0ab51610e19c204129562beccc9ad2098330e8d14c3fcbef1b0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7a656e6170706c792f7068702d70656f706c656d61747465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zenapply/php-peoplematter)

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

[](#installation)

Install via [composer](https://getcomposer.org/) - In the terminal:

```
composer require zenapply/php-peoplematter
```

Usage
-----

[](#usage)

Create it

```
use Zenapply\PeopleMatter\PeopleMatter;
$client = new PeopleMatter("email", "password", "businessalias");
```

Get all Business Units

```
$units = $client->businessUnits(); // Returns an array of Zenapply\PeopleMatter\BusinessUnit Objects
print_r($units[0]);
# Zenapply\PeopleMatter\BusinessUnit Object
# (
#     [Id] => a1c01c85-fa26-4662-925c-a63b00123456
#     [Business] => Array
#         (
#             [Name] => Company Name
#             [Alias] => businessalias
#             [Id] => 77806413-6c3c-40f6-a375-a63b00123456
#             [URI] => https://sandbox.peoplematter.com/api/business/77806413-6c3c-40f6-a375-a63b0123456
#         )
#
#     [Name] => Name of Unit
#     [UnitNumber] => 105
#     [Status] => 0
#     [ActivationDate] => 2016-06-29
#     [DeactivationDate] =>
#     [Address] => Array
#         (
#             [StreetAddress1] => 599 West Main Street
#             [StreetAddress2] =>
#             [City] => City
#             [State] => State
#             [ZipCode] => 55555
#             [Country] => US
#         )
#
#     [TimeZone] => (UTC-07:00) Mountain Time (US & Canada)
#     [PhoneNumber] => (555) 555-5555
#     [TaxIdentificationNumber] => 00-0000000
#     [EmailAddress] => name@email.com
#     [EverifyEnabled] =>
#     [I9EmployerName] =>
#     [BrandNameJobBoards] =>
#     [IntegrationAttributes] => Array
#         (
#             [CustomField1] =>
#             [CustomField2] =>
#             [CustomField3] =>
#         )
#
#     [BusinessUnitGroup] =>
#     [AssignAllActiveJobs] =>
# )
```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 90.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~83 days

Recently: every ~13 days

Total

11

Last Release

2700d ago

Major Versions

1.0.0 → 2.0.02018-11-05

2.0.1 → 3.0.02018-11-15

### Community

Maintainers

![](https://www.gravatar.com/avatar/5d0f17a08e8038aafdd451317206dda9429dfda2c7cbadb0c0796e25367108d5?d=identicon)[tylercd100](/maintainers/tylercd100)

---

Top Contributors

[![tylercd100](https://avatars.githubusercontent.com/u/4522226?v=4)](https://github.com/tylercd100 "tylercd100 (30 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (3 commits)")

---

Tags

phpvideozenapplypeoplematter

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/zenapply-php-peoplematter/health.svg)

```
[![Health](https://phpackages.com/badges/zenapply-php-peoplematter/health.svg)](https://phpackages.com/packages/zenapply-php-peoplematter)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.5k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k36](/packages/neuron-core-neuron-ai)[opentok/opentok

OpenTok is a platform for creating real time streaming video applications, created by TokBox.

1443.2M10](/packages/opentok-opentok)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[dereuromark/media-embed

A PHP library to deal with all those media services around, parsing their URLs and embedding their audio/video content in websites.

181576.2k15](/packages/dereuromark-media-embed)[automattic/wistia-php

PHP wrapper for Wistia API

1431.9k](/packages/automattic-wistia-php)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
