maxmind / GeoIP2-php

PHP API for GeoIP2 webservice client and database reader
https://maxmind.github.io/GeoIP2-php/
Apache License 2.0
2.34k stars 279 forks source link

Support creating or updating MMDB #133

Closed jLynx closed 5 years ago

jLynx commented 5 years ago

Is there a way to currently update a MMDB file or create a new one? If not, can I suggest adding this feature?

oschwald commented 5 years ago

You can create a new one. See this blog post.

jLynx commented 5 years ago

I meant via PHP

oschwald commented 5 years ago

No, this is not currently possible. We do not have plans to create a PHP writer.