Get the public IP in a quick way

1.0.3 2025-02-24 16:55 UTC

This package is auto-updated.

Last update: 2025-02-24 16:55:50 UTC


README

Get the current user IP in a quick way:

use Oriceon\Ip;
<?php
$ip = Ip::get();
echo "Hello, your ip is {$ip}";
?>

Install using composer. Package name is oriceon/ip.

Add this to composer.json

"require": {
        "oriceon/ip": "~1.0"
    }