2017 © Pedro Peláez
 

library laravel-expose

image

scollins/laravel-expose

  • Tuesday, August 23, 2016
  • by SCollins
  • Repository
  • 2 Watchers
  • 3 Stars
  • 64 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Laravel Expose

License Latest Stable Version Total Downloads, (*1)

This package allows you to use Expose in Laravel with support for caching ad queuing., (*2)

Install

First grab a copy with composer, (*3)

$ composer require scollins/laravel-expose

You can also manually add it to your composer.json and run composer update, (*4)

{
    "require": {
        "scollins/laravel-expose": "^1.0"
    }
}

Add the service provider to your config\app.php file, (*5)

  • SCollins\LaravelExpose\ExposeServiceProvider::class

Add the facade, (*6)

  • 'Expose' => SCollins\LaravelExpose\Facades\Expose::class

Add the Middleware to your kernel.php, (*7)

  • \SCollins\LaravelExpose\Middleware\Expose::class

It should now run on any requests with input and add the Job to your queue. While your queue is running it will analyse the requests and log any high values., (*8)

It uses the Cache to store the requests which could contain sensitive information, use the ignore config option to exclude this., (*9)

Todo

  • Improve formatting of violations

License

Laravel Expose is licensed under The MIT License (MIT)., (*10)

The Versions

23/08 2016

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

The Development Requires

23/08 2016

1.0.1

1.0.1.0

  Sources   Download

MIT

The Requires

 

The Development Requires

27/07 2016

1.0.0

1.0.0.0

  Sources   Download

MIT

The Requires

 

The Development Requires