PHPackages                             tokenly/tokenpass-client - 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. tokenly/tokenpass-client

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

tokenly/tokenpass-client
========================

A Laravel package for applications that wish to use Tokenly Tokenpass for user authentication.

v3.0.1(7y ago)38.4k—0%7MITPHPPHP &gt;=7.0.0CI failing

Since Feb 13Pushed 4y ago5 watchersCompare

[ Source](https://github.com/tokenly/tokenpass-client)[ Packagist](https://packagist.org/packages/tokenly/tokenpass-client)[ RSS](/packages/tokenly-tokenpass-client/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (4)Versions (28)Used By (0)

A Laravel package for applications that wish to use Tokenpass for user authentication.

Installation
============

[](#installation)

### Add the Laravel package via composer

[](#add-the-laravel-package-via-composer)

```
composer require tokenly/tokenpass-client

```

### Configuration

[](#configuration)

Install the views by running this command:

```
artisan tokenpass:make-auth

```

Set the following environment variables. You will need a client id and client secret generated by Tokenpass.

```
TOKENPASS_CLIENT_ID="123456789"
TOKENPASS_CLIENT_SECRET=Kyours3c4etKeYH3re23mste0xmPdSja36aXLd02
TOKENPASS_PROVIDER_HOST=https://tokenpass.tokenly.com

```

Additional Installation Steps
-----------------------------

[](#additional-installation-steps)

- follow the tokenly/laravel-api-provider installation steps
- The application container must resolve the interface `TokenpassUserRespositoryContract`. It defaults to `App\Repositories\UserRepository`.
- Add the `Tokenly\TokenpassClient\Concerns\FindsByTokenpassUuid` trait to the UserRepository to implement the lookup by tokenly uuid.
- run `artisan migrate` (or `artisan migrate --step`) to add the necessary fields to the users table
- make sure `config/auth.php` points to the currect `User` model class
- your `User` class should implement `APIPermissionedUserContract`

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 52.5% 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 ~37 days

Recently: every ~24 days

Total

26

Last Release

2822d ago

Major Versions

v0.3.0 → v1.0.22016-04-07

v0.4.1 → v1.1.12016-10-12

v0.4.2 → v1.2.02017-04-12

v1.3.0 → v2.0.02018-02-20

v2.0.7 → v3.0.02018-07-12

PHP version history (3 changes)v0.2.0PHP &gt;=5.5.0

v1.1.0PHP &gt;=5.6.0

v2.0.0PHP &gt;=7.0.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/3b86e6a54873d5dd61d3682a3be00127af3b7b2b5c53eb070b160e29789d4c0d?d=identicon)[dweller](/maintainers/dweller)

---

Top Contributors

[![cryptonaut420](https://avatars.githubusercontent.com/u/8463048?v=4)](https://github.com/cryptonaut420 "cryptonaut420 (53 commits)")[![deweller](https://avatars.githubusercontent.com/u/51414?v=4)](https://github.com/deweller "deweller (39 commits)")[![SlickTheNick](https://avatars.githubusercontent.com/u/1435056?v=4)](https://github.com/SlickTheNick "SlickTheNick (9 commits)")

---

Tags

laraveloauthaccountstokenlytokenpass

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tokenly-tokenpass-client/health.svg)

```
[![Health](https://phpackages.com/badges/tokenly-tokenpass-client/health.svg)](https://phpackages.com/packages/tokenly-tokenpass-client)
```

###  Alternatives

[socialiteproviders/manager

Easily add new or override built-in providers in Laravel Socialite.

42442.0M544](/packages/socialiteproviders-manager)[seoda/socialite-apple

Apple OAuth2 Provider for Laravel Socialite

1128.1k](/packages/seoda-socialite-apple)[laravel-uis/socialite-ui

A Laravel Socialite UI for the new Laravel Starter Kits

114.3k1](/packages/laravel-uis-socialite-ui)

PHPackages © 2026

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