dev-php/maxmind-db-reader: new PHP interface to the MaxMind databases.
authorMichael Orlitzky <mjo@gentoo.org>
Sun, 5 Nov 2017 22:52:19 +0000 (17:52 -0500)
committerMichael Orlitzky <mjo@gentoo.org>
Sun, 5 Nov 2017 22:57:41 +0000 (17:57 -0500)
commit80d52ea829aac43e9a067b6a8f3e010c221de717
tree334aaddc44b51dd4a645bd62e908b4013851b2c4
parentf50e535e7997076ca2da9b0d4904d07846090a7e
dev-php/maxmind-db-reader: new PHP interface to the MaxMind databases.

Add the new (Composer-based) PHP interface to the MaxMind binary
database format. This lets you query the newer "mmdb" files directly,
from PHP code. There is an optional C extension that can be built with
USE=extension, and which ostensibly (but I have not tested this)
improves performance through the use of dev-libs/libmaxminddb.

Thanks to Steffen Weber for the initial ebuild.

Reported-by: Steffen Weber
Closes: https://bugs.gentoo.org/511088
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-php/maxmind-db-reader/Manifest [new file with mode: 0644]
dev-php/maxmind-db-reader/files/autoload.php [new file with mode: 0644]
dev-php/maxmind-db-reader/maxmind-db-reader-1.2.0.ebuild [new file with mode: 0644]
dev-php/maxmind-db-reader/metadata.xml [new file with mode: 0644]