2017 © Pedro Peláez
 

library shield

A laravel middleware to shield against unverified webhooks from 3rd party services

image

clarkeash/shield

A laravel middleware to shield against unverified webhooks from 3rd party services

  • Sunday, October 15, 2017
  • by clarkeash
  • Repository
  • 6 Watchers
  • 73 Stars
  • 40 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 9 Forks
  • 7 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Project Moved

This project has moved to https://github.com/laravel-shield/shield., (*1)

I am still happy for your contributions please read the guide here: http://laravel-shield.com/contributing, (*2)




, (*3)

Shield

, (*4)

Shield is a laravel middleware to protect against unverified webhooks from 3rd party services., (*5)

Installation

You can pull in the package using composer:, (*6)

$ composer require clarkeash/shield

Publish the package configuration:, (*7)

$ php artisan vendor:publish --tag=config

Usage

Create your webhook route in routes/api.php and add the middleware like so:, (*8)

Route::middleware('shield:github')->post('/hooks/github', 'HooksController@github');

The name after shield: is the name set in config/shield.php in the enabled section., (*9)

Services

  • GitHub
  • GitLab
  • Stripe
  • Zapier

Feel free to submit a PR to support other services., (*10)

The Versions

15/10 2017

dev-master

9999999-dev

A laravel middleware to shield against unverified webhooks from 3rd party services

  Sources   Download

MIT

The Development Requires

by Ashley Clarke

06/10 2017

v1.0.1

1.0.1.0

A laravel middleware to shield against unverified webhooks from 3rd party services

  Sources   Download

MIT

The Development Requires

by Ashley Clarke

23/07 2017

v1.0.0

1.0.0.0

A laravel middleware to shield against unverified webhooks from 3rd party services

  Sources   Download

MIT

The Development Requires

by Ashley Clarke