PHPackages                             bitpatroon/typo3\_login\_service - 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. bitpatroon/typo3\_login\_service

ActiveTypo3-cms-extension[Authentication &amp; Authorization](/categories/authentication)

bitpatroon/typo3\_login\_service
================================

Service is used to technical setup a FE user in an eID or login a user using the users uid or username.

v9.5.99(1y ago)06.0kGPL-2.0-or-laterPHP

Since Sep 2Pushed 1y ago1 watchersCompare

[ Source](https://github.com/bitpatroon/typo3_login_service)[ Packagist](https://packagist.org/packages/bitpatroon/typo3_login_service)[ RSS](/packages/bitpatroon-typo3-login-service/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)DependenciesVersions (28)Used By (0)

typo3\_login\_service
=====================

[](#typo3_login_service)

Technical login service

Service is used to technical setup a FE user in an eID or login a user using the users uid or username.

Usage:

eID FE User init
----------------

[](#eid-fe-user-init)

When (re)starting a user session inside an API, add the following code to your API. After the call your TSFE is filled as if the user was loading a FE page.

/\*\* @var \\BPN\\Typo3LoginService\\Controller\\EidLoginController $loginController \*/ $loginController = \\TYPO3\\CMS\\Core\\Utility\\GeneralUtility::makeInstance(\\BPN\\Typo3LoginService\\Controller\\EidLoginController::class); $authenticaticated = $loginController-&gt;initFeUser();

Logging in a user from code
---------------------------

[](#logging-in-a-user-from-code)

When you need to login a user from code, and you know the users uid, call the following code:

/\*\* @var \\BPN\\Typo3LoginService\\Controller\\CodeLoginController $eidLoginController \*/ $loginController = \\TYPO3\\CMS\\Core\\Utility\\GeneralUtility::makeInstance(\\BPN\\Typo3LoginService\\Controller\\CodeLoginController::class); $authenticaticated = $loginController-&gt;loginUser($userid);

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity68

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~67 days

Recently: every ~289 days

Total

27

Last Release

698d ago

Major Versions

v0.0.1 → v1.0.12019-10-14

v1.3.2 → v9.5.992024-06-14

PHP version history (4 changes)v0.0.2PHP ^5.6 || ^7.0

v1.0.4PHP ^7.0

v1.1.0PHP ^7.2

v1.2.0PHP ^7.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/17638058?v=4)[Sjoerd Zonneveld](/maintainers/bitpatroon)[@bitpatroon](https://github.com/bitpatroon)

---

Top Contributors

[![bitpatroon](https://avatars.githubusercontent.com/u/17638058?v=4)](https://github.com/bitpatroon "bitpatroon (36 commits)")

---

Tags

Authenticationserviceservice providerlogintypo3

### Embed Badge

![Health badge](/badges/bitpatroon-typo3-login-service/health.svg)

```
[![Health](https://phpackages.com/badges/bitpatroon-typo3-login-service/health.svg)](https://phpackages.com/packages/bitpatroon-typo3-login-service)
```

###  Alternatives

[auth0/auth0-php

PHP SDK for Auth0 Authentication and Management APIs.

40820.2M68](/packages/auth0-auth0-php)[auth0/login

Auth0 Laravel SDK. Straight-forward and tested methods for implementing authentication, and accessing Auth0's Management API endpoints.

2745.0M3](/packages/auth0-login)[delight-im/auth

Authentication for PHP. Simple, lightweight and secure.

1.3k135.7k20](/packages/delight-im-auth)[auth0/symfony

Symfony SDK for Auth0 Authentication and Management APIs.

128738.1k](/packages/auth0-symfony)[jmikola/auto-login

Facilitates automatic login via a single token for Symfony's Security component.

100307.6k2](/packages/jmikola-auto-login)[jmikola/auto-login-bundle

Authenticate users in your Symfony app via a single query parameter (e.g. email and newsletter links).

84323.6k](/packages/jmikola-auto-login-bundle)

PHPackages © 2026

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