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

ActiveLibrary

effective-solutions/security-bundle
===================================

Effective Solutions (Pvt) Ltd. Security Bundle

0.0.3(10y ago)029MITPHPPHP &gt;=5.3.0

Since Jul 22Pushed 9y ago1 watchersCompare

[ Source](https://github.com/effective-solutions/security-bundle)[ Packagist](https://packagist.org/packages/effective-solutions/security-bundle)[ Docs](http://effectivesolutions.lk/)[ RSS](/packages/effective-solutions-security-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (4)Used By (0)

Effective Solutions - Security Bundle
=====================================

[](#effective-solutions---security-bundle)

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

[](#installation)

Use following command in command line to install Effective Solutions Security Bundle

`php composer.phar require effective-solutions/security-bundle`

After the installation add following in your `AppKernel.php` file

`new EffectiveSolutions\SecurityBundle\EffectiveSolutionsSecurityBundle(),`

Add following in `app/config/routing.yml` file

```
effective_solutions_security:
    resource: "@EffectiveSolutionsSecurityBundle/Resources/config/routing.yml"
    prefix:   /

```

Usage
-----

[](#usage)

- Create `User.php` file in your Entity folder and add following code.

```
