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

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

abuseio/findcontact-whmcs
=========================

AbuseIO module for ip lookups in WHMCS.

114PHP

Since Jan 3Pushed 8y ago4 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

findcontact-whmcs
=================

[](#findcontact-whmcs)

findcontact module for ip lookups using the whmcs api

Beta
----

[](#beta)

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

installation
------------

[](#installation)

```
composer require abuseio/findcontact-whmcs

```

use the findcontact-whcm module
-------------------------------

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

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

#### production

[](#production)

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

```

#### development

[](#development)

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

```

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

```
'AbuseIO\FindContact\Whmcs\WhmcsServiceProvider'

```

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

[](#configuration)

```
