PHPackages                             progresivjose/laravel-piano-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. progresivjose/laravel-piano-oauth

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

progresivjose/laravel-piano-oauth
=================================

A laravel wrapper to progresivjose/piano-oauth package

v1.3.0(2y ago)09MITCSSPHP ^8.1

Since Jul 18Pushed 2y ago1 watchersCompare

[ Source](https://github.com/progresivjose/laravel-piano-oauth)[ Packagist](https://packagist.org/packages/progresivjose/laravel-piano-oauth)[ RSS](/packages/progresivjose-laravel-piano-oauth/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (5)Versions (6)Used By (0)

Introduction
============

[](#introduction)

This package is a laravel wrapper for the [progresivjose/piano-oauth](https://github.com/progresivjose/piano-oauth) package

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

[](#requirements)

- PHP ^8.1
- Laravel ^10

Instalation
-----------

[](#instalation)

First you need to install the package in your laravel project

```
composer require progresivjose/laravel-piano-oauth -W
```

Then you'll need to include the provider in the *config/app.php* file

```
'providers' => ServiceProvider::defaultProviders()->merge([
    /*
    * Application Service Providers...
    */

    Progresivjose\LaravelPianoOauth\Providers\PianoOauthProvider::class,
])->toArray(),
```

After that you can run the vendor:publish to import the assets and config files.

```
php artisan vendor:publish
```

Then you must run the migration command to create the piano\_users table

```
php artisan migrate
```

After that you must change the *config/auth.php* file and replace the *App\\User.php* value from the providers config to *\\Progresivjose\\LaravelPianoOauth\\Models\\PianoUser::class*

```
'providers' => [
    'users' => [
        'driver' => 'eloquent',
        'model' => \Progresivjose\LaravelPianoOauth\Models\PianoUser::class,
    ],
]
```

And that's all you must do to use the Piano Oauth in your laravel project

Enviroment Values
-----------------

[](#enviroment-values)

The package expects the following values in your .env file

- PIANO\_AID
- PIANO\_API\_TOKEN
- PIANO\_OAUTH\_CLIENT\_SECRET
- PIANO\_AUTH\_GUARD
- PIANO\_API\_URL

### Configuration

[](#configuration)

The package creates a *confi/piano.php* files, which stores all the confirgurations needed for the package, but the redirect\_url value is set for sandbox and testing puposes, for production you must use

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

Total

5

Last Release

1027d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2fce62c1fc9685be28f3acecc31e627658104b91f43c8a314b910beaa4cc4dc5?d=identicon)[progresivjose](/maintainers/progresivjose)

---

Top Contributors

[![progresivjose](https://avatars.githubusercontent.com/u/178829?v=4)](https://github.com/progresivjose "progresivjose (9 commits)")

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/progresivjose-laravel-piano-oauth/health.svg)

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

###  Alternatives

[laragear/two-factor

On-premises 2FA Authentication for out-of-the-box.

339785.3k8](/packages/laragear-two-factor)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)[scaler-tech/laravel-saml2

SAML2 Service Provider integration for Laravel applications, based on OneLogin toolkit

2737.5k](/packages/scaler-tech-laravel-saml2)[alajusticia/laravel-logins

Session management in Laravel apps, user notifications on new access, support for multiple separate remember tokens, IP geolocation, User-Agent parser

2011.0k](/packages/alajusticia-laravel-logins)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[truckersmp/steam-socialite

Laravel Socialite provider for Steam OpenID.

1516.7k](/packages/truckersmp-steam-socialite)

PHPackages © 2026

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