bariew/finblack-extension

Connects to finblack and receives data

Installs: 127

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 0

Type:app-extension

1.0.0 2014-11-21 07:53 UTC

This package is auto-updated.

Last update: 2024-04-16 14:29:51 UTC


README

For searching finance blacklists data API.

Usage:

  1. Getting all users by full name search.
   $client = new \bariew\finblack\Client([
        'baseUrl' => 'http://blacklist.dev',
        'username' => 'pt',
        'apiKey' => 123123
    ]);
    print_r($client->request('index', ['names' => 'Petr Ivanov']));