Releases: freshmindpl/wyszukiwarkaregon
Releases · freshmindpl/wyszukiwarkaregon
v3.0.2
v3.0.1
v3.0.0
This is a complete rewrite of the client library. The client is based on a official SOAP documentation provided by GUS for the BIR1 system.
- Client uses SOAP to communicate with GUS BIR1 API
- All methods names are now in english
- Session is now saved in the client class, so there is no need to pass it to every method
- All errors are thrown as
RegonException
exceptions - Client method calls are now
$client->{method}
instead of$client->get()->{method}
API changes
- Added
logout()
- Added
report($regon, $name)
- Added
getValue(string $param)
- Renamed
Zaloguj()
tologin()
- Renamed
pobierzCaptcha($session_id)
tocaptcha()
- Renamed
sprawdzCaptcha($session_id, $code)
toverify(string $code)
- Renamed
daneSzukaj($session_id, array $params)
tosearch(array $params)
- Removed
daneKomunikat()
v3.0.0-beta.1
Merge pull request #3 from freshmindpl/doc [WIP] documentation