PHP Package: auth0/php-jwt

PHP library for JSON Web Tokens implementation and validation.

Current Version: 3.3.4
Last Updated: 2021-01-04
PHP Requirement: ^5.6 || ^7.0 || ^8.0
Dependencies: None

Package Description

PHP-JWT is a comprehensive library for handling JSON Web Tokens (JWT) within PHP applications. It provides secure methods for generating tokens, verifying signatures, and managing user authentication. With extensive documentation and support, PHP-JWT is an essential tool for ensuring secure communications and user authorization.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.3.4

Download Download v3.3.4

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com

require_once 'libs/auth0/php-jwt/3.3.4/loader.php';
use Auth0\JWT;
use Auth0\Algorithm\RS256;

$obj = new JWT();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.