PHPackages                             kreait/personio - 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. kreait/personio

Abandoned → [gamez/personio](/?search=gamez%2Fpersonio)ArchivedLibrary[API Development](/categories/api)

kreait/personio
===============

An SDK to work with the Personio API

1.0.1(7y ago)035MITPHPPHP ^7.1

Since Sep 25Pushed 7y ago2 watchersCompare

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

READMEChangelogDependencies (9)Versions (3)Used By (0)

Personio PHP SDK
================

[](#personio-php-sdk)

A PHP SDK to work with the [Personio](https://www.personio.de/) API.

**This package is no longer maintained. Use  instead.**

[![Current version](https://camo.githubusercontent.com/aca0c45b59b98fb6045826ffdcf2383af5c03b82b7e17742edb0178a3c0977c5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b72656169742f706572736f6e696f2e737667)](https://packagist.org/packages/kreait/personio)![Supported PHP version](https://camo.githubusercontent.com/5c74978d7d4a314cbbd92132de6ad7068f0f73249e098f788965010543183142/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6b72656169742f706572736f6e696f2e737667)[![Build Status](https://camo.githubusercontent.com/6f6fe12037ef9a077f38936ea6d54fdbc0cbc320ec48b22de9ef885679b64c59/68747470733a2f2f7472617669732d63692e636f6d2f6b72656169742f706572736f6e696f2d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/kreait/personio-php)[![GitHub license](https://camo.githubusercontent.com/f89c39ecd7278cb63fd462901cf156c34937a380308ed4f2f677446cd8699630/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6b72656169742f706572736f6e696f2d7068702e737667)](https://github.com/kreait/personio-php/blob/master/LICENSE)

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

[](#installation)

```
composer require kreait/personio
```

Usage
-----

[](#usage)

```
use Kreait\Personio;

try {
    $app = Personio::initializeApp([
        'client_id' => getenv('PERSONIO_CLIENT_ID'),
        'client_secret' => getenv('PERSONIO_CLIENT_SECRET'),
        'debug' => false, // default
    ]);

    $employees = $app->getEmployees();
    $employee = $app->getEmployee($id);

    $timeOffs = $app->getTimeOffPeriods();
    $timeOff = $app->getTimeOffPeriod($id);

} catch (Personio\Error $e) {
    echo $e->getMessage();
}
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

2

Last Release

2835d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8685cf532053a084f1eade7b7da00a512c02676e65f1f1bdec73d4978030a47d?d=identicon)[jeromegamez](/maintainers/jeromegamez)

---

Top Contributors

[![jeromegamez](https://avatars.githubusercontent.com/u/67554?v=4)](https://github.com/jeromegamez "jeromegamez (13 commits)")

---

Tags

apipersoniophpsdkapisdkpersonio

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/kreait-personio/health.svg)

```
[![Health](https://phpackages.com/badges/kreait-personio/health.svg)](https://phpackages.com/packages/kreait-personio)
```

###  Alternatives

[aws/aws-sdk-php

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

6.2k532.1M2.5k](/packages/aws-aws-sdk-php)[saloonphp/saloon

Build beautiful API integrations and SDKs with Saloon

2.4k11.0M655](/packages/saloonphp-saloon)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.8M717](/packages/sylius-sylius)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k34](/packages/neuron-core-neuron-ai)[eliashaeussler/cache-warmup

Composer package to warm up website caches, based on a given XML sitemap

75419.2k9](/packages/eliashaeussler-cache-warmup)[typo3/cms

TYPO3 CMS is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.

1.2k1.9M122](/packages/typo3-cms)

PHPackages © 2026

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