2017 © Pedro Peláez
 

library shieldfy-laravel-client

shieldfy firewall component for laravel framework

image

shieldfy/shieldfy-laravel-client

shieldfy firewall component for laravel framework

  • Tuesday, August 1, 2017
  • by shieldfy
  • Repository
  • 7 Watchers
  • 4 Stars
  • 38 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Shieldfy Laravel Client

This is a Laravel package for Shieldfy SDK, (*1)

Packagist StyleCI, (*2)

Installation

You will need first to register on shieldfy.io to get your APP Key & APP Secret., (*3)

Through Composer (the recommended way), (*4)

composer require shieldfy/shieldfy-laravel-client

Configuration

After installing the Shieldfy laravel library, register the Shieldfy\ShieldfyLaravelClient\ShieldfyServiceProvider in your config/app.php configuration file:, (*5)

'providers' => [
    ...
    Shieldfy\ShieldfyLaravelClient\ShieldfyServiceProvider::class,
],

Shieldfy takes its config from environment file .env, (*6)

SHIELDFY_APP_KEY=YOUR_APP_KEY
SHIELDFY_APP_SECRET=YOUR_APP_SECRET

Add Shieldfy Middleware, (*7)

If you’d like to configure Shieldfy further you can publish the configurations file., (*8)

php artisan vendor:publish

A file called shieldfy.php will be placed into your config folder config/shieldfy.php., (*9)

Usage

Add Shieldfy middleware in your app/Http/Kernel.php, (*10)

protected $middleware = [
    ...
    \Shieldfy\ShieldfyLaravelClient\Middlewares\ShieldfyMiddleware::class
];

for more information about configurations and usage , go to the official documentation docs.shieldfy.io/docs, (*11)

Contributing

Thank you for considering contributing to this project! Bug reports, feature requests, and pull requests are very welcome., (*12)

Security Vulnerabilities

If you discover a security vulnerability within this project, please send an e-mail to security@shieldfy.com., (*13)

The Versions

01/08 2017

dev-master

9999999-dev

shieldfy firewall component for laravel framework

  Sources   Download

MIT

The Requires

 

security application firewall ids detection attack bypass ips shieldfy

01/08 2017

2.1.0

2.1.0.0

shieldfy firewall component for laravel framework

  Sources   Download

MIT

The Requires

 

security application firewall ids detection attack bypass ips shieldfy

01/08 2017

dev-develop

dev-develop

shieldfy firewall component for laravel framework

  Sources   Download

MIT

The Requires

 

security application firewall ids detection attack bypass ips shieldfy

11/06 2017

2.0.1

2.0.1.0

shieldfy firewall component for laravel framework

  Sources   Download

MIT

The Requires

 

security application firewall ids detection attack bypass ips shieldfy

08/06 2017

2.0.0

2.0.0.0

shieldfy firewall component for laravel framework

  Sources   Download

MIT

The Requires

 

security application firewall ids detection attack bypass ips shieldfy