PHPackages                             chrisullyott/church-name-comparator - 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. chrisullyott/church-name-comparator

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

chrisullyott/church-name-comparator
===================================

Compare two church names to see if they refer to the same congregation.

v0.0.3(5y ago)04MITPHPPHP ^7.0

Since Oct 8Pushed 5y ago1 watchersCompare

[ Source](https://github.com/chrisullyott/church-name-comparator)[ Packagist](https://packagist.org/packages/chrisullyott/church-name-comparator)[ Docs](https://github.com/chrisullyott/church-name-comparator)[ RSS](/packages/chrisullyott-church-name-comparator/feed)WikiDiscussions main Synced 3d ago

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

church-name-comparator
======================

[](#church-name-comparator)

Compare two church names to see if they refer to the same congregation.

### Instantiate

[](#instantiate)

```
$comparator = new ChrisUllyott\ChurchNameComparator();
```

### Compare

[](#compare)

```
$string1 = "First Baptist Church of South Lake";
$string2 = "fbc south lake";

$comparator->setStrings($string1, $string2);
$result = $comparator->isMatch();
// bool(true)
```

```
$string1 = "St. Bartholomew's Church";
$string2 = "St Bart's";

$comparator->setStrings($string1, $string2);
$result = $comparator->isMatch();
// bool(true)
```

```
$string1 = "Grace Episcopal Church";
$string2 = "Grace SBC";

$comparator->setStrings($string1, $string2);
$result = $comparator->isMatch();
// bool(false)
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

3

Last Release

2042d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6bbd75614cbb5b6d8c4e21a6564cb67f3d403532be5c02859f1078c087a35f74?d=identicon)[chrisullyott](/maintainers/chrisullyott)

---

Top Contributors

[![chrisullyott](https://avatars.githubusercontent.com/u/1007459?v=4)](https://github.com/chrisullyott "chrisullyott (10 commits)")

---

Tags

phpchurches

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/chrisullyott-church-name-comparator/health.svg)

```
[![Health](https://phpackages.com/badges/chrisullyott-church-name-comparator/health.svg)](https://phpackages.com/packages/chrisullyott-church-name-comparator)
```

###  Alternatives

[imanghafoori/laravel-anypass

A minimal yet powerful package to help you in development.

21421.6k](/packages/imanghafoori-laravel-anypass)

PHPackages © 2026

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