PHPackages                             ipwho/ipwho-ip-geolocation-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. ipwho/ipwho-ip-geolocation-api

ActiveLibrary[API Development](/categories/api)

ipwho/ipwho-ip-geolocation-api
==============================

The official PHP SDK for the IPWho IP Geolocation API by ipwho.org - Get detailed IP geolocation, timezone, connection, and security information with full type safety.

00PHP

Since Feb 11Pushed 3mo agoCompare

[ Source](https://github.com/lavrox/SDK-IPWho-PHP)[ Packagist](https://packagist.org/packages/ipwho/ipwho-ip-geolocation-api)[ RSS](/packages/ipwho-ipwho-ip-geolocation-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

IPWho PHP SDK
=============

[](#ipwho-php-sdk)

The official PHP SDK for the [IPWho IP Geolocation API by ipwho.org](https://ipwho.org/) - Get detailed IP geolocation, timezone, connection, and security information with full type safety.

Installation
------------

[](#installation)

Install via Composer:

```
composer install
```

Or add to your `composer.json`:

```
{
  "require": {
    "ipwho/sdk-ipwho-php": "^1.0"
  }
}
```

Then run:

```
composer install
```

Quick Start
-----------

[](#quick-start)

```
