PHPackages                             norsys/security-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. norsys/security-bundle

ActiveSymfony-bundle

norsys/security-bundle
======================

Bundle that provides security tools

1.0.0(7y ago)0106MITPHPPHP &gt;=7.0.0

Since Jul 17Pushed 7y ago8 watchersCompare

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

READMEChangelog (1)Dependencies (9)Versions (2)Used By (0)

Security bundle
===============

[](#security-bundle)

[![Package version](https://camo.githubusercontent.com/d19dc2e4d97a5b762d871f1864f6c55e755d5b7f3f7a53a935140b513249db82/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e6f727379732f73656375726974792d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/norsys/security-bundle)[![Total Downloads](https://camo.githubusercontent.com/1721d9c76a4af0117d3acb9f332ee6837ff6cd5f39f63c82fab3a7897ce02e48/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e6f727379732f73656375726974792d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/norsys/security-bundle)[![Build Status](https://camo.githubusercontent.com/d0ea8ebce388f24268479271fedd667ce4184317c50d855ec9ce294df6a5679f/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f4d365765622f417069457863657074696f6e42756e646c652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/M6Web/ApiExceptionBundle)[![Scrutinizer Coverage](https://camo.githubusercontent.com/af52118a08b1254c592ed696e8d8611f12ff658c1f31e4fd7909e5a21c47c9c8/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6e6f727379732f73656375726974792d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/norsys/security-bundle/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/e700213ba1263c96104cb4af8e619e17993ccd61b1d6ab974259f56cdaaa7781/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6e6f727379732f73656375726974792d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/norsys/security-bundle/?branch=master)[![License](https://camo.githubusercontent.com/f5d6ae1abb6837304276168aa2ee2341c837112d1a1e15f1e35c2189cb457646/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6e6f727379732f73656375726974792d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://github.com/norsys/security-bundle/blob/master/LICENSE)

[![SensioLabsInsight](https://camo.githubusercontent.com/f1012f7c0edc2b571375be3e9228f15dc857f3d00ed85fcca76bc02617061675/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f31383439666538662d653134632d343234632d626333632d6639366164326137363530662f6269672e706e67)](https://insight.sensiolabs.com/projects/1849fe8f-e14c-424c-bc3c-f96ad2a7650f)

Bundle that provides security tools.

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

[](#installation)

Download the Bundle
-------------------

[](#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 norsys/security-bundle

```

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.

Enable the Bundle
-----------------

[](#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:

```
