2017 © Pedro Peláez
 

library laravel-security-checker

The Symfony Security Advisories Checker for Laravel

image

lowerends/laravel-security-checker

The Symfony Security Advisories Checker for Laravel

  • Thursday, August 27, 2015
  • by lowerends
  • Repository
  • 2 Watchers
  • 28 Stars
  • 1,252 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 8 Versions
  • 2 % Grown

The README.md

Laravel Security Checker

Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

This package makes it easy to integrate the Symfony Security Advisories Checker into your Laravel project. It exposes an artisan command to check against the Security Advisories Database., (*2)

Installation

Require this package with composer:, (*3)

composer require lowerends/laravel-security-checker

Then, add the ServiceProvider to the providers array in config/app.php:, (*4)

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

Usage

You can now check your Laravel project for known security issues by running the following artisan command:, (*5)

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):, (*6)

...
"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., (*7)

License

The Laravel Security Checker is open-sourced software licensed under the MIT license., (*8)

The Versions

27/08 2015

dev-master

9999999-dev

The Symfony Security Advisories Checker for Laravel

  Sources   Download

MIT

The Requires

 

laravel security cli symfony checker advisories

27/08 2015

v0.1.5

0.1.5.0

The Symfony Security Advisories Checker for Laravel

  Sources   Download

MIT

The Requires

 

laravel security cli symfony checker advisories

27/08 2015

v1.0.0

1.0.0.0

The Symfony Security Advisories Checker for Laravel

  Sources   Download

MIT

The Requires

 

laravel security cli symfony checker advisories

17/08 2015

v0.1.4

0.1.4.0

The Symfony Security Advisories Checker for Laravel

  Sources   Download

MIT

The Requires

 

laravel security cli symfony checker advisories

14/08 2015

v0.1.3

0.1.3.0

The Symfony Security Advisories Checker for Laravel

  Sources   Download

MIT

The Requires

 

laravel security cli symfony checker advisories

13/08 2015

v0.1.2

0.1.2.0

The Symfony Security Checker CLI for Laravel

  Sources   Download

MIT

The Requires

 

laravel security cli symfony checker

10/08 2015

0.1.1

0.1.1.0

The Symfony Security Checker CLI for Laravel

  Sources   Download

MIT

The Requires

 

laravel security cli symfony checker

10/08 2015

v0.1

0.1.0.0

The Symfony Security Checker CLI for Laravel

  Sources   Download

MIT

The Requires

 

laravel security cli symfony checker