PHPackages                             wjazz/sensitiver - 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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. wjazz/sensitiver

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

wjazz/sensitiver
================

Sensitive words filter

1.0(9y ago)111MITPHP

Since Jun 15Pushed 9y ago1 watchersCompare

[ Source](https://github.com/wjazz3911/sensitiver)[ Packagist](https://packagist.org/packages/wjazz/sensitiver)[ RSS](/packages/wjazz-sensitiver/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Sensitiver
==========

[](#sensitiver)

`sensitiver` is a sensitive words filter tool

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

[](#installation)

First, install laravel, and make sure that the database connection settings are correct.

```
composer require wjazz/sensitiver

```

In`config/app.php`add`ServiceProvider`:

```
Wjazz\Sensitiver\SensitiveWordsFilterProvider::class,

```

Then add`Facades`:

```
'Sensitive' => Wjazz\Sensitiver\SensitiveFacade::class,

```

Usages
------

[](#usages)

```
use Sensitive;

$string='I am sensitive'

$string=Sensitive::filter($string);

dd($string)
//"I am *"

```

License
-------

[](#license)

`Sensitiver` is licensed under The MIT License (MIT).

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity61

Established project with proven stability

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

Unknown

Total

1

Last Release

3302d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8233069?v=4)[WJAZZ](/maintainers/wjazz3911)[@wjazz3911](https://github.com/wjazz3911)

### Embed Badge

![Health badge](/badges/wjazz-sensitiver/health.svg)

```
[![Health](https://phpackages.com/badges/wjazz-sensitiver/health.svg)](https://phpackages.com/packages/wjazz-sensitiver)
```

###  Alternatives

[chaoswey/taiwan-id-validator

台灣身分證、統一編號驗證

319.9k](/packages/chaoswey-taiwan-id-validator)

PHPackages © 2026

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