PHPackages                             httpoz/hook - 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. httpoz/hook

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

httpoz/hook
===========

Package for allowing and monitoring a\[pp access.

v0.4.0(8y ago)054MITPHPPHP &gt;=7.1.3CI failing

Since Mar 26Pushed 8y agoCompare

[ Source](https://github.com/httpoz/hook)[ Packagist](https://packagist.org/packages/httpoz/hook)[ Docs](https://github.com/httpoz/hook)[ RSS](/packages/httpoz-hook/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (6)Versions (5)Used By (0)

[![Build Status](https://camo.githubusercontent.com/5e6dbbebc272f4e19fac1c499c9a59c9faf0bcf7f95fe187ac4d9a84bbdf9497/68747470733a2f2f7472617669732d63692e6f72672f687474706f7a2f686f6f6b2e737667)](https://travis-ci.org/httpoz/hook)[![codecov](https://camo.githubusercontent.com/6540457500bc248304200a1e206fa01b992750f7f3c19086be6ccdf6345127d5/68747470733a2f2f636f6465636f762e696f2f67682f687474706f7a2f686f6f6b2f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/httpoz/hook)[![Total Downloads](https://camo.githubusercontent.com/8a19498574535ec1eb4a84b1f36693cc39fc44c0a38425196397ff7500789b24/68747470733a2f2f706f7365722e707567782e6f72672f687474706f7a2f686f6f6b2f642f746f74616c2e737667)](https://packagist.org/packages/httpoz/hook)

Installation
============

[](#installation)

### Composer

[](#composer)

Add the package to your project via composer.

```
composer require httpoz/hooks

```

### Publish

[](#publish)

Run this to publish the package's migrations

```
php artisan vendor:publish --provider="HttpOz\Hook\HookServiceProvider"

```

Middleware
----------

[](#middleware)

This package comes with `ValidateHookMiddleware`. You need to add it to your `app/Http/Kernel.php`.

```
