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

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

helthe/api-security-bundle
==========================

Helthe API Security bundle for Symfony 2

1.0.0(12y ago)129MITPHPPHP &gt;=5.3.3

Since Feb 21Pushed 11y ago1 watchersCompare

[ Source](https://github.com/helthe/ApiSecurityBundle)[ Packagist](https://packagist.org/packages/helthe/api-security-bundle)[ Docs](https://helthe.co)[ RSS](/packages/helthe-api-security-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

Helthe Api Security Bundle [![Build Status](https://camo.githubusercontent.com/6d77c2b33d93ad6a490bba60b50f80f6ae73f6e74dac71f47483d973f36955f5/68747470733a2f2f7472617669732d63692e6f72672f68656c7468652f417069536563757269747942756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/helthe/ApiSecurityBundle) [![Scrutinizer Quality Score](https://camo.githubusercontent.com/74251134da659fc26ec316ac421153ee3562eeba7d8e854197e33b808842f594/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f68656c7468652f417069536563757269747942756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f733d65623565373461653439313031383636333566303863313966303462336139306630383032373437)](https://scrutinizer-ci.com/g/helthe/ApiSecurityBundle/)
=================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#helthe-api-security-bundle--)

Helthe Api Security Bundle integrates the [Helthe API Security Component](https://github.com/helthe/ApiSecurity)with your Symfony2 application.

Installation
------------

[](#installation)

### Step 1: Add package requirement in Composer

[](#step-1-add-package-requirement-in-composer)

#### Manually

[](#manually)

Add the following in your `composer.json`:

```
{
    "require": {
        // ...
        "helthe/api-security-bundle": "~1.0"
    }
}
```

#### Using the command line

[](#using-the-command-line)

```
$ composer require 'helthe/api-security-bundle=~1.0'
```

### Step 2: Register the bundle in the kernel

[](#step-2-register-the-bundle-in-the-kernel)

```
