maxmind-db/reader-ext

C extension for MaxMind DB Reader - provides significantly faster lookups

Installs: 52

Dependents: 0

Suggesters: 1

Security: 0

Stars: 1

Watchers: 0

Forks: 0

Type:php-ext

Ext name:ext-maxminddb

pkg:composer/maxmind-db/reader-ext

v1.13.1 2025-11-21 22:24 UTC

This package is auto-updated.

Last update: 2025-11-21 23:46:35 UTC


README

This is the C extension for MaxMind DB Reader, providing significantly faster IP lookups compared to the pure PHP implementation.

Installation (PIE - Recommended)

pie install maxmind-db/reader-ext

Prerequisites

The extension requires the libmaxminddb C library:

Ubuntu/Debian

sudo apt-get install libmaxminddb-dev

macOS

brew install libmaxminddb

Windows

See libmaxminddb installation instructions.

Documentation

See the main repository for full documentation: https://github.com/maxmind/MaxMind-DB-Reader-php

Related Packages

Support

Please report issues at: https://github.com/maxmind/MaxMind-DB-Reader-php/issues

Copyright and License

This software is Copyright (c) 2014-2025 by MaxMind, Inc.

This is free software, licensed under the Apache License, Version 2.0.