PHPackages                             jansuchanek/noauth - 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. jansuchanek/noauth

ActiveLibrary

jansuchanek/noauth
==================

Multi-provider OAuth login for Nette Framework — Google, Microsoft, Facebook

v1.0.0(1mo ago)02↓100%MITPHPPHP &gt;=8.1CI failing

Since Mar 19Pushed 1mo agoCompare

[ Source](https://github.com/JanSuchanek/noauth)[ Packagist](https://packagist.org/packages/jansuchanek/noauth)[ RSS](/packages/jansuchanek-noauth/feed)WikiDiscussions main Synced 1mo ago

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

NOAuth — Multi-Provider OAuth for Nette
=======================================

[](#noauth--multi-provider-oauth-for-nette)

OAuth login with Google, Microsoft, Facebook + Google One Tap. Normalized user data.

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

[](#installation)

```
composer require jansuchanek/noauth
```

Nette Integration
-----------------

[](#nette-integration)

```
extensions:
    oauth: NOAuth\OAuthExtension

oauth:
    google:
        clientId: %env.GOOGLE_CLIENT_ID%
        clientSecret: %env.GOOGLE_CLIENT_SECRET%
        redirectUri: https://example.com/oauth/google
    microsoft:
        clientId: %env.MS_CLIENT_ID%
        clientSecret: %env.MS_CLIENT_SECRET%
        redirectUri: https://example.com/oauth/microsoft
    facebook:
        clientId: %env.FB_APP_ID%
        clientSecret: %env.FB_APP_SECRET%
        redirectUri: https://example.com/oauth/facebook
```

Usage
-----

[](#usage)

```
use NOAuth\OAuthManager;
use NOAuth\OAuthUser;

// Get authorization URL
$result = $manager->getAuthorizationUrl('google');
// redirect to $result['url'], store $result['state']

// Handle callback
$oauthUser = $manager->handleCallback('google', $code);
// $oauthUser->email, ->firstName, ->lastName, ->avatarUrl, ->provider, ->oauthId

// Google One Tap
$oauthUser = $manager->handleGoogleOneTap($credential);
```

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

[](#requirements)

- PHP &gt;= 8.1
- league/oauth2-client

###  Health Score

38

—

LowBetter than 84% of packages

Maintenance96

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity42

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

Unknown

Total

1

Last Release

51d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/38ce2f53e74d810d50aca863e1a3b954f34f1629dd01a6a8c7d4d582e7459e63?d=identicon)[JanSuchanek](/maintainers/JanSuchanek)

---

Top Contributors

[![JanSuchanek](https://avatars.githubusercontent.com/u/310020?v=4)](https://github.com/JanSuchanek "JanSuchanek (6 commits)")

### Embed Badge

![Health badge](/badges/jansuchanek-noauth/health.svg)

```
[![Health](https://phpackages.com/badges/jansuchanek-noauth/health.svg)](https://phpackages.com/packages/jansuchanek-noauth)
```

###  Alternatives

[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

728272.9k17](/packages/civicrm-civicrm-core)[league/oauth2-google

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

41721.2M118](/packages/league-oauth2-google)[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)[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)[dukt/social

Let your visitors log into Craft with web services like Facebook, Google, Twitter…

1141.0k5](/packages/dukt-social)

PHPackages © 2026

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