Skip to content

Commit 1e17df1

Browse files
committed
Add product links comment to PHP client
1 parent 562c4f7 commit 1e17df1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lib/IpGeolocationClient.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
namespace Ipgeolocation\Sdk;
66

7+
/**
8+
* Main client for the IPGeolocation.io IP Location API.
9+
*
10+
* Homepage: https://ipgeolocation.io
11+
* IP Location API: https://ipgeolocation.io/ip-location-api.html
12+
* Documentation: https://ipgeolocation.io/documentation/ip-location-api.html
13+
*/
714
final class IpGeolocationClient
815
{
916
private readonly IpGeolocationClientConfig $config;

0 commit comments

Comments
 (0)