Skip to content

network calculration and searching isp/country information for given ip address

Notifications You must be signed in to change notification settings

OOPS-ORG-PHP/mod_krisp

Repository files navigation

mod_krisp PHP extension

PHP v3.01 GitHub download GitHub last release GitHub closed issues GitHub closed pull requests

DESCRIPTION

This is php extension that is libkrisp PHP frontend. See also 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:

[root@host mod_krisp]$ phpize
[root@host mod_krisp]$ ./configure
[root@host mod_krisp]$ make && make install

DEPENDENCIES

This module requires these libraries:

If you don't want to external library, you can choose pear_KRISP that is written by pure php cdoe.

USAGE

See also 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 license@php.net so we can mail you a copy immediately.

Also, legacy versions of GPL also change to PHP V3.01.