Looking to hire Laravel developers? Try LaraJobs

laravel-geoip maintained by larva

Description
GeoIP Extension for Laravel.
Last update
2024/02/01 04:14 (dev-master)
License
Links
Downloads
957
Tags

Comments
comments powered by Disqus

laravel-geoip

Laravel 的IP位置查询模块。

平台支持

环境需求

  • PHP >= 8.1

Installation

composer require larva/laravel-geoip -vv
    $info=  \Larva\GeoIP\GeoIP::get('218.1.2.3');
    $info=  \Larva\GeoIP\GeoIP::with('baidu')->get('218.1.2.3');