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

ActiveLibrary

abuseio/findcontact-custom
==========================

AbuseIO module for custom lookups to backend systems.

1.1.2(10y ago)03651[2 PRs](https://github.com/AbuseIO/findcontact-custom/pulls)GPL-2.0PHP &gt;=5.5.9

Since Jan 6Pushed 8y ago5 watchersCompare

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

READMEChangelogDependenciesVersions (6)Used By (0)

findcontact-custom
==================

[](#findcontact-custom)

findcontact module for custom lookups to backend systems

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

[](#installation)

1. Install the package by running this command in your AbuseIO installation folder:

```
composer require abuseio/findcontact-custom
```

#### Talking against an API

[](#talking-against-an-api)

If you're going to talk against an API, copy the php files from `examples/template` to the `src` and `config` folders like so (from within the AbuseIO installation folder):

```
cp vendor/abuseio/findcontact-custom/examples/template/config/Custom.php vendor/abuseio/findcontact-custom/config/
cp vendor/abuseio/findcontact-custom/examples/template/src/Custom.php vendor/abuseio/findcontact-custom/src/
```

Now delete the example folder:

```
rm -r vendor/abuseio/findcontact-custom/examples
```

You can now write your own code within the 'getContactBy\*' methods.

#### Talking against an Database

[](#talking-against-an-database)

If you're going to talk against an Database directly, copy the php files from `examples/postgres` to the `src` and `config` folders like so (from within the AbuseIO installation folder):

```
cp vendor/abuseio/findcontact-custom/examples/postgres/config/Custom.php vendor/abuseio/findcontact-custom/config/
cp vendor/abuseio/findcontact-custom/examples/postgres/src/Custom.php vendor/abuseio/findcontact-custom/src/
cp vendor/abuseio/findcontact-custom/examples/postgres/src/CustomServiceProvider.php vendor/abuseio/findcontact-custom/src/
```

Now delete the example folder:

```
rm -r vendor/abuseio/findcontact-custom/examples
```

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

```
'AbuseIO\FindContact\Custom\CustomServiceProvider'
```

You can now write your own code within the 'getContactBy\*' methods.

See Models/Ip4.php for information on setting foreign keys in your database

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 58.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~49 days

Total

3

Last Release

3687d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9c85a6cf37e20732897149cbc104998b1368ca710197ace0f59099157d584506?d=identicon)[AbuseIO](/maintainers/AbuseIO)

---

Top Contributors

[![kruisdraad](https://avatars.githubusercontent.com/u/8653575?v=4)](https://github.com/kruisdraad "kruisdraad (7 commits)")[![marknl](https://avatars.githubusercontent.com/u/4932990?v=4)](https://github.com/marknl "marknl (4 commits)")[![justcfx2u](https://avatars.githubusercontent.com/u/1443861?v=4)](https://github.com/justcfx2u "justcfx2u (1 commits)")

---

Tags

laravelcustomabuseiofindcontact

### Embed Badge

![Health badge](/badges/abuseio-findcontact-custom/health.svg)

```
[![Health](https://phpackages.com/badges/abuseio-findcontact-custom/health.svg)](https://phpackages.com/packages/abuseio-findcontact-custom)
```

###  Alternatives

[statikbe/laravel-chained-translator

The Laravel Chained Translator can combine several translators that can override each others translations.

36149.4k6](/packages/statikbe-laravel-chained-translator)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
