mslwk/jwt

JSON Web Token handling library

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/mslwk/jwt

1.0.2 2018-05-15 16:40 UTC

This package is auto-updated.

Last update: 2025-10-13 02:51:38 UTC


README

Scrutinizer Code Quality Code Coverage Build Status Latest Stable Version License Total Downloads

JSON Web Token encoder/decoder

The library provides dead easy way of creating and verifing JSON Web Tokens.

Installation

Use composer to include the library in your project.

composer require mslwk/jwt

Usage

Generating a token

Include the Generator class:

Alt text

Generate a token:

Alt text

Verifing a token

Include the Generator class:

Alt text

Generate a token:

Alt text