elieldepaula / jwt
An simple implementation of Jason Web Token (JWT).
dev-master
2018-07-19 15:19 UTC
Requires
- php: >=5.5.0
- phpunit/phpunit: ^6
This package is auto-updated.
Last update: 2024-10-29 05:28:27 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