PHP Package: php-open-source-saver/jwt-auth

PHP library for JWT authentication providing secure user access control and token management

Current Version: 2.8.1
Last Updated: 2025-02-28
PHP Requirement: ^8.2
Dependencies:
firebase/php-jwt
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

JWT-Auth is a PHP library that offers a comprehensive solution for user authentication using JSON Web Tokens. It ensures secure access control, token validation, and management. With its user-friendly API, developers can seamlessly integrate JWT authentication into their projects, enhancing security and user experience.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.8.2

Clock Coming soon

Previous Versions

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/php-open-source-saver/jwt-auth/2.8.2/loader.php';
require_once 'libs/firebase/php-jwt/6.11.1/loader.php';

use Firebase\JWT\JWT;
use JWTAuth\Token;

$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.