PHPackages                             orbitale/permissions-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. orbitale/permissions-bundle

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

orbitale/permissions-bundle
===========================

Using a new "permissions" directive as a single voter

v0.1.1(8y ago)18701MITPHPPHP ^5.5|^7.0

Since Apr 12Pushed 6y ago2 watchersCompare

[ Source](https://github.com/Orbitale/PermissionsBundle)[ Packagist](https://packagist.org/packages/orbitale/permissions-bundle)[ RSS](/packages/orbitale-permissions-bundle/feed)WikiDiscussions main Synced 3w ago

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

Permissions bundle
==================

[](#permissions-bundle)

The goal of this bundle is to add simple ExpressionLanguage based permissions to Symfony, to rely on something with more logic than Roles and less heavy than creating Voters.

Install
-------

[](#install)

- Require it with composer

    ```
    $ composer require orbitale/permissions-bundle
    ```
- Add the bundle to your kernel

    ```
