ybw0014 / getip-php
Get IP address
1.0
2020-10-03 00:13 UTC
Requires
- php: >= 5.4
This package is auto-updated.
Last update: 2025-05-29 01:08:23 UTC
README
Description
getip-php is a PHP library for getting the IPv4 address of client.
- License: MIT, see LICENSE
Installation
composer require ybw0014/getip-php
Usage
<?php use Guizhan\IP; $ip = IP::get();