PHPackages                             crisjohn02/tokener - 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. crisjohn02/tokener

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

crisjohn02/tokener
==================

039PHP

Since Feb 21Pushed 6y ago1 watchersCompare

[ Source](https://github.com/crisjohn02/tokener)[ Packagist](https://packagist.org/packages/crisjohn02/tokener)[ RSS](/packages/crisjohn02-tokener/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Simple laravel passport token issuer for stand-alone php app
============================================================

[](#simple-laravel-passport-token-issuer-for-stand-alone-php-app)

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

[](#installation)

```
composer require crisjohn02/tokener

```

Usage
-----

[](#usage)

```
use Crisjohn02\Tokener\Tokener;

$config = [
    'url' => '', // Server URL
    'id' => '', // Client ID
    'secret' => '', // Client Secret
    'username' => '', // Email/Username
    'password' => '', // Password
];

$token = (new Tokener($config))->get();
return $token['token'];
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

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://avatars.githubusercontent.com/u/7577617?v=4)[Cris John Rey Tarpin](/maintainers/crisjohn02)[@crisjohn02](https://github.com/crisjohn02)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/crisjohn02-tokener/health.svg)

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

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.2M17](/packages/kartik-v-yii2-password)

PHPackages © 2026

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