Skip to content
/ ciphr Public

Integrate with the Ciphr HR system API using SaloonPHP

Notifications You must be signed in to change notification settings

spkm/ciphr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banner

Installation and usage

This package requires PHP 8.3 & Laravel 11.0 or higher & Ciphr 10 or higher. See the tests/ folder for documentation.

Basic Installation:

You can install this package via composer using:

composer require spkm/ciphr

Usage

use spkm\ciphr\CiphrConnector;
use spkm\ciphr\Requests\Person\GetPersonDetailsRequest;

$connector = new CiphrConnector($yourCustomerPortal, $yourApiKey);
$request = new GetPersonDetailsRequest();
$paginator = $connector->paginate($request);

foreach ($paginator as $response) {
  $response->json();
}

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Integrate with the Ciphr HR system API using SaloonPHP

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages