Skip to content

Releases: freshmindpl/wyszukiwarkaregon

v3.0.2

21 Mar 19:16
Compare
Choose a tag to compare
  • fix for PHP7 - SOAP location override was ignored

v3.0.1

02 Jan 14:08
Compare
Choose a tag to compare
  • fixed an issue where an empty xml tag was casted to an empty array instead of an empty string

v3.0.0

31 Dec 11:53
Compare
Choose a tag to compare

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() to login()
  • Renamed pobierzCaptcha($session_id) to captcha()
  • Renamed sprawdzCaptcha($session_id, $code) to verify(string $code)
  • Renamed daneSzukaj($session_id, array $params) to search(array $params)
  • Removed daneKomunikat()

v3.0.0-beta.1

30 Dec 16:36
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release
Merge pull request #3 from freshmindpl/doc

[WIP] documentation

v2.1.0

31 Aug 11:25
Compare
Choose a tag to compare
  • Optional PKD collecting in daneSzukaj() method.

v2.0.1

24 Jun 08:08
Compare
Choose a tag to compare
  • added GetValue api endpoint

v2.0.0

18 May 15:08
Compare
Choose a tag to compare

PSR-2 code compatibility

  • all method names start with a lowercase letter eg. SprawdzCaptcha() is now sprawdzCaptcha()

v1.0.1

08 May 13:09
Compare
Choose a tag to compare

release 1.0.1

v1.0.0

27 Jan 15:10
Compare
Choose a tag to compare

FIrst stable release