PHPackages                             abuseio/findcontact-ripe - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. abuseio/findcontact-ripe

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

abuseio/findcontact-ripe
========================

AbuseIO module for ip lookups in Ripe.

1.0.2(9y ago)051GPL-2.0PHPPHP &gt;=5.5.9

Since Aug 12Pushed 9y ago2 watchersCompare

[ Source](https://github.com/AbuseIO/findcontact-ripe)[ Packagist](https://packagist.org/packages/abuseio/findcontact-ripe)[ Docs](http://abuse.io)[ RSS](/packages/abuseio-findcontact-ripe/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

findcontact-ripe
================

[](#findcontact-ripe)

findcontact module for IP lookups using the Ripe Stat Api

Installation
------------

[](#installation)

```
composer require abuseio/findcontact-ripe

```

Use the findcontact-ripe module
-------------------------------

[](#use-the-findcontact-ripe-module)

copy the `extra/config/main.php` to the config override directory of your environment (e.g. production)

#### production

[](#production)

```
cp vendor/abuseio/findcontact-ripe/extra/config/main.php config/production/main.php

```

#### development

[](#development)

```
cp vendor/abuseio/findcontact-ripe/extra/config/main.php config/development/main.php

```

add the following line to providers array in the file config/app.php:

```
'AbuseIO\FindContact\Ripe\RipeServiceProvider'

```

Configuration
-------------

[](#configuration)

It is highly recommended to use an RIPEStat application id for the API requests, see [RIPEStat rules of usage](https://stat.ripe.net/docs/data_api#RulesOfUsage). You can config it in `$ABUSEIOPATH/vendor/abuseio/findcontact-ripe/config`.

Replace the null value in `'appid' => null,` with your application id, e.g.

```
