Using personio-sdk-php with personio.de

PHP integration

Install
composer require personio-sdk-php
List Employees
curl \
  -H "Authorization: $API_KEY" \
  https://api.personio.de/v1/company/employees
This endpoint is responsible for fetching absence data for the company employ…
curl \
  -H "Authorization: $API_KEY" \
  https://api.personio.de/v1/company/time-offs
This endpoint is responsible for fetching attendance data for the company emp…
curl \
  -H "Authorization: $API_KEY" \
  https://api.personio.de/v1/company/attendances
SDK on GitHub 📄 API Docs
SDK
personio-sdk-php
PHP
API
personio.de
personio.de:personnel
At a glance
Language PHP
Endpoints13
Base URLhttps://api.personio.de/v1