PHP Package: firebase/php-jwt

Secure JSON Web Token creation and validation library for PHP applications.

Current Version: 6.11.0
Last Updated: 2025-01-23
PHP Requirement: ^8.0
Dependencies: None

Package Description

PHP-JWT is a robust library that provides powerful JSON Web Token functionality for secure authentication and authorization in PHP projects. It allows seamless integration with Firebase authentication services and enables secure communication between various components of a web application. With PHP-JWT, developers can ensure data integrity and prevent unauthorized access to sensitive information.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 6.11.1

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/firebase/php-jwt/6.11.1/loader.php';
use Firebase\JWT\JWT;

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