Download the PHP package foxliscom/geo without Composer
On this page you can find all versions of the php package foxliscom/geo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download foxliscom/geo
More information about foxliscom/geo
Files in foxliscom/geo
Download foxliscom/geo
More information about foxliscom/geo
Files in foxliscom/geo
Vendor foxliscom
Package geo
Short Description Get user location by IP using Foxlis Geo API: city, country, subdivisions, continent, etc
License MIT
Package geo
Short Description Get user location by IP using Foxlis Geo API: city, country, subdivisions, continent, etc
License MIT
Please rate this library. Is it a good library?
Informations about the package geo
Credits
This plug-in use Foxlis Geo API.
Installation
Require foxliscom/geo
using composer.
Usage
Multilanguage example:
Configuration
If you need to configure this plug-in - declare a global function getFoxlisGeoConfig
with params like in common config src/Config/common.php
:
foxlis_geo_field_language
- default languagedefault en
.- English
en
- Chinese
zh-CN
- French
fr
- Russian
ru
- German
de
- Spanish
es
- Japanese
ja
- Portuguese
pt-BR
- English
foxlis_geo_field_session
- save result to user sessiondefault true
.foxlis_geo_field_bot_filter
- don't detect geo-location for botsdefault true
.foxlis_geo_field_protocol
- protocol "http" or "https"default "http"
.foxlis_geo_field_development_fake_ip_enable
- use fake ip for developmentdefault false
.foxlis_geo_field_development_fake_ip
- fake ip valuedefault "23.55.115.223"
.foxlis_geo_field_account
- account key to get account info.foxlis_geo_bots_list
- bots list (for matching in the$_SERVER['HTTP_USER_AGENT']
).
All versions of geo with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.2
The package foxliscom/geo contains the following files
Loading the files please wait ....