https://github.com/oops-org-php/mod_geoip
Another PHP geoip extension
https://github.com/oops-org-php/mod_geoip
Last synced: 8 months ago
JSON representation
Another PHP geoip extension
- Host: GitHub
- URL: https://github.com/oops-org-php/mod_geoip
- Owner: OOPS-ORG-PHP
- License: gpl-2.0
- Created: 2016-05-22T15:33:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T09:01:08.000Z (almost 4 years ago)
- Last Synced: 2025-04-04T05:40:16.218Z (8 months ago)
- Language: C
- Homepage:
- Size: 105 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
mod_geoip PHP extension
===
[](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html)

[](https://github.com/OOPS-ORG-PHP/mod_geoip/releases)
[](https://github.com/OOPS-ORG-PHP/mod_geoip/issues?q=is%3Aissue+is%3Aclosed)
[](https://github.com/OOPS-ORG-PHP/mod_geoip/pulls?q=is%3Apr+is%3Aclosed)
## DESCRIPTION
This extension is php extension of Maxmind's GeoIP library. But,
It is not same php geoip extension of [Maxmind](http://maxmind.com)
It has same functions, but has different code with [maxmind.com's](https://github.com/maxmind/geoip-api-php)
## DEPENDENCIES
This module requires these libraries:
* PHP >= 7
* If you want to PHP <= 5, use [v1 branch](https://github.com/OOPS-ORG-PHP/mod_geoip/tree/v1).
* [GeoIP C API](https://github.com/maxmind/geoip-api-c)
## INSTALLATION
To install this extension type the following:
```bash
[root@host mod_krisp]$ phpize
[root@host mod_krisp]$ ./configure
[root@host mod_krisp]$ make test PHP_EXECUTABLE=/usr/bin/php
[root@host mod_krisp]$ make install
```
## Usage
See also [doc directory](https://github.com/OOPS-ORG-PHP/mod_geoip/tree/master/vim/doc)
## COPYRIGHT AND LICENCE
Copyright 2022. JoungKyun.Kim All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.