ybw0014 / getip-php
Get IP address
Installs: 37
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
pkg:composer/ybw0014/getip-php
Requires
- php: >= 5.4
This package is auto-updated.
Last update: 2025-11-29 02:44:21 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();