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

ActiveLibrary

abuseio/findcontact-cpanel
==========================

AbuseIO module for ip lookups in Cpanel.

06PHP

Since Jan 3Pushed 8y ago4 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

findcontact-cpanel
==================

[](#findcontact-cpanel)

findcontact module for IP lookups using the Cpanel Api

Beta
----

[](#beta)

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

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

[](#installation)

```
composer require abuseio/findcontact-cpanel

```

Use the findcontact-cpanel module
---------------------------------

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

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

#### production

[](#production)

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

```

#### development

[](#development)

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

```

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

```
'AbuseIO\FindContact\Cpanel\CpanelServiceProvider'

```

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

[](#configuration)

```
