PHPackages                             usama-ashraf/wordranker - 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. usama-ashraf/wordranker

ActiveLibrary

usama-ashraf/wordranker
=======================

Ranks words according to a given criteria

02.3k↓100%1[1 PRs](https://github.com/UsamaAshraf/wordranker/pulls)PHP

Since Feb 28Pushed 7y ago1 watchersCompare

[ Source](https://github.com/UsamaAshraf/wordranker)[ Packagist](https://packagist.org/packages/usama-ashraf/wordranker)[ RSS](/packages/usama-ashraf-wordranker/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

**PHP Word Ranker**

`composer require usama-ashraf/wordranker`

```
use Wordranker\Clients\WordRankerClient;

$text = 'a quick brown fox jump over the';

$blacklist = ['a' , 'over', 'the'];

$ranker = new WordRankerClient($text, $blacklist, '/[a-z]/');

$words = $ranker->rank();

/**
  [
    'quick' => 0.0,
    'brown' => 0.0,
    'fox'   => 0.0,
    'jump'  => 0.0
  ]
**/

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity43

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/ba25a7ed9e5eca76f98e19834ac8cd56f5256aa2f3c12aa8514095d7e8edacb0?d=identicon)[usama.ashraf](/maintainers/usama.ashraf)

---

Top Contributors

[![UsamaAshraf](https://avatars.githubusercontent.com/u/12628850?v=4)](https://github.com/UsamaAshraf "UsamaAshraf (20 commits)")

### Embed Badge

![Health badge](/badges/usama-ashraf-wordranker/health.svg)

```
[![Health](https://phpackages.com/badges/usama-ashraf-wordranker/health.svg)](https://phpackages.com/packages/usama-ashraf-wordranker)
```

PHPackages © 2026

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