PHPackages                             civicoop/drupal-login-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. civicoop/drupal-login-bundle

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

civicoop/drupal-login-bundle
============================

Bundle to login into symfony with your drupal username and password. requires on the drupal side the service 3.x module

019PHP

Since Jul 29Pushed 12y agoCompare

[ Source](https://github.com/jaapjansma/DrupalLoginBundle)[ Packagist](https://packagist.org/packages/civicoop/drupal-login-bundle)[ RSS](/packages/civicoop-drupal-login-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

DrupalLoginBundle
=================

[](#drupalloginbundle)

Symfony bundle to login with your Drupal username and password. Requires the Service 3.x module within Drupal

This bundle works together with the form\_login secuirty configuration of Symfony

Configuration
-------------

[](#configuration)

After you have installed the bundle update your AppKernel with

```
$bundles = array(
    ...
	new CiviCoop\DrupalLoginBundle\CiviCoopDrupalLoginBundle(),
)

```

Set the drupal url in app/config/config.yml

```
civicoop:
     drupal:
	    login:
		     url: http://mydrupalsite.org/rest/user/login

```

Secure your site by adding the drupal key to app/config/security.yml

```
security:
    ...
    providers:
        ...
        drupal:
            id: drupal.security.authentication.userprovider
    firewalls:
        secured_area:
            pattern: ^/secured
            form_login:
                check_path: acme_demo_login_check
                login_path: acme_demo_login
                always_use_default_target_path: true
                default_target_path: /
            logout:
                path:   acme_demo_logout
                target: /
            drupal: ~

```

Requirements on Drupal
----------------------

[](#requirements-on-drupal)

This module requires the Drupal Services 3.x module installed and enabled. Also the user login path and JSON/rest should be configured on that module.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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/d2c015531c1cc48772ca2cdacf195ab31301f21f212a489ca1d0736d1d010e68?d=identicon)[jaapjansma](/maintainers/jaapjansma)

### Embed Badge

![Health badge](/badges/civicoop-drupal-login-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/civicoop-drupal-login-bundle/health.svg)](https://phpackages.com/packages/civicoop-drupal-login-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)
