PHPackages                             dayspring-tech/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. dayspring-tech/login-bundle

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

dayspring-tech/login-bundle
===========================

Form login user authentication for Symfony2, with forgot/reset password, change password.

6.0.0(1y ago)052.8k↑114.8%MITPHPPHP &gt;=8.0CI passing

Since Mar 18Pushed 1y ago7 watchersCompare

[ Source](https://github.com/dayspring-tech/LoginBundle)[ Packagist](https://packagist.org/packages/dayspring-tech/login-bundle)[ RSS](/packages/dayspring-tech-login-bundle/feed)WikiDiscussions 6.x Synced 1mo ago

READMEChangelog (10)Dependencies (21)Versions (40)Used By (0)

Dayspring Login Bundle
======================

[](#dayspring-login-bundle)

[![Build Status](https://github.com/dayspring-tech/LoginBundle/actions/workflows/symfony.yml/badge.svg)](https://github.com/dayspring-tech/LoginBundle/actions/workflows/symfony.yml)

This bundle provides basic username/password authentication, forgot/reset password, and change password.

Minimally, your `security.yml` should contain the following:

```
security:
    providers:
        dayspring:
            id: dayspring_login.user_provider
    password_hashers:
        Dayspring\LoginBundle\Model\User:
            algorithm: bcrypt
            cost: 12
    firewalls:
        dev:
            pattern: ^/(_(profiler|wdt)|css|images|js)/
            security: false
        login:
            pattern:  ^/login$
            security: false
        secured_area:
            pattern:    ^/
            user_checker: dayspring_login.user_checker
            form_login:
                check_path: _login_check
                login_path: _login
                default_target_path: /_demo/secure
                provider: dayspring
                success_handler: dayspring_login.success_handler
            logout:
                path:   _logout
                target: /
            anonymous: ~

```

### User Profiles

[](#user-profiles)

If your application requires additional information to be stored with the user, the recommended strategy is to create a `UserProfile` model using Propel's inheritance features.

Example:

```

```

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance44

Moderate activity, may be stable

Popularity29

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity80

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 83.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 ~121 days

Recently: every ~150 days

Total

28

Last Release

441d ago

Major Versions

1.0.0 → 2.0.02018-05-11

2.0.0 → 4.0.02021-04-22

4.1.0 → 5.0.02023-03-15

4.2.0 → 5.2.02023-07-11

5.2.0 → 6.0.02025-03-03

PHP version history (4 changes)0.1.0PHP &gt;=5.5.0

2.0.0PHP &gt;=7.0

4.1.0PHP &gt;=7.4

6.0.0PHP &gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/092f64d077ad9ae39939fd3709afc416c4b3164fd23b020cd6ed314bdfe7c0fe?d=identicon)[jwong-dayspring](/maintainers/jwong-dayspring)

![](https://www.gravatar.com/avatar/8be6e72a9f57e5434d88defd3e21d983e01e93b4ca9a29b4d0a9ceb5a6e07532?d=identicon)[bwyu-dayspring](/maintainers/bwyu-dayspring)

![](https://www.gravatar.com/avatar/13a78557ae5a0b484a21769112d52eb1a219543082ab2aabbb3e499b9109e363?d=identicon)[ssitu](/maintainers/ssitu)

---

Top Contributors

[![jwong-dayspring](https://avatars.githubusercontent.com/u/1828203?v=4)](https://github.com/jwong-dayspring "jwong-dayspring (60 commits)")[![dposner-dayspring](https://avatars.githubusercontent.com/u/108018129?v=4)](https://github.com/dposner-dayspring "dposner-dayspring (7 commits)")[![mdenson-dayspring](https://avatars.githubusercontent.com/u/1828232?v=4)](https://github.com/mdenson-dayspring "mdenson-dayspring (5 commits)")

---

Tags

loginuser authenticationforgot passwordchange passwordreset password

###  Code Quality

TestsPHPUnit

Static AnalysisRector

### Embed Badge

![Health badge](/badges/dayspring-tech-login-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/dayspring-tech-login-bundle/health.svg)](https://phpackages.com/packages/dayspring-tech-login-bundle)
```

###  Alternatives

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)

PHPackages © 2026

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