Maxmind-GeoIp icon indicating copy to clipboard operation
Maxmind-GeoIp copied to clipboard

Library ported to PHP 5.3 to use it in Symfony2 Proyects

Results 7 Maxmind-GeoIp issues
Sort by recently updated
recently updated
newest added

User Deprecated: Not quoting the scalar "%maxmind_geoip_data_file_path% " starting with the "%" indicator character is deprecated since Symfony 3.1 and will throw a ParseException in 4.0. Located in GeoipBundle/Resources/config/services.yml

We cant find "HK" and "00" in "RS" Please add them into the vars or add "isset()" into getRegion() function Thanks

``` $ app/console maxmind:geoip:update-data http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz "gunzip" ▒▒ ▒▒▒▒ ▒▒▒▒७▒▒▒ ▒▒▒ ▒▒▒譥▒ ▒▒▒▒▒▒▒▒, ▒ᯮ▒▒塞▒▒ ▒ணࠬ▒▒▒ ▒▒▒ ▒▒▒▒▒▒ 䠩▒▒▒. ``` Maybe it would be better not to use the [system function](https://github.com/aferrandini/Maxmind-GeoIp/blob/master/src/Maxmind/Bundle/GeoipBundle/Command/LoadDataCommand.php#L64) and...

Why not use the [original library](https://github.com/maxmind/geoip-api-php) as [lib](https://github.com/aferrandini/Maxmind-GeoIp/tree/master/src/Maxmind/lib)? The original library has methods for dealing with [time zones](https://github.com/maxmind/geoip-api-php/blob/master/src/geoipregionvars.php). The code of the original library is terrible, but your is not...

Corrected typos in the Readme

The template "MaxmindGeoipBundle:Demo:index.html.twig" contains an error: The function "code" does not exist in "MaxmindGeoipBundle:Demo:index.html.twig" at line 5

When using the bundle, it would be nice to be able to configure the directory where the data file should be stored, especially, when you need to share the database...