lcobucci/jwt

A simple library to work with JSON Web Token and JSON Web Signature

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 37 minutes ago
Added to GitGenius on September 8th, 2026
Created on March 5th, 2014
Open Issues & Pull Requests: 9 (+0)
GitHub issues: Enabled
Number of forks: 594
Total Stargazers: 7,479 (+0)
Total Subscribers: 131 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 4
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,379 days
Stale 30+ days: 3
Stale 90+ days: 1

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • Improvement (6)
  • Question (5)
  • Invalid (4)
  • BC-break (2)
  • Bug (2)
  • Security (1)
  • Won't Fix (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

lcobucci/jwt is a PHP library for creating, parsing, and validating JSON Web Tokens and JSON Web Signatures according to RFC 7519.

The library addresses the need to work with JWTs in PHP applications by providing straightforward methods to build tokens with claims and signatures, verify token authenticity and integrity, and parse tokens for inspection. It handles the cryptographic operations and RFC compliance details so developers do not need to implement JWT handling from scratch.

Developers building PHP applications that require token-based authentication or authorization should consider this library. It suits projects ranging from simple API authentication to more complex token-based systems. The library is distributed through Composer, making it straightforward to integrate into existing PHP projects.

The project maintains steady engagement with its community through active communication channels and receives consistent contributions. Development activity shows regular attention to maintenance and updates. The codebase demonstrates ongoing refinement of its API and handling of edge cases. The project sustains documentation that keeps pace with the library's capabilities.