rudashi/gusapi

PHP GUS API library.

v1.0.2 2024-09-13 18:40 UTC

This package is auto-updated.

Last update: 2024-09-16 04:57:46 UTC


README

GitHub GitHub repo size GitHub Workflow Status

PHP GUS API is a wrapper to get information from Portal API GUS based on official BIR1 API.
Official API REGON documentation.

Installation

Use Composer, to install:

composer require rudashi/gusapi

Supported Versions

General usage

$api = new \Rudashi\GusApi\GusApi('GUS API KEY');

$company = $api->login()->getByNip('xxx');

$api->logout();

Methods

Authors