PHPackages                             klsandbox/laravelban - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. klsandbox/laravelban

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

klsandbox/laravelban
====================

Banned keyword checker for Laravel , this package provide the functionality to search keyword(s) inside the files

v1.0.2(9y ago)0152MITPHPPHP ^5.3.3 | ^7.0

Since Jan 31Pushed 9y ago2 watchersCompare

[ Source](https://github.com/mrwaim/LaravelBan)[ Packagist](https://packagist.org/packages/klsandbox/laravelban)[ RSS](/packages/klsandbox-laravelban/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)DependenciesVersions (5)Used By (0)

Banned Keywords Checker For Laravel
===================================

[](#banned-keywords-checker-for-laravel)

This is a package to check some of the keyword being used in files inside folder. This package are developed on Laravel 5.

Install using composer
----------------------

[](#install-using-composer)

`composer require klsandbox/laravelban`

How To Use
----------

[](#how-to-use)

After installing via composer, add the LaravelBanServiceProvider as one of the provider inside the config/app.php

```
config/app.php

 'providers' => [
 ....
 ....
        Klsandbox\LaravelBan\LaravelBanServiceProvider::class,

```

then, publish the config simply by using publish command

`php artisan vendor:publish`

open the config for banned keyword, go to the config/banned-keywords.php , specify the keywords and the directory need to be searched.

after that, run the command to search for the banned keywords

` php artisan check:banned-keywords`

you can also specify the keyword from the terminal

` php artisan check:banned-keywords another_keyword`

add optional argument to make it strict

` php artisan check:banned-keywords --mode=strict`

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

If you discover a security vulnerability within this package, please send an e-mail to Ibrahim Abdul Rahim at .

License
-------

[](#license)

This client are open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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

3388d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4b8fab0311a43dcd4c1cceb6e5f93e71fa9ce2a2e31d7e49976d0fc7b0e7964a?d=identicon)[hamzahjamad](/maintainers/hamzahjamad)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/klsandbox-laravelban/health.svg)

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

###  Alternatives

[desandro/imagesloaded

JavaScript is all like \_You images done yet or what?\_

8.9k439.0k1](/packages/desandro-imagesloaded)

PHPackages © 2026

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