PHPackages                             lowerends/laravel-security-checker - 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. [CLI &amp; Console](/categories/cli)
4. /
5. lowerends/laravel-security-checker

ActiveLibrary[CLI &amp; Console](/categories/cli)

lowerends/laravel-security-checker
==================================

The Symfony Security Advisories Checker for Laravel

v1.0.0(10y ago)301.5k2MITPHPPHP &gt;=5.5.9

Since Aug 10Pushed 10y ago2 watchersCompare

[ Source](https://github.com/lowerends/laravel-security-checker)[ Packagist](https://packagist.org/packages/lowerends/laravel-security-checker)[ RSS](/packages/lowerends-laravel-security-checker/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (2)Versions (8)Used By (0)

Laravel Security Checker
========================

[](#laravel-security-checker)

[![Latest Stable Version](https://camo.githubusercontent.com/d923fc7c29ed61d03755de11f25f4c10de6ba51777766f9009deb2a66dee6bd6/68747470733a2f2f706f7365722e707567782e6f72672f6c6f776572656e64732f6c61726176656c2d73656375726974792d636865636b65722f762f737461626c65)](https://packagist.org/packages/lowerends/laravel-security-checker) [![Total Downloads](https://camo.githubusercontent.com/0f9b51dd9689ba6a7a012931960d24a2f9fa586da88ff7282fc2dd933a507d17/68747470733a2f2f706f7365722e707567782e6f72672f6c6f776572656e64732f6c61726176656c2d73656375726974792d636865636b65722f646f776e6c6f616473)](https://packagist.org/packages/lowerends/laravel-security-checker) [![Latest Unstable Version](https://camo.githubusercontent.com/21f640ac64340860f0c25a34a0d277b1fd7bca71251067779e7e1d01dfbff5cb/68747470733a2f2f706f7365722e707567782e6f72672f6c6f776572656e64732f6c61726176656c2d73656375726974792d636865636b65722f762f756e737461626c65)](https://packagist.org/packages/lowerends/laravel-security-checker) [![License](https://camo.githubusercontent.com/21c40e7bef0ad80fb030d266bcf1ba45cbaa3dea1f32c2f54d4cd046411f6ca9/68747470733a2f2f706f7365722e707567782e6f72672f6c6f776572656e64732f6c61726176656c2d73656375726974792d636865636b65722f6c6963656e7365)](https://packagist.org/packages/lowerends/laravel-security-checker)

This package makes it easy to integrate the [Symfony Security Advisories Checker](https://security.sensiolabs.org/) into your Laravel project. It exposes an artisan command to check against the [Security Advisories Database](https://security.sensiolabs.org/database).

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

[](#installation)

Require this package with composer:

```
composer require lowerends/laravel-security-checker

```

Then, add the ServiceProvider to the providers array in `config/app.php`:

```
'providers' => [
   ...
   'Lowerends\SecurityChecker\ServiceProvider',

```

Usage
-----

[](#usage)

You can now check your Laravel project for known security issues by running the following artisan command:

```
artisan security:check

```

A convenient way to use this command is to add it to the post-update scripts in your project's `composer.json` file (extracted from the default Laravel `composer.json` file):

```
...
"scripts": {
    "post-install-cmd": [
            "php artisan clear-compiled",
            "php artisan optimize"
        ],
        "pre-update-cmd": [
            "php artisan clear-compiled"
        ],
        "post-update-cmd": [
            "php artisan optimize",
            "php artisan security:check"
        ],
        "post-root-package-install": [
            "php -r \"copy('.env.example', '.env');\""
        ],
        "post-create-project-cmd": [
            "php artisan key:generate"
        ]
},
...

```

The output will tell you if there are known security issues and if so, list them in order for you to take the necessary actions.

License
-------

[](#license)

The Laravel Security Checker is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

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

Total

7

Last Release

3912d ago

Major Versions

v0.1.5 → v1.0.02015-08-27

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

clisymfonylaravelsecuritycheckeradvisories

### Embed Badge

![Health badge](/badges/lowerends-laravel-security-checker/health.svg)

```
[![Health](https://phpackages.com/badges/lowerends-laravel-security-checker/health.svg)](https://phpackages.com/packages/lowerends-laravel-security-checker)
```

###  Alternatives

[nunomaduro/collision

Cli error handling for console/command-line PHP applications.

4.6k331.8M8.5k](/packages/nunomaduro-collision)[nunomaduro/laravel-console-menu

Laravel Console Menu is an output method for your Laravel/Laravel Zero commands.

815412.0k48](/packages/nunomaduro-laravel-console-menu)[nunomaduro/laravel-console-task

Laravel Console Task is a output method for your Laravel/Laravel Zero commands.

2582.1M11](/packages/nunomaduro-laravel-console-task)[nunomaduro/laravel-console-summary

A Beautiful Laravel Console Summary for your Laravel/Laravel Zero commands.

662.0M3](/packages/nunomaduro-laravel-console-summary)[nunomaduro/laravel-console-dusk

Laravel Console Dusk allows the usage of Laravel Dusk in Laravel/Laravel Zero artisan commands.

16255.4k7](/packages/nunomaduro-laravel-console-dusk)[rahul900day/laravel-console-spinner

Laravel Console Spinner is a spinner output for Laravel command line.

76125.4k1](/packages/rahul900day-laravel-console-spinner)

PHPackages © 2026

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