PHPackages                             rjvim/connect-sentinel-5.4 - 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. rjvim/connect-sentinel-5.4

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

rjvim/connect-sentinel-5.4
==========================

Connect - Sentinel - OAuth

05.0k1PHP

Since May 6Pushed 7y ago1 watchersCompare

[ Source](https://github.com/rajivseelam/connect-sentinel-5.4)[ Packagist](https://packagist.org/packages/rjvim/connect-sentinel-5.4)[ RSS](/packages/rjvim-connect-sentinel-54/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#installation)

Add to dependencies

```
"cartalyst/sentinel": "^2.0",
"google/apiclient": "^2.0"

```

Add to providers

```
Rjvim\Connect\ConnectServiceProvider::class,

```

Add to facades

```
'Connect'   => Rjvim\Connect\ConnectFacade::class,

```

Run: `php artisan vendor:publish`

Add more columns to users table:

```
$table->string('name')->nullable();
$table->enum('gender', ['male', 'female', 'others'])->nullable();

```

Extend User model with `Rjvim\Connect\Models\User`

Add routes:

```
Connect::google();

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/7f65a131fc8615471e846ba92fa2926668a0098fb1ebdf322a4d02525b28dbcd?d=identicon)[rjvim](/maintainers/rjvim)

---

Top Contributors

[![rjvim](https://avatars.githubusercontent.com/u/23579455?v=4)](https://github.com/rjvim "rjvim (10 commits)")

### Embed Badge

![Health badge](/badges/rjvim-connect-sentinel-54/health.svg)

```
[![Health](https://phpackages.com/badges/rjvim-connect-sentinel-54/health.svg)](https://phpackages.com/packages/rjvim-connect-sentinel-54)
```

###  Alternatives

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[league/oauth2-google

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

41721.2M117](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)

PHPackages © 2026

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