phpexperts / jwt-helper
An accessory library for Tymon's JWTAuth library.
Installs: 115
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
pkg:composer/phpexperts/jwt-helper
Requires
- php: >=7.0
- illuminate/support: >=5.2
- tymon/jwt-auth: 1.0.*
Requires (Dev)
- mockery/mockery: ^1.1
- phpunit/phpunit: 7.*|8.*
- sempro/phpunit-pretty-print: ^1.0
This package is auto-updated.
Last update: 2025-09-21 12:34:36 UTC
README
JWTHelper is an accessory library for Tymon's JWTAuth library.
Usage
// Attempts to authenticate a user's bearer token.
JWTHelper::authenticate();
Installation
Via Composer
$ composer require phpexperts/jwt-helper
Testing
$ phpunit
Contributing
Please take a look at contributing.md if you want to make improvements.
Credits
License
MIT license. Please see the license file for more information.