ipregistry/laravel

IP Geolocation and Threat Intelligence

Maintainers

Package info

github.com/dhanikk/ipregistry

pkg:composer/ipregistry/laravel

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2023-01-13 09:31 UTC

This package is auto-updated.

Last update: 2026-03-08 17:03:35 UTC


README

Step:1 -- Add following class to providers Ipregistry\Laravel\IpRegistryProvider::class

Step:2 -- Add alias in aliases section "Ipregistry" => Ipregistry\Laravel\GetCurrentLocation::class

Step:3 -- In Controller File

use Ipregistry;
Ipregistry::getcurrentlocation('Your ipregistry key here',["ip address"]);