PHPackages                             mjaschen/oauth2-mtbnews - 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. mjaschen/oauth2-mtbnews

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

mjaschen/oauth2-mtbnews
=======================

MTB-News.de provider for league/oauth2-client

0.6.0(8y ago)071MITPHPPHP &gt;=7.0

Since Jan 9Pushed 8y ago1 watchersCompare

[ Source](https://github.com/mjaschen/oauth2-mtbnews)[ Packagist](https://packagist.org/packages/mjaschen/oauth2-mtbnews)[ RSS](/packages/mjaschen-oauth2-mtbnews/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (9)Used By (0)

MTB-News.de and Rennrad-News.de OAuth2 client provider
======================================================

[](#mtb-newsde-and-rennrad-newsde-oauth2-client-provider)

This package provides [MTB-News.de](http://www.mtb-news.de/), [Rennrad-News.de](http://www.rennrad-news.de/), and [eMTB-News.de](http://www.emtb-news.de/) integration for [OAuth2 Client](https://github.com/thephpleague/oauth2-client) by *[The League](http://thephpleague.com/).*

Requirements
------------

[](#requirements)

- PHP 5.4 or later

Installation
------------

[](#installation)

```
composer require mjaschen/oauth2-mtbnews
```

Usage
-----

[](#usage)

### MTB-News.de

[](#mtb-newsde)

```
$provider = new MarcusJaschen\OAuth2\Client\Provider\MTBNews(
    [
        'clientId'     => 'abcdefghijkl',
        'clientSecret' => 'mnopqrstuvwxyz',
        'redirectUri'  => 'https://www.example.org/oauth/return',
    ]
);
```

### Rennrad-News.de

[](#rennrad-newsde)

```
$provider = new MarcusJaschen\OAuth2\Client\Provider\RennradNews(
    [
        'clientId'     => 'abcdefghijkl',
        'clientSecret' => 'mnopqrstuvwxyz',
        'redirectUri'  => 'https://www.example.org/oauth/return',
    ]
);
```

### eMTB-News.de

[](#emtb-newsde)

```
$provider = new MarcusJaschen\OAuth2\Client\Provider\EMTBNews(
    [
        'clientId'     => 'abcdefghijkl',
        'clientSecret' => 'mnopqrstuvwxyz',
        'redirectUri'  => 'https://www.example.org/oauth/return',
    ]
);
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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 ~154 days

Recently: every ~268 days

Total

8

Last Release

3058d ago

PHP version history (3 changes)0.1.0PHP ~5.4

0.4.0PHP &gt;=5.4

0.6.0PHP &gt;=7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/bc523e51187f3e61b07b112fe26f3845e3261cf3aff2b488a986c48105b1623f?d=identicon)[marcusj](/maintainers/marcusj)

---

Top Contributors

[![mjaschen](https://avatars.githubusercontent.com/u/328130?v=4)](https://github.com/mjaschen "mjaschen (13 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mjaschen-oauth2-mtbnews/health.svg)

```
[![Health](https://phpackages.com/badges/mjaschen-oauth2-mtbnews/health.svg)](https://phpackages.com/packages/mjaschen-oauth2-mtbnews)
```

###  Alternatives

[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[knpuniversity/oauth2-client-bundle

Integration with league/oauth2-client to provide services

83416.7M61](/packages/knpuniversity-oauth2-client-bundle)[thenetworg/oauth2-azure

Azure Active Directory OAuth 2.0 Client Provider for The PHP League OAuth2-Client

2509.6M48](/packages/thenetworg-oauth2-azure)[stevenmaguire/oauth2-keycloak

Keycloak OAuth 2.0 Client Provider for The PHP League OAuth2-Client

2275.9M27](/packages/stevenmaguire-oauth2-keycloak)[patrickbussmann/oauth2-apple

Sign in with Apple OAuth 2.0 Client Provider for The PHP League OAuth2-Client

1132.5M6](/packages/patrickbussmann-oauth2-apple)[microsoft/kiota-authentication-phpleague

Authentication provider for Kiota using the PHP League OAuth 2.0 client to authenticate against the Microsoft Identity platform

153.2M7](/packages/microsoft-kiota-authentication-phpleague)

PHPackages © 2026

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