PHPackages                             electivetechnology/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. [API Development](/categories/api)
4. /
5. electivetechnology/security-bundle

ActiveSymfony-bundle[API Development](/categories/api)

electivetechnology/security-bundle
==================================

Elective Security Bundle

2.1.0(5y ago)07.0k[4 PRs](https://github.com/electivetechnology/security-bundle/pulls)2MITPHPPHP ^7.1.13

Since Jan 7Pushed 5y ago2 watchersCompare

[ Source](https://github.com/electivetechnology/security-bundle)[ Packagist](https://packagist.org/packages/electivetechnology/security-bundle)[ RSS](/packages/electivetechnology-security-bundle/feed)WikiDiscussions 1.x Synced 1w ago

READMEChangelog (10)Dependencies (5)Versions (28)Used By (2)

electivetechnology/security-bundle
==================================

[](#electivetechnologysecurity-bundle)

[![Build Status](https://camo.githubusercontent.com/d932226d24753d9addb744709b91d313a116396a5a334c88383ba81ed741c03e/68747470733a2f2f7472617669732d63692e6f72672f656c656374697665746563686e6f6c6f67792f73656375726974792d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/electivetechnology/security-bundle)

Provides collection of utility classes for handling authentication/autorisation processes. This project is compatible with following Symfony versions:

- 3.x
- 4.x
- 5.x

Requirements
------------

[](#requirements)

- PHP 7.1 and up

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

[](#installation)

Make sure Composer is installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Applications that use Symfony Flex
----------------------------------

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

```
$ composer require electivetechnology/security-bundle
```

Applications that don't use Symfony Flex
----------------------------------------

[](#applications-that-dont-use-symfony-flex)

### 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 electivetechnology/security-bundle
```

### 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 `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    Elective\SecurityBundle\ElectiveSecurityBundle::class => ['all' => true],
];
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 93.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~22 days

Recently: every ~51 days

Total

23

Last Release

1833d ago

Major Versions

v0.0.16 → 2.1.02020-10-21

PHP version history (2 changes)v0.0.1PHP ^7.0.8

2.1.0PHP ^7.1.13

### Community

Maintainers

![](https://www.gravatar.com/avatar/8177b86c7811c3da8bf828635a8411ed9cdf84006b403c46ff0d10bc88097745?d=identicon)[kris.rybak](/maintainers/kris.rybak)

---

Top Contributors

[![krisrybak](https://avatars.githubusercontent.com/u/1056838?v=4)](https://github.com/krisrybak "krisrybak (56 commits)")[![chris-wm](https://avatars.githubusercontent.com/u/8395552?v=4)](https://github.com/chris-wm "chris-wm (3 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

apisymfonysecurityelective

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/electivetechnology-security-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/electivetechnology-security-bundle/health.svg)](https://phpackages.com/packages/electivetechnology-security-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[scheb/2fa

Two-factor authentication for Symfony applications (please use scheb/2fa-bundle to install)

578630.7k1](/packages/scheb-2fa)[mtarld/api-platform-ms-bundle

API Platform Microservice Bundle

7124.5k](/packages/mtarld-api-platform-ms-bundle)[stfalcon-studio/api-bundle

Base classes and helper services to build API application via Symfony.

1032.1k](/packages/stfalcon-studio-api-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
