Skip to content

Releases: vmgltd/hlr-lookup-api-php-sdk

2.0.2

30 Sep 23:59
d3baf98
Compare
Choose a tag to compare
  • minor bugfixes

2.0.1

27 Jul 21:42
303673a
Compare
Choose a tag to compare
  • Fixes an issue where some PHP configurations would time out on fetching the server timestamp

2.0.0

14 Aug 16:16
5de45be
Compare
Choose a tag to compare
Merge pull request #11 from marcinx/master

V2 API Release

1.0.0

30 Jul 15:49
Compare
Choose a tag to compare

Final version of the HLR Lookups Legacy SDK for PHP.

Increased cURL Timeout Setting

09 Sep 11:11
Compare
Choose a tag to compare
  • Increased cURL timeout setting to account for very rare response time spikes during database migrations.

Disabling SSL3 Usage in Client

15 Feb 18:36
Compare
Choose a tag to compare

Fixes an issue where client could not connect to the server due to SSL3 security fix.

Updates to Documentation and Comments

09 Dec 16:05
Compare
Choose a tag to compare
v0.0.12

* updates to docs and comments

Fixes in line documentation (equals v0.0.10)

04 Dec 15:48
Compare
Choose a tag to compare
v0.0.11

* Small fixes in documentation

Health Check and Number Type Lookup Endpoints

04 Dec 13:45
Compare
Choose a tag to compare
  • Added doHealthCheck endpoint
  • Added submitSyncNumberTypeLookupRequest endpoint
  • Added submitAsyncNumberTypeLookupRequest endpoint
  • Added setNtAsyncCallbackUrl endpoint
  • Updated README
  • Updated Tests