Download the PHP package mrcnpdlk/regon-api without Composer
On this page you can find all versions of the php package mrcnpdlk/regon-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package regon-api
REGON API - Polish companies database v2
Installation
Install the latest version with composer
API uses BIR 1.1
Basic usage
Configuration
Available options:
Parameter name | Description | Is required |
---|---|---|
password | Password to REGON api | YES |
wsdl | path to WSDL | NO |
location | path do SVC location | NO |
cacheDir | path do cache directory | NO (system dir cache) |
cacheTtl | cache ttl [sec] | NO (60 sec) |
Creating instance
NativeApi
NativeApi
class implements native GUS methods such like:
- Zaloguj()
- Wyloguj()
- GetValue(ValueEnum $param)
- DaneSzukajPodmioty( string $regon = null, string $nip = null, string $krs = null, array $tRegon = [], array $tNip = [], array $tKrs = [])
- DanePobierzRaportZbiorczy(string $date, ReportCompactEnum $report)
- DanePobierzPelnyRaport(string $regon, ReportFullEnum $report)
Api
Api
class implements usable methods based on NativeApi
class.
- searchByNip()
- searchByKrs()
- searchByRegon()
- getPKD()
- getReport()
All versions of regon-api with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
ext-soap Version *
psr/log Version ^1
psr/simple-cache Version ^1
ext-json Version *
ext-simplexml Version *
ext-dom Version *
mrcnpdlk/lib-configuration Version ^0
mrcnpdlk/lib-mapper Version ^0
mrcnpdlk/lib-exception Version ^0
myclabs/php-enum Version ^1
gregwar/cache Version ^1
laminas/laminas-json Version ^3
ext-soap Version *
psr/log Version ^1
psr/simple-cache Version ^1
ext-json Version *
ext-simplexml Version *
ext-dom Version *
mrcnpdlk/lib-configuration Version ^0
mrcnpdlk/lib-mapper Version ^0
mrcnpdlk/lib-exception Version ^0
myclabs/php-enum Version ^1
gregwar/cache Version ^1
laminas/laminas-json Version ^3
The package mrcnpdlk/regon-api contains the following files
Loading the files please wait ....