Skip to content

A Laravel library for retrieving accurate public IP address of the server.

License

Notifications You must be signed in to change notification settings

villaflor/laravel-ip-address

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IpAddress

A light and simple library to obtain the server's public IP Address. This library is useful in updating your DNS target server IP Address if you are using a dynamic IP Address in hosting your server.

Installation

composer require villaflor/laravel-ip-address

Usage

It is very easy to use this library. Here is an example of printing the public IP Address of a server.

use Villaflor\IpAddress\IpAddress;

public function printPublicIpAddress(): void
{
    $publicIp = IpAddress::getPublicIp();
    
    echo $publicIp;
}

About

A Laravel library for retrieving accurate public IP address of the server.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages