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

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

exsyst/security-bundle
======================

Some security tools to help symfony development

v0.0.1(10y ago)011Apache-2.0PHPPHP &gt;=5.5

Since Oct 20Pushed 10y ago2 watchersCompare

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

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

EXSystSecurityBundle
====================

[](#exsystsecuritybundle)

[![Build Status](https://camo.githubusercontent.com/cbab8e923c935e7c424c88ac90cd4a02d5511644a1e6ff6287fa2cb5621d13c1/68747470733a2f2f7472617669732d63692e6f72672f4558537973742f536563757269747942756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/EXSyst/SecurityBundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/504933b581195dcd72786abc716e398faa2f337ef8ab04c7cba1e74a5c99f09a/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4558537973742f536563757269747942756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/EXSyst/SecurityBundle/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/0ca3d04f3311ba78c9e9bb5f062fa00c53931e07d5c189b8a6458805d2d15e19/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4558537973742f536563757269747942756e646c652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/EXSyst/SecurityBundle/?branch=master)[![Total Downloads](https://camo.githubusercontent.com/9a9d635668ee4b98591a72f97760adbc53411eeb418054e83a72eddd139fc431/68747470733a2f2f706f7365722e707567782e6f72672f4558537973742f73656375726974792d62756e646c652f646f776e6c6f6164732e737667)](https://packagist.org/packages/EXSyst/security-bundle)[![Latest Stable Version](https://camo.githubusercontent.com/a94ef5404bd294c2a9b5f354b4deb09ed4f13aea2e73e9fe3dac1489829b7bcc/68747470733a2f2f706f7365722e707567782e6f72672f4558537973742f73656375726974792d62756e646c652f762f737461626c652e737667)](https://packagist.org/packages/EXSyst/security-bundle)

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 exsyst/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.

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:

```
