Skip to content

mogic-le/personio-sdk-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personio SDK for PHP

This is the official PHP SDK for the Personio API. It provides a simple way to interact with the Personio REST API.

Getting started

To get started, you need to install the SDK using composer:

composer require brnbio/personio-sdk-php

Then, you can use the SDK to interact with the Personio API:

<?php

require 'vendor/autoload.php';

$api = new Personio\Api([
    'clientId' => 'your-client-id',
    'clientSecret' => 'your-client-secret',
]);

$employees = $api->employees()->get();

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%