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

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

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

Connect - Sentinel - OAuth

0951PHP

Since Jun 21Pushed 8y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#installation)

Add to dependencies

```
"cartalyst/sentinel": "^2.0",
"google/apiclient": "1.0.*@beta",

```

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->text('description')->nullable();
$table->enum('gender', ['male', 'female', 'others'])->nullable();
$table->date('birthday')->nullable();
$table->text('photo')->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

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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

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

### Embed Badge

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

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

###  Alternatives

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M100](/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)
