PHPackages                             bluetea/crowd-authentication-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. bluetea/crowd-authentication-bundle

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

bluetea/crowd-authentication-bundle
===================================

Atlassian Crowd authentication Symfony2 bundle

1120PHP

Since Nov 19Pushed 11y ago6 watchersCompare

[ Source](https://github.com/BlueTeaNL/Crowd-Authentication-Bundle)[ Packagist](https://packagist.org/packages/bluetea/crowd-authentication-bundle)[ RSS](/packages/bluetea-crowd-authentication-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Atlassian Crowd authentication for Symfony2
===========================================

[](#atlassian-crowd-authentication-for-symfony2)

This bundle allows you to add Atlassian Crowd authentication to your Symfony2 application and is inspired on the [seiffert Crowd Auth Bundle](https://github.com/seiffert/crowd-auth-bundle/). In the near future this bundle will be expended with more advanced features.

Installation
============

[](#installation)

Add this bundle to your composer.json

```
composer.phar require "bluetea/crowd-authentication-bundle" dev-master

```

Enable it in the AppKernel.php

```
new Bluetea\CrowdAuthenticationBundle\BlueteaCrowdAuthenticationBundle(),

```

Add the configuration to your config.yml

```
bluetea_crowd_authentication:
    base_url: https://atlassian.yourdomain.com/crowd/rest/usermanagement/latest
    application: application_key
    password: password

```

Configuration
=============

[](#configuration)

Now edit the `security.yml`.

```
security:
    encoders:
        Bluetea\CrowdAuthenticationBundle\Crowd\User: plaintext

    [...]

    providers:
        crowd:
            id: bluetea_crowd_authentication.security.user.crowd_user_provider

    [...]

    firewalls:
        dev:
            pattern:  ^/(_(profiler|wdt)|css|images|js)/
            security: false

        demo_login:
            pattern:  ^/demo/secured/login$
            security: false

        demo_secured_area:
            pattern:    ^/demo/secured/
            crowd_login:
                check_path: _demo_security_check
                login_path: _demo_login
            logout:
                path:   _demo_logout
                target: _demo

```

The `crowd_login` is important! Don't forget it or you won't get authenticated.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/a64fbad5c4336c0803f3e06eebb1949d3c11f7b98d46d7e188b9e7f6adbb4645?d=identicon)[piwi91](/maintainers/piwi91)

![](https://www.gravatar.com/avatar/ba49703b912f9a3e5aefe304feea8815a9eaca332c7af2d16c835c838e7320ee?d=identicon)[bluetea](/maintainers/bluetea)

---

Top Contributors

[![piwi91](https://avatars.githubusercontent.com/u/667095?v=4)](https://github.com/piwi91 "piwi91 (2 commits)")

### Embed Badge

![Health badge](/badges/bluetea-crowd-authentication-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/bluetea-crowd-authentication-bundle/health.svg)](https://phpackages.com/packages/bluetea-crowd-authentication-bundle)
```

###  Alternatives

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)

PHPackages © 2026

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