文件名称:geoip2:Maxmind GeoIP2 API的Symfony捆绑包
文件大小:30KB
文件格式:ZIP
更新时间:2024-05-28 13:19:12
php symfony-bundle geoip maxmind maxmind-geoip2-api
Maxmind GeoIP2 API的Symfony捆绑包 捆绑用于Symfony中的 。 安装 使用简单,运行: composer req gpslab/geoip2 配置 要配置自动更新数据库,您需要生成个人许可证密钥。 生成许可证密钥的步骤 (无需购买) 登录并生成 保存您的许可证密钥 打开,然后从第一列中找到所需的DB版本ID和复制值。 配置示例: gpslab_geoip : # Your personal licence key license : ' XXXXXXXXXXXXXXXX ' # One of database edition IDs: # GeoLite2-ASN # GeoLite2-City # GeoLite2-Country # GeoIP2-City # Geo
【文件预览】:
geoip2-master
----composer.json(1KB)
----.php_cs.dist(1007B)
----.github()
--------workflows()
----tests()
--------bootstrap.php(235B)
--------DependencyInjection()
--------GpsLabGeoIP2BundleTest.php(846B)
--------Downloader()
--------Command()
--------Reader()
----LICENSE(1KB)
----src()
--------DependencyInjection()
--------GpsLabGeoIP2Bundle.php(780B)
--------Downloader()
--------Command()
--------Reader()
----.gitignore(79B)
----phpstan.neon.dist(40B)
----phpunit.xml.dist(661B)
----UPGRADE-2.0.md(3KB)
----README.md(7KB)
----.editorconfig(131B)
----.phpstan()
--------default.neon(189B)
--------symfony_5.neon(343B)