ybw0014 / getip-php
Get IP address
1.0
2020-10-03 00:13 UTC
Requires
- php: >= 5.4
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-29 02:35:36 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();