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 today

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 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

1078d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/178829?v=4)[progresivjose](/maintainers/progresivjose)[@progresivjose](https://github.com/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

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k90.5k1](/packages/mike-bronner-laravel-model-caching)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45444.2k1](/packages/pressbooks-pressbooks)[illuminate/auth

The Illuminate Auth package.

10528.2M1.2k](/packages/illuminate-auth)[api-platform/laravel

API Platform support for Laravel

58170.4k13](/packages/api-platform-laravel)[masterix21/laravel-licensing

Laravel licensing package with polymorphic assignment to any model, activation keys, expirations/renewals, and seat control via LicenseUsage. Supports offline verification with public-key–signed tokens, a CLI to generate/rotate/revoke keys, and an extensible architecture via config and contracts.

1563.0k4](/packages/masterix21-laravel-licensing)

PHPackages © 2026

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