PHPackages                             samjoyce777/laravel-post-screen - 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. samjoyce777/laravel-post-screen

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

samjoyce777/laravel-post-screen
===============================

Scans through a users input and checks for unwanted words, phrases, links, emails and telephone numbers

25PHP

Since Feb 7Pushed 10y ago1 watchersCompare

[ Source](https://github.com/samjoyce777/laravel-post-screen)[ Packagist](https://packagist.org/packages/samjoyce777/laravel-post-screen)[ RSS](/packages/samjoyce777-laravel-post-screen/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Post Screen Package
===========================

[](#laravel-post-screen-package)

Scans through a users input and checks for unwanted words, phrases, links, and emails. If the list of words you have are long I would recommend having the response back to the user, queue the post screening for later and publish once scanned.

### Installation

[](#installation)

```
$ composer install samjoyce777/laravel-post-screen --save
```

Add the service provider to the config.php

```
$ \samjoyce777\LaravelPostScreen\ScreenServiceProvider::class,
```

Add the facade as well to make it all pretty

```
$ 'Map' => \samjoyce777\LaravelPostScreen\Facades\Screen::class,
```

Move the config file to make your customizations

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

### Usage

[](#usage)

This will check to see if an email is in the text

```
Screen::hasEmail($post);
```

This will check to see if text has an external link

```
Screen::hasExternalLink($post);
```

This run through your configuration to see if the text passes all methods required.

```
Screen::isClean($post);
```

You can also set different levels of screening depending on requirements by setting more levels in the config file and passing level name on the second argument.

```
Screen::isClean($post, 'review');
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7439530?v=4)[elmhurst interactive](/maintainers/elmhurst)[@elmhurst](https://github.com/elmhurst)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/samjoyce777-laravel-post-screen/health.svg)

```
[![Health](https://phpackages.com/badges/samjoyce777-laravel-post-screen/health.svg)](https://phpackages.com/packages/samjoyce777-laravel-post-screen)
```

###  Alternatives

[chaoswey/taiwan-id-validator

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

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

PHPackages © 2026

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