PHPackages                             danilovl/permission-middleware-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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. danilovl/permission-middleware-bundle

ActiveSymfony-bundle[Authentication &amp; Authorization](/categories/authentication)

danilovl/permission-middleware-bundle
=====================================

Symfony bundle provides simple mechanism control permission for class or his method.

v3.0.0(5mo ago)1616MITPHPPHP ^8.5

Since Oct 10Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/danilovl/permission-middleware-bundle)[ Packagist](https://packagist.org/packages/danilovl/permission-middleware-bundle)[ RSS](/packages/danilovl-permission-middleware-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (8)Versions (35)Used By (0)

[![phpunit](https://github.com/danilovl/permission-middleware-bundle/actions/workflows/phpunit.yml/badge.svg)](https://github.com/danilovl/permission-middleware-bundle/actions/workflows/phpunit.yml)[![downloads](https://camo.githubusercontent.com/efbc7936a6bf0291b09da65576254bc6ae4f8e91804a3f561503fdaec425d529/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f64616e696c6f766c2f7065726d697373696f6e2d6d6964646c65776172652d62756e646c65)](https://packagist.org/packages/danilovl/permission-middleware-bundle)[![latest Stable Version](https://camo.githubusercontent.com/3f9ad98c40bdee78c031484cd9f936685980952895c68f2828d85a428dbd27c6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64616e696c6f766c2f7065726d697373696f6e2d6d6964646c65776172652d62756e646c65)](https://packagist.org/packages/danilovl/permission-middleware-bundle)[![license](https://camo.githubusercontent.com/50aa1efbf8bd8973e20da0e80aa1fed09d77447b649f4f97df58a8bda4577a02/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f64616e696c6f766c2f7065726d697373696f6e2d6d6964646c65776172652d62756e646c65)](https://packagist.org/packages/danilovl/permission-middleware-bundle)

PermissionMiddlewareBundle
==========================

[](#permissionmiddlewarebundle)

About
-----

[](#about)

Symfony bundle provides simple mechanism control permission for class or his method.

### Requirements

[](#requirements)

- PHP 8.5 or higher
- Symfony 8.0 or higher

### 1. Installation

[](#1-installation)

Install `danilovl/permission-middleware-bundle` package by Composer:

```
composer require danilovl/permission-middleware-bundle
```

Add the `PermissionMiddlewareBundle` to your application's bundles if does not add automatically:

```
