PHP Package: web-token/jwt-checker

JWT Checker is a PHP library that verifies JSON Web Tokens for secure authentication. It provides essential features for validating and decoding JWT tokens effectively.

Current Version: 3.0.7
Last Updated: Date not available
PHP Requirement: >=8.1
Dependencies:
web-token/jwt
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

JWT Checker is a powerful PHP library designed to enhance security by validating and decoding JSON Web Tokens. With a comprehensive set of functionalities, it ensures the integrity and authenticity of JWTs, making it an essential tool for secure authentication in web applications.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.0.7

Download Download v3.0.7

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/web-token/jwt-checker/3.0.7/loader.php';
require_once 'libs/web-token/jwt/{lib_version}/loader.php';

use WebToken\JwtChecker\JwtChecker;

$obj = new JwtChecker();
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.