PHPackages                             anfly0/psr-15-github-auth - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. anfly0/psr-15-github-auth

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

anfly0/psr-15-github-auth
=========================

PSR-15 middleware for authenticating incoming webhooks from github

1.0.2(6y ago)48MITPHPPHP &gt;=7.2

Since Jul 25Pushed 6y agoCompare

[ Source](https://github.com/anfly0/PSR-15-github-auth)[ Packagist](https://packagist.org/packages/anfly0/psr-15-github-auth)[ RSS](/packages/anfly0-psr-15-github-auth/feed)WikiDiscussions master Synced today

READMEChangelog (6)Dependencies (7)Versions (7)Used By (0)

GitHub webhook authentication middleware.
=========================================

[](#github-webhook-authentication-middleware)

[![License](https://camo.githubusercontent.com/f764673194f41abf234d11d64a13428a10ea6cc7ddc5c2a88f4d3153a675496e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f616e666c79302f5053522d31352d6769746875622d61757468)](https://badges.mit-license.org)[![Build Status](https://camo.githubusercontent.com/3231c4551a907d402e8cd8da1e49fa2ba3acc61832bc4cc262c0d4d6b55c7296/68747470733a2f2f7472617669732d63692e636f6d2f616e666c79302f5053522d31352d6769746875622d617574682e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/anfly0/PSR-15-github-auth)

> Simple PSR-15 middleware for authenticating GitHub webhooks.

---

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

[](#installation)

```
$ composer require anfly0/psr-15-github-auth
```

---

Example
-------

[](#example)

### Install dependencies for the following example:

[](#install-dependencies-for-the-following-example)

```
composer require anfly0/psr-15-github-auth
composer require slim/slim ^4.0.0-beta
composer require slim/psr7
composer require monolog/monolog
```

```
