PHPackages                             galmi/xacmlbundle - 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. [Security](/categories/security)
4. /
5. galmi/xacmlbundle

ActiveSymfony-bundle[Security](/categories/security)

galmi/xacmlbundle
=================

XACML Bundle

081[1 issues](https://github.com/galmi/xacmlBundle/issues)PHP

Since Mar 13Pushed 10y ago1 watchersCompare

[ Source](https://github.com/galmi/xacmlBundle)[ Packagist](https://packagist.org/packages/galmi/xacmlbundle)[ RSS](/packages/galmi-xacmlbundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![Code Climate](https://camo.githubusercontent.com/df3fd69b8d140ec16a6bff88edf108d7404ed265084b0a68e719e19bc3381842/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f67616c6d692f7861636d6c42756e646c652f6261646765732f6770612e737667)](https://codeclimate.com/github/galmi/xacmlBundle)[![Test Coverage](https://camo.githubusercontent.com/87d097d79ac373d69db236105b70699370bbc2d4c81b39977dff0ca705fe35bf/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f67616c6d692f7861636d6c42756e646c652f6261646765732f636f7665726167652e737667)](https://codeclimate.com/github/galmi/xacmlBundle/coverage)[![Build Status](https://camo.githubusercontent.com/90ecf765dba4e7550f97c6d227f30006f1acebb27edd630717e2d14101fadd58/68747470733a2f2f7472617669732d63692e6f72672f67616c6d692f7861636d6c42756e646c652e737667)](https://travis-ci.org/galmi/xacmlBundle)

GalmiXacmlBundle
================

[](#galmixacmlbundle)

The GalmiXacmlBundle adds support for ABAC (Attribute Based Access Control) based on eXtensible Access Control Markup Language (XACML) Version 3.0 OASIS Standard.

Features include:

- Policies can be stored via Doctrine ORM
- Unit tested

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

[](#installation)

Step 1: Download the Bundle
---------------------------

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require galmi/xacmlbundle "dev-master"
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Step 2: Enable the Bundle
-------------------------

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
