Files
MaxMind-DB-Reader-php-ext/README.md
Gregory Oschwald 87290ec06a Initial setup with PIE configuration
- Add composer.json with PIE configuration and build-path
- Add README.md with installation instructions
- Add main repo as submodule
- Add .gitignore for build artifacts
- Add LICENSE
2025-11-21 13:34:44 -08:00

1.0 KiB

MaxMind DB Reader C Extension

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

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

Support

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

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

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