PHPackages                             motikan2010/sensitive-response-detector - 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. motikan2010/sensitive-response-detector

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

motikan2010/sensitive-response-detector
=======================================

v0.1.2(5y ago)010MITPHPPHP &gt;=7.3

Since Nov 30Pushed 5y ago1 watchersCompare

[ Source](https://github.com/motikan2010/Sensitive-Response-Detector)[ Packagist](https://packagist.org/packages/motikan2010/sensitive-response-detector)[ RSS](/packages/motikan2010-sensitive-response-detector/feed)WikiDiscussions main Synced today

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

Sensitive-Response-Detector for Laravel
=======================================

[](#sensitive-response-detector-for-laravel)

`Sensitive-Response-Detector` is package for Laravel.

If contain sensitive data in response, block the response.

[Demo Site](https://response-detector-demo.herokuapp.com/)

Getting Started
---------------

[](#getting-started)

### 1. Install

[](#1-install)

```
$ composer require motikan2010/sensitive-response-detector

```

### 2. Publish

[](#2-publish)

```
$ php artisan vendor:publish --tag=detector

```

Usage
-----

[](#usage)

```
Route::group(['middleware' => 'sensitive.detector'], function () {
    Route::get('/', function () {
        return view('welcome');
    });
});
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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

1985d ago

PHP version history (2 changes)v0.1.0PHP &gt;=7.0.0

v0.1.2PHP &gt;=7.3

### Community

Maintainers

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

---

Top Contributors

[![motikan2010](https://avatars.githubusercontent.com/u/3177297?v=4)](https://github.com/motikan2010 "motikan2010 (9 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/motikan2010-sensitive-response-detector/health.svg)

```
[![Health](https://phpackages.com/badges/motikan2010-sensitive-response-detector/health.svg)](https://phpackages.com/packages/motikan2010-sensitive-response-detector)
```

###  Alternatives

[carsdotcom/laravel-json-schema

Json Schema validation for Laravel projects

1036.7k3](/packages/carsdotcom-laravel-json-schema)

PHPackages © 2026

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