Download the PHP package nextphp/jwt without Composer
On this page you can find all versions of the php package nextphp/jwt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package jwt
Short Description NextPHP/JWT is a simple library to encode and decode JSON Web Tokens (JWT) in PHP. This library is part of the NextPHP framework and was developed by Vedat Yıldırım. It provides methods to generate, validate, and decode JWT tokens, conforming to the current specifications.
License MIT
Homepage https://github.com/leanphpio/jwt
Informations about the package jwt
NGJWT
NGJWT is a simple library to encode and decode JSON Web Tokens (JWT) in PHP. This library is part of the LeanPHP framework and was developed by Vedat Yıldırım. It provides methods to generate, validate, and decode JWT tokens, conforming to the current specifications.
Installation
You can install this package via Composer: https://packagist.org/packages/leanphpio/jwt
Usage
Generating a JWT
Authenticating a JWT
Decoding a JWT
Example
Here's a more detailed example that demonstrates generating, storing, authenticating, and decoding a JWT.
License This project is licensed under the MIT License. See the LICENSE file for more details.
Acknowledgements This library is part of the LeanPHP framework and was developed by Vedat Yıldırım.
Contributing If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request on GitHub.
This README.md
provides an overview of the NGJWT library, including installation instructions, usage examples, and detailed explanations of each method. It also includes a complete example demonstrating how to generate, authenticate, and decode JWT tokens. The repository name php-jwt
is concise and SEO-friendly, making it easier for users to find your project when searching for JWT solutions in PHP.