An simple implementation of Jason Web Token (JWT).

dev-master 2018-07-19 15:19 UTC

This package is auto-updated.

Last update: 2024-04-29 03:53:55 UTC


README

An simple implementation of Jason Web Token (JWT). It works fine to encode and decode the basic Jason Web Tokens for small projects.

Installing

Use composer to use this library in your project:

"require": {
    "elieldepaula/jwt": "dev-master"
}

Running tests

./vendor/bin/phpunit --bootstrap vendor/autoload.php --testdox tests