PHPackages                             floriansemm/expose-bundle - 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. floriansemm/expose-bundle

ActiveLibrary

floriansemm/expose-bundle
=========================

v0.1.1(8y ago)026MITPHP

Since Jul 26Pushed 8y ago1 watchersCompare

[ Source](https://github.com/floriansemm/ExposeBundle)[ Packagist](https://packagist.org/packages/floriansemm/expose-bundle)[ RSS](/packages/floriansemm-expose-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

ExposeBundle
============

[](#exposebundle)

Integrates the [expose](https://github.com/enygma/expose) project into symfony. It allows you to register handlers to respond to reports for the current request. (to block users/ips, send notifications, etc.)

The bundle add a "suspend request" feature. If is the impact for the current request greater than the configured threshold (default is 7), then an `IntrusionException` will be thrown. All registered handlers will be executed before this check throws the exception.

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

[](#installation)

`composer require floriansemm/expose-bundle`

Register the bundle:

```
