2017 © Pedro Peláez
 

symfony-bundle security-bundle

Extends the FOSUserBundle customizing and adding some functionality.

image

xm/security-bundle

Extends the FOSUserBundle customizing and adding some functionality.

  • Thursday, May 10, 2018
  • by darrylhein
  • Repository
  • 2 Watchers
  • 0 Stars
  • 154 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 13 Versions
  • 24 % Grown

The README.md

XMSecurityBundle

Extends the FOSUserBundle customizing and adding some functionality., (*1)

Installation

Step 1: Download the Bundle

This package is not on Packagist, so the repository will need to be added manually in composer.json, (*2)

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

$ php composer.phar require xm/security-bundle

This command requires Composer., (*4)

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:, (*5)

<?php
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new XM\SecurityBundle\XMSecurityBundle(),
        );

        // ...
    }
}

The Versions

10/05 2018

dev-master

9999999-dev https://github.com/xmmedia/XMSecurityBundle

Extends the FOSUserBundle customizing and adding some functionality.

  Sources   Download

MIT

The Requires

 

by Darryl Hein

10/05 2018

0.2.10

0.2.10.0 https://github.com/xmmedia/XMSecurityBundle

Extends the FOSUserBundle customizing and adding some functionality.

  Sources   Download

MIT

The Requires

 

by Darryl Hein

07/03 2018

0.2.9

0.2.9.0 https://github.com/xmmedia/XMSecurityBundle

Extends the FOSUserBundle customizing and adding some functionality.

  Sources   Download

MIT

The Requires

 

by Darryl Hein

06/03 2018

0.2.8

0.2.8.0 https://github.com/xmmedia/XMSecurityBundle

Extends the FOSUserBundle customizing and adding some functionality.

  Sources   Download

MIT

The Requires

 

by Darryl Hein

01/02 2018

0.2.7

0.2.7.0 https://github.com/xmmedia/XMSecurityBundle

Extends the FOSUserBundle customizing and adding some functionality.

  Sources   Download

MIT

The Requires

 

by Darryl Hein

01/02 2018

0.2.6

0.2.6.0 https://github.com/xmmedia/XMSecurityBundle

Extends the FOSUserBundle customizing and adding some functionality.

  Sources   Download

MIT

The Requires

 

by Darryl Hein

20/08 2017

0.2.5

0.2.5.0 https://github.com/xmmedia/XMSecurityBundle

Extends the FOSUserBundle customizing and adding some functionality.

  Sources   Download

MIT

The Requires

 

by Darryl Hein

18/08 2017

0.2.4

0.2.4.0 https://github.com/xmmedia/XMSecurityBundle

Extends the FOSUserBundle customizing and adding some functionality.

  Sources   Download

MIT

The Requires

 

by Darryl Hein

17/08 2017

0.2.3

0.2.3.0 https://github.com/xmmedia/XMSecurityBundle

Extends the FOSUserBundle customizing and adding some functionality.

  Sources   Download

MIT

The Requires

 

by Darryl Hein

10/08 2017

0.2.2

0.2.2.0 https://github.com/xmmedia/XMSecurityBundle

Extends the FOSUserBundle customizing and adding some functionality.

  Sources   Download

MIT

The Requires

 

by Darryl Hein

09/08 2017

0.2.1

0.2.1.0 https://github.com/xmmedia/XMSecurityBundle

Extends the FOSUserBundle customizing and adding some functionality.

  Sources   Download

MIT

The Requires

 

by Darryl Hein

09/08 2017

0.2

0.2.0.0 https://github.com/xmmedia/XMSecurityBundle

Extends the FOSUserBundle customizing and adding some functionality.

  Sources   Download

MIT

The Requires

 

by Darryl Hein

15/11 2016

0.1

0.1.0.0 https://github.com/xmmedia/XMSecurityBundle

Extends the FOSUserBundle customizing and adding some functionality.

  Sources   Download

MIT

The Requires

 

by Darryl Hein