Download the PHP package guilhermetome/jwt without Composer
On this page you can find all versions of the php package guilhermetome/jwt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download guilhermetome/jwt
More information about guilhermetome/jwt
Files in guilhermetome/jwt
Download guilhermetome/jwt
More information about guilhermetome/jwt
Files in guilhermetome/jwt
Vendor guilhermetome
Package jwt
Short Description A simple jwt class
License MIT
Homepage https://github.com/GuilhermeTome/jwt
Package jwt
Short Description A simple jwt class
License MIT
Homepage https://github.com/GuilhermeTome/jwt
Please rate this library. Is it a good library?
Informations about the package jwt
Jwt class
This project is just a simple JWT class to add to your project and can be configured using contants.
Summary
- Prerequisites
- Installing
- How to use
- Contributing
- License
Prerequisites
- PHP >= 7.2
- Composer
Installing
You can clone the project with this command:
-
Clone repository:
- Install in your project:
How to use
- Only follow the docs.
Declare the jwt key
- In you application you need to create a const like this:
Generate the jwt key
- @param array
- @return string
Decode the jwt key
- @param string
- @return array|false
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.
License
This project is licensed under the MIT Licence - see the MIT Licence for more details
All versions of jwt with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2
ext-json Version *
ext-json Version *
The package guilhermetome/jwt contains the following files
Loading the files please wait ....