PHPackages                             fortress-project/folk-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. fortress-project/folk-bundle

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

fortress-project/folk-bundle
============================

Folk's user bundle for Symfony

27[4 issues](https://github.com/fortress-project/folk-bundle/issues)[1 PRs](https://github.com/fortress-project/folk-bundle/pulls)PHP

Since Mar 31Pushed 5y ago2 watchersCompare

[ Source](https://github.com/fortress-project/folk-bundle)[ Packagist](https://packagist.org/packages/fortress-project/folk-bundle)[ RSS](/packages/fortress-project-folk-bundle/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (3)Used By (0)

Fortress Project's FolkBundle
=============================

[](#fortress-projects-folkbundle)

Folk's user bundle for Symfony.

FolkBundle provides a database-backed user system in Symfony5. It adds a flexible framework for user management and common tasks such as registration or password retrieval.

Features are:

- **Log in methods** (Guard authenticators):
    - *Planned:* HTTP digest method defined in [RFC7616](https://tools.ietf.org/html/rfc7616),
    - *Planned:* Form login method,
- *Planned:* Registration form with or without confirmation email,
- *Planned:* Password reset form,

Documentation
-------------

[](#documentation)

Currently no compiled documentation are provided but you may lookup at the source code PHPDoc...

We will provide reStructuredText as soon as basic features are working.

License
-------

[](#license)

FolkBundle is released under the GNU GPL v3 (see the [LICENSE](LICENSE) file).

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 fortress-project/folk-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 fortress-project/folk-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 [
    // ...
    Fortress\Folk\FortressFolkBundle::class => ['all' => true],
];
```

Contributing
------------

[](#contributing)

See [Contributing guidelines](CONTRIBUTING.md).

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 95.5% 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/64c21a9c0cef8e66f2403af326b815eb599cb676e3584642119dd3623d38f968?d=identicon)[Axelandre42](/maintainers/Axelandre42)

---

Top Contributors

[![alwaeles](https://avatars.githubusercontent.com/u/5228298?v=4)](https://github.com/alwaeles "alwaeles (21 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

bundlefolkfortresssymfonysymfony5useruser-bundle

### Embed Badge

![Health badge](/badges/fortress-project-folk-bundle/health.svg)

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