PHPackages                             quasar/oauth - 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. quasar/oauth

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

quasar/oauth
============

Quasar OAuth package

v1.0.11(6y ago)068[1 issues](https://github.com/syscover/quasar-oauth/issues)1PHPPHP ^7.3CI failing

Since Feb 18Pushed 6y ago2 watchersCompare

[ Source](https://github.com/syscover/quasar-oauth)[ Packagist](https://packagist.org/packages/quasar/oauth)[ RSS](/packages/quasar-oauth/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (1)Versions (14)Used By (1)

Quasar OAuth App for Laravel
============================

[](#quasar-oauth-app-for-laravel)

[![Total Downloads](https://camo.githubusercontent.com/4adfda44b00363b8017b363c25f646ea6b393a9d984847ba637967a0f62e5da0/68747470733a2f2f706f7365722e707567782e6f72672f7175617361722f6f617574682f646f776e6c6f616473)](https://packagist.org/packages/quasar/oauth)[![Latest Stable Version](https://camo.githubusercontent.com/766bfcc711e5bc6bb47d9321ee5a003897505be2e73af69269d4d84791300821/687474703a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f737973636f7665722f7175617361722d6f617574682e737667)](https://packagist.org/packages/quasar/oauth)

Quasar is a application that generates a control panel where you can create custom solutions.

---

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

[](#installation)

Execute this steps with stand alone installation

**1 - After install Laravel framework, execute on console:**

```
composer require quasar/oauth

```

**2 - Execute publish command**

```
php artisan vendor:publish --provider="Quasar\OAuth\OAuthServiceProvider"

```

**3 - Execute migrations and seed database**

```
composer dump-autoload
php artisan migrate
php artisan db:seed --class="OAuthSeeder"

```

**4 - Add graphQL routes to graphql/schema.graphql file**

```
# OAuth
#import ./../vendor/quasar/oauth/src/Quasar/OAuth/GraphQL/enums.graphql
#import ./../vendor/quasar/oauth/src/Quasar/OAuth/GraphQL/inputs.graphql
#import ./../vendor/quasar/oauth/src/Quasar/OAuth/GraphQL/types.graphql

type Query {
    # others imports

    # OAuth
    #import ./../vendor/quasar/oauth/src/Quasar/OAuth/GraphQL/queries.graphql
}

type Mutation {
    # others imports

    # OAuth
    #import ./../vendor/quasar/oauth/src/Quasar/OAuth/GraphQL/mutations.graphql
}

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

Recently: every ~15 days

Total

12

Last Release

2257d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/70d93b133cd1355362a7c2b51a70734409a16402e670ba5c9912d0bb05c6df3f?d=identicon)[carlospalacin](/maintainers/carlospalacin)

---

Tags

laraveloauthintranetpulsarsyscoverquasarnimbl

### Embed Badge

![Health badge](/badges/quasar-oauth/health.svg)

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k108.5M885](/packages/laravel-socialite)[ellaisys/aws-cognito

Laravel Authentication using AWS Cognito (Web and API)

123256.9k1](/packages/ellaisys-aws-cognito)[robsontenorio/laravel-keycloak-guard

🔑 Simple Keycloak Guard for Laravel

5181.2M3](/packages/robsontenorio-laravel-keycloak-guard)[socialiteproviders/apple

Apple OAuth2 Provider for Laravel Socialite

629.5M15](/packages/socialiteproviders-apple)[socialiteproviders/microsoft

Microsoft OAuth2 Provider for Laravel Socialite

347.3M25](/packages/socialiteproviders-microsoft)[kovah/laravel-socialite-oidc

OpenID Connect OAuth2 Provider for Laravel Socialite

24132.8k](/packages/kovah-laravel-socialite-oidc)

PHPackages © 2026

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