PHPackages                             jpalala/simplyjwt - 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. jpalala/simplyjwt

ActiveLibrary

jpalala/simplyjwt
=================

create jwt token

00Hack

Since Sep 17Pushed 1y ago1 watchersCompare

[ Source](https://github.com/jpalala/SimplyJWT)[ Packagist](https://packagist.org/packages/jpalala/simplyjwt)[ RSS](/packages/jpalala-simplyjwt/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

SimplyJWT
=========

[](#simplyjwt)

a wrapper around ReallySimpleJWT for use in Laravel apps

NOTE: This is not yet a packagist thing but I'll set it up later on

Setup
-----

[](#setup)

1. Ensure to set the .env for the issuer URL in the class
2. Set up your project's composer.json to load this class if not yet on packagist

``` "autoload": { "psr-4": { "App\\": "app/", "Jpalala\\SimplyJWT\\": "&lt;packages\_dir&gt;/SimplyJWT/src/" } }

```

3. Register it in `config/app.php`

```

'providers' =&gt; \[ // Other Service Providers... Jpalala\\SimplyJWT\\SimplyJWTServiceProvider::class, \],

```
# TODO

- Look into laravel packager conventions
- Create helpers/configs for easy installation and setup

```

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity17

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/1b741c414da96d4f8a538d46ce248dba7766c229a17a89470c8823ba44d7ba42?d=identicon)[jpalala](/maintainers/jpalala)

---

Top Contributors

[![kuya-joe](https://avatars.githubusercontent.com/u/2881953?v=4)](https://github.com/kuya-joe "kuya-joe (3 commits)")

### Embed Badge

![Health badge](/badges/jpalala-simplyjwt/health.svg)

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

PHPackages © 2026

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