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

jwt package for generating, validating, invalidating and refreshing

0.0.1 2018-03-02 22:11 UTC

This package is not auto-updated.

Last update: 2024-04-22 06:10:47 UTC


README

composer require zrhm7232/jwt

example:

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

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