formatd/geoip
composer require formatd/geoip
Neos integration for maxmind geoip2 client
1.0.x-dev
Readme excerpt
FormatD.GeoIPA Neos CMS Integration for the geolocation service geoip2 api client of Maxmind (maxmind.com).
What does it do?This package provides a service-class and eel-helper to access the geo-information of a user (by analyzing the IP address with the maxmind api). Optionally you can integrate a prompt to redirect the user to the content dimension matching his current location.
Using the service in you own pluginsInject the IPLocalizationService into your class and call the method according to the maxmind endpoint (getCountry, getCity, getInsights). the corresponding model of the geoip2 library holding all available information is returned.
Using the service in f…Read more
The same vendor provides 14 package(s).