Skip to content

An simple implementation of Jason Web Token (JWT)

License

Notifications You must be signed in to change notification settings

elieldepaula/jwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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

About

An simple implementation of Jason Web Token (JWT)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages