PHPackages                             patrixsmart/skyriver - 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. patrixsmart/skyriver

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

patrixsmart/skyriver
====================

A progressive backend implementation of Laravel authentication system with bells and whistle.

v1.0.5(4y ago)121MITPHPPHP ^7.3|^8.0

Since Dec 13Pushed 4y agoCompare

[ Source](https://github.com/PatriXsmarT/skyriver)[ Packagist](https://packagist.org/packages/patrixsmart/skyriver)[ RSS](/packages/patrixsmart-skyriver/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (5)Dependencies (8)Versions (7)Used By (0)

About Skyriver
--------------

[](#about-skyriver)

A progressive backend implementation of Laravel authentication system for both api and web with bells and whistle.

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

[](#installation)

Require the `patrixsmart/skyriver` package in your `composer.json` and update your dependencies:

```
composer require patrixsmart/skyriver laravel/passport laravel/socialite
```

### Skyriver install command

[](#skyriver-install-command)

You will need to run the command below to publish skyriver controllers and resources:

```
php artisan skyriver:install
```

### Publish Config files

[](#publish-config-files)

You will need to publish the config file for you to update it details:

```
php artisan vendor:publish --tag="skyriver-config"
```

### Skyriver routes

[](#skyriver-routes)

You will need to require skyriver web and api routes file path into yours respectively. in default Laravel scaffolded app web and api file:

#### Web routes

[](#web-routes)

```
// Web routes
require __DIR__.'/skyriver/web.php';

// Web redirect to api routes
require __DIR__.'/skyriver/webredirect.php';
```

#### Api routes

[](#api-routes)

```
// Api routes
require __DIR__.'/skyriver/api.php';
```

#### Passport routes

[](#passport-routes)

```
// Passport routes
require __DIR__.'/skyriver/passport.php';
```

Socialite routes
================

[](#socialite-routes)

```
// Socialite routes
require __DIR__.'/skyriver/passport.php';
```

Passport and Socialite Installations
------------------------------------

[](#passport-and-socialite-installations)

Skyriver requires [Laravel PassPort](https://laravel.com/docs/8.x/passport) and [Laravel Socialite](https://laravel.com/docs/8.x/socialite) for api and social authentications respectively. We have tried to make the installations and implementations of these packages easier; add this provider in your config/app.php providers list.

```
App\Providers\SkyriverServiceProvider::class,
```

and use this trait in your User model

```
 use HasApiTokens, HasSocialAccounts;
```

### Needed Environment Variables

[](#needed-environment-variables)

You need to provide the following environment variables in your .env file.

```
# Skyriver Settings
SKYRIVER_PASSPORT_PASSWORD_GRANT_CLIENT_ID=
SKYRIVER_PASSPORT_PASSWORD_GRANT_CLIENT_SECRET=

SKYRIVER_PASSPORT_AUTHORIZATION_ENDPOINT="${APP_URL}/oauth/authorize?"
SKYRIVER_PASSPORT_TOKEN_ENDPOINT="${APP_URL}/oauth/token"
SKYRIVER_PASSPORT_COOKIE_NAME=laravel_token
###

# Passport Settings
PASSPORT_PERSONAL_ACCESS_CLIENT_ID=
PASSPORT_PERSONAL_ACCESS_CLIENT_SECRET=

PASSPORT_PRIVATE_KEY=
PASSPORT_PUBLIC_KEY=
###
```

### Passport Install Command

[](#passport-install-command)

You will need to run the passport install command below to publish resources and generate default keys:

```
php artisan passport:install --uuids
```

Skyriver Sponsors
-----------------

[](#skyriver-sponsors)

We would appreciate your sponsorship for the development of Skyriver. If you are interested in becoming a sponsor, please contact PatriXsmarT LLC. via .

Contributing
------------

[](#contributing)

Thank you for considering contributing to the PatriXsmarT Skyriver!.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

If you discover a security vulnerability within Skyriver, please send an e-mail to PatriXsmarT LLC. via . All security vulnerabilities will be promptly addressed.

License
-------

[](#license)

PatriXsmarT Skyriver is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

Recently: every ~122 days

Total

6

Last Release

1489d ago

PHP version history (2 changes)v1.0.0PHP ^7.3

v1.0.3PHP ^7.3|^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/44182075?v=4)[Patrick Duruamadi](/maintainers/patrickadvance)[@patrickadvance](https://github.com/patrickadvance)

---

Top Contributors

[![patrickadvance](https://avatars.githubusercontent.com/u/44182075?v=4)](https://github.com/patrickadvance "patrickadvance (30 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/patrixsmart-skyriver/health.svg)

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

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[jeremy379/laravel-openid-connect

OpenID Connect support to the PHP League's OAuth2 Server. Compatible with Laravel Passport.

55342.3k2](/packages/jeremy379-laravel-openid-connect)

PHPackages © 2026

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