PHPackages                             mattsparks/blns-php - 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. mattsparks/blns-php

AbandonedArchivedLibrary

mattsparks/blns-php
===================

A PHP class to easily work with the Big List of Naughty Strings.

v1.0.1(5y ago)631563[1 issues](https://github.com/mattsparks/blns-php/issues)MITPHP

Since Mar 14Pushed 5y ago4 watchersCompare

[ Source](https://github.com/mattsparks/blns-php)[ Packagist](https://packagist.org/packages/mattsparks/blns-php)[ RSS](/packages/mattsparks-blns-php/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Big List of Naughty Strings (Now with more PHP!)
================================================

[](#big-list-of-naughty-strings-now-with-more-php)

A PHP class to easily work with the [Big List of Naughty Strings](https://github.com/minimaxir/big-list-of-naughty-strings).

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

[](#installation)

```
composer require mattsparks/blns-php

```

Usage
-----

[](#usage)

```
use MattSparks\BLNS\BLNS;

$blns = new BLNS;

foreach($blns->getList() as $string) {
    // Do your magic.
}

foreach($blns->getBase64List() as $string) {
    // Magic done here.
}
```

Contribute
----------

[](#contribute)

Contributions are very welcome!

1. Follow the [PSR-2 Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)
2. Send a pull request.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity57

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 ~57 days

Total

2

Last Release

2189d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e7c254290222b725ad4654ceaf2b0ec1624f84fe7882f6d2fd3f1aa865efb8b6?d=identicon)[SparksCoding](/maintainers/SparksCoding)

---

Top Contributors

[![mattsparks](https://avatars.githubusercontent.com/u/1678388?v=4)](https://github.com/mattsparks "mattsparks (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mattsparks-blns-php/health.svg)

```
[![Health](https://phpackages.com/badges/mattsparks-blns-php/health.svg)](https://phpackages.com/packages/mattsparks-blns-php)
```

PHPackages © 2026

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