There is no license information available for the latest version (0.0.1) of this package.

jwt package for generating, validating, invalidating and refreshing

Installs: 25

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/zrhm7232/jwt

0.0.1 2018-03-02 22:11 UTC

This package is not auto-updated.

Last update: 2025-10-06 12:57:12 UTC


README

composer require zrhm7232/jwt

example:

  1. $jwt = new \Zrhm7232\Jwt\JWT();

    $jwt->createToken(['username' => 'me'])