rlerdorf/geoip
最新稳定版本:1.4.0
Composer 安装命令:
pie install rlerdorf/geoip
包简介
Legacy GeoIP (v1) PHP extension wrapping MaxMind's libGeoIP C library
README 文档
README
This is the legacy (v1) GeoIP PHP extension for PHP 7.2+ and PHP 8.x.
Unless you have old code that needs this, you might be better off using GeoIP2.
Installing:
Example for Debian (apt) and PHP 8.2
apt install php8.2-dev geoip-bin geoip-database libgeoip-dev git clone https://github.com/rlerdorf/geoip.git geoip && cd geoip phpize8.2 ./configure make make test make install
To use it:
- Add line
extension=geoip.soto your (PHP 8.2)php.ini - Restart your webserver e.g.
service apache2 restart - If using FPM:
service php8.2-fpm restart
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 18
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: PHP-3.01
- 更新时间: 2026-04-06