rudashi / gusapi
PHP GUS API library.
v1.0.2
2024-09-13 18:40 UTC
Requires
- php: ^8.2
- ext-simplexml: *
- ext-soap: *
Requires (Dev)
- pestphp/pest: ^v3.0
This package is auto-updated.
Last update: 2024-11-22 13:12:14 UTC
README
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();