jongotlin/ratsit

Installs: 5 172

Dependents: 1

Suggesters: 0

Security: 0

Stars: 3

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-04-27 11:41:52 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