jongotlin/ratsit

Installs: 5 695

Dependents: 1

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 2

Open Issues: 0

Type:api-wrapper

2.4.0 2021-07-27 05:42 UTC

This package is auto-updated.

Last update: 2024-08-27 12:27:07 UTC


README

Build Status

Installation

$ composer require jongotlin/ratsit

Usage

$token = '****';
$ratsit = new \JGI\Ratsit\Ratsit($token);
$ratsit->setHttpClient($client); // $client is a \Http\Client\HttpClient
$persons = $ratsit->searchPerson('Per Fredrik', 'EKEBY');
$person = $ratsit->findPersonBySocialSecurityNumber('194107081111');

Symfony Bundle

See jongotlin/ratsit-bundle