library jwt
An simple implementation of Jason Web Token (JWT).
elieldepaula/jwt
An simple implementation of Jason Web Token (JWT).
- Thursday, July 19, 2018
- by elieldepaula
- Repository
- 1 Watchers
- 0 Stars
- 1 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
JWT Class
An simple implementation of Jason Web Token (JWT). It works fine to encode and decode the basic Jason Web Tokens for small projects., (*1)
Installing
Use composer to use this library in your project:, (*2)
json
"require": {
"elieldepaula/jwt": "dev-master"
}
, (*3)
Running tests
./vendor/bin/phpunit --bootstrap vendor/autoload.php --testdox tests
, (*4)
dev-master
9999999-dev
An simple implementation of Jason Web Token (JWT).
Sources
Download
MIT
The Requires