Search by

hrdbase / api

dusta

HRD.pl Api v2

Package info

github.com/HRD/apiv2

pkg:composer/hrdbase/api

Statistics

Installs: 324

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 1

v2.0.0 2018-09-12 19:09 UTC

This package is not auto-updated.

Last update: 2026-08-28 20:59:00 UTC


README

Installation

$ composer require hrdbase/api

Usage

use HRDBase\Api\HRDApi;

include_once 'vendor/autoload.php';

$apiInstance = HRDApi::getInstance([
    'apiHash' => '__hash__',
    'apiLogin' => '__login__',
    'apiPass' => '__haslo_api__',
]);