hrdbase/api

HRD.pl Api v2

Maintainers

Details

github.com/HRD/apiv2

Source

Issues

Installs: 228

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/hrdbase/api

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

This package is not auto-updated.

Last update: 2025-10-10 16:53: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__',
]);