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 today

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 9% 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://avatars.githubusercontent.com/u/4126292?v=4)[Jaap Jansma](/maintainers/jaapjansma)[@jaapjansma](https://github.com/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

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.2M17](/packages/kartik-v-yii2-password)

PHPackages © 2026

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