elieldepaula / jwt
An simple implementation of Jason Web Token (JWT).
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/elieldepaula/jwt
Requires
- php: >=5.5.0
- phpunit/phpunit: ^6
This package is auto-updated.
Last update: 2025-09-29 02:07:05 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