https://github.com/oops-org-php/mod_krisp
network calculration and searching isp/country information for given ip address
https://github.com/oops-org-php/mod_krisp
Last synced: 4 months ago
JSON representation
network calculration and searching isp/country information for given ip address
- Host: GitHub
- URL: https://github.com/oops-org-php/mod_krisp
- Owner: OOPS-ORG-PHP
- Created: 2016-05-22T15:36:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-02-13T15:44:28.000Z (over 3 years ago)
- Last Synced: 2025-01-08T10:39:03.400Z (6 months ago)
- Language: C
- Homepage:
- Size: 186 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
mod_krisp PHP extension
===
[](http://www.php.net/license)

[](https://github.com/OOPS-ORG-PHP/mod_krisp/releases)
[](https://github.com/OOPS-ORG-PHP/mod_krisp/issues?q=is%3Aissue+is%3Aclosed)
[](https://github.com/OOPS-ORG-PHP/mod_krisp/pulls?q=is%3Apr+is%3Aclosed)## DESCRIPTION
This is php extension that is [libkrisp](https://github.com/Joungkyun/libkrisp) PHP frontend.
See also [libkrisp](https://github.com/Joungkyun/libkrisp) project.***mod_krisp*** extension provides network calcluration and searching ISP/country information
for given ip address.## INSTALLATION
To install this extension type the following:
```bash
[root@host mod_krisp]$ phpize
[root@host mod_krisp]$ ./configure
[root@host mod_krisp]$ make && make install
```## DEPENDENCIES
This module requires these libraries:
* PHP >= 7
* If you want to PHP <= 5, use [v2 branch](https://github.com/OOPS-ORG-PHP/mod_krisp/tree/v2).
* [libkrisp](https://github.com/Joungkyun/libkrisp) 3.1 or after.If you don't want to external library, you can choose [pear_KRISP](https://github.com/OOPS-ORG-PHP/krisp) that is written by pure php cdoe.
## USAGE
See also [wiki](https://github.com/OOPS-ORG-PHP/mod_krisp/wiki) pages.
## COPYRIGHT AND LICENCE
Copyright 2021. JoungKyun.Kim all rights reserved.
This source file is subject to version 3.01 of the PHP license, that is bundled with this package in the file LICENSE, and is available through the world-wide-web at the following url:
[http://www.php.net/license/3_01.txt](http://www.php.net/license/3_01.txt)
If you did not receive a copy of the PHP license and are unable to obtain it through the world-wide-web, please send a note to [email protected] so we can mail you a copy immediately.
Also, legacy versions of GPL also change to PHP V3.01.