PHPackages                             abuseio/findcontact-plesk - 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-plesk

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

abuseio/findcontact-plesk
=========================

AbuseIO module for ip lookups in Plesk.

001PHP

Since Jan 3Pushed 8y ago4 watchersCompare

[ Source](https://github.com/AbuseIO/findcontact-plesk)[ Packagist](https://packagist.org/packages/abuseio/findcontact-plesk)[ RSS](/packages/abuseio-findcontact-plesk/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

findcontact-plesk
=================

[](#findcontact-plesk)

findcontact module for IP lookups using the Plesk Api

Beta
----

[](#beta)

This software is in beta. Please test and report back to us.

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

[](#installation)

```
composer require abuseio/findcontact-plesk

```

Use the findcontact-plesk module
--------------------------------

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

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

#### production

[](#production)

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

```

#### development

[](#development)

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

```

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

```
'AbuseIO\FindContact\Plesk\PleskServiceProvider'

```

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

[](#configuration)

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

```
