ybw0014/getip-php

Get IP address

Maintainers

Package info

github.com/ybw0014/getip-php

pkg:composer/ybw0014/getip-php

Statistics

Installs: 37

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 1

1.0 2020-10-03 00:13 UTC

This package is auto-updated.

Last update: 2026-03-01 00:33:06 UTC


README

Description

getip-php is a PHP library for getting the IPv4 address of client.

Installation

composer require ybw0014/getip-php

Usage

<?php
use Guizhan\IP;

$ip = IP::get();