Download the PHP package byjg/jwt-wrapper without Composer
On this page you can find all versions of the php package byjg/jwt-wrapper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download byjg/jwt-wrapper
More information about byjg/jwt-wrapper
Files in byjg/jwt-wrapper
Download byjg/jwt-wrapper
More information about byjg/jwt-wrapper
Files in byjg/jwt-wrapper
Vendor byjg
Package jwt-wrapper
Short Description A simple and flexible wrapper around the Firebase JWT library that makes JWT token handling easy and intuitive in PHP applications
License MIT
Package jwt-wrapper
Short Description A simple and flexible wrapper around the Firebase JWT library that makes JWT token handling easy and intuitive in PHP applications
License MIT
Please rate this library. Is it a good library?
Informations about the package jwt-wrapper
sidebar_key: jwt-wrapper tags: [php, cryptography, authentication]
JWT Wrapper
A simple and flexible wrapper around the Firebase JWT library that makes JWT token handling easy and intuitive in PHP applications.
Features
- Simple API: Create and validate JWT tokens with minimal code
- Flexible Signing: Support for both HMAC (shared secret) and RSA/ECDSA (public/private key) methods
- Automatic Claims: Built-in handling of standard JWT claims (iat, exp, nbf)
- HTTP Integration: Helper methods for extracting tokens from HTTP headers
- Key Management: Intuitive interfaces for different key types
Installation
Quick Example
Documentation
Detailed documentation:
| Document | Description |
|---|---|
| Overview | Introduction and core concepts |
| Key Types | HMAC and OpenSSL key configuration |
| Creating Tokens | Token generation and customization |
| Validating Tokens | Token validation and data extraction |
| API Reference | Complete class and method documentation |
Examples
The library includes complete examples in the example directory showing:
- Token creation with login.php
- Token validation with api.php
- Client-side usage with client.html
Running the tests
Dependencies
All versions of jwt-wrapper with dependencies
PHP Build Version
Package Version
The package byjg/jwt-wrapper contains the following files
Loading the files please wait ...