|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| atlance/jwt-core | 0.90 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| web-token/jwt-core | 0.90 | Core JWT component from the web-token JWT Framework. Provides foundational building blocks for JSON Web Tokens used by the framework. Read-only split package; development and issues belong in the main jwt-framework repository. Official docs available online. | 50 | 49 | 7 | 330K | 0 | 0.8 | 52.7 | MIT | 8 years ago | |
| mishal/jwt | 0.89 | Lightweight PHP JSON Web Token (JWT) library with support for None, HS256 (HMAC SHA-256), and RS256 (RSA SHA-256). Simple encode/decode API with allowed-algorithm validation and support for standard reserved claims like exp, nbf, iss, and aud. | 9 | 9 | 4 | 1K | 0 | 0.5 | 28.3 | MIT | 10 years ago | |
| nixilla/php-jwt | 0.88 | Lightweight PHP JWT library for creating and validating JSON Web Tokens. Sign and verify tokens with common algorithms, manage claims (exp/iat/nbf), and handle key/secret configuration. Suitable for simple auth and API token workflows. | 0 | 10 | — | 3K | — | 0.2 | 33.6 | — | — | |
| kelvinmo/simplejwt | 0.88 | SimpleJWT is a lightweight PHP 8+ library for JWT/JWS/JWE and JWK/COSE keys. Supports HS/RSA/ECDSA/EdDSA signatures, key management (RSA-OAEP, AES-KW, PBES2, ECDH-ES/X25519) and AES-GCM/CBC-HS encryption. | 70 | 70 | 21 | 34K | 0 | 26.4 | 43.1 | NOASSERTION | 1 month ago | |
| nikservik/laravel-jwt-auth | 0.88 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| facile-it/php-jose-verifier | 0.88 | Validate and verify JWTs (JOSE) with builder-based verifiers geared for OAuth2/OpenID Connect. Create verifiers from issuer metadata (issuer, jwks_uri) and client metadata (client_id/secret), with optional JWK sets for decryption; ext-gmp recommended for speed. | 4 | 4 | 6 | 28K | 1 | 15.8 | 57.8 | — | 4 months ago | |
| firebase/php-jwt | 0.88 | Encode and decode JSON Web Tokens (JWT) in PHP (RFC 7519). Supports common signing algorithms, header handling, and clock-skew leeway. Simple API with JWT::encode() and JWT::decode() plus Key objects for verification. | 9,805 | 10,038 | 1,277 | 10M | 8 | 69.4 | 52.6 | BSD-3-Clause | 2 months ago | |
| web-token/jwt-framework | 0.88 | — | 949 | 952 | 119 | 548K | 0 | 35.2 | 44.5 | MIT | 1 month ago | |
| web-token/jwt-signature | 0.87 | JWT Signature component from the web-token JWT Framework. Provides tools to create and verify JWT signatures in PHP. Read-only split repo; contribute via the main jwt-framework project. Full docs at https://web-token.spomky-labs.com/ | 42 | 42 | 4 | 349K | 0 | 0.3 | 54.0 | MIT | — | |
| fproject/php-jwt | 0.87 | — | 28 | 29 | 20 | 18K | 0 | 3.3 | 38.7 | BSD-3-Clause | 8 years ago | |
| beyondbluesky/lib-jwt | 0.87 | libJWT makes JWT tokens easy to encode and decode for OAuth2 authentication workflows. Lightweight PHP library updated for PHP 8.4 (2026-03-28), designed to simplify handling and validating JWTs in your applications. | 1 | 1 | 0 | 5 | 0 | 0.0 | 7.5 | NOASSERTION | — | |
| raditzfarhan/simple-jwt-auth | 0.86 | — | 1 | 1 | 0 | 0 | 0 | 0.1 | — | MIT | — | |
| web-token/jwt-easy | 0.86 | Simple JWT helper for PHP apps: quickly encode, decode, and validate JSON Web Tokens with minimal setup. Designed for straightforward auth flows, with easy-to-use APIs for signing, verifying, and reading claims. | 11 | 11 | 4 | 41K | 0 | 0.3 | 49.5 | MIT | — | |
| web-token/jwt-encryption | 0.84 | — | 13 | 13 | 2 | 80K | 0 | 0.1 | 51.9 | MIT | — | |
| php-open-source-saver/jwt-auth | 0.84 | Laravel JWT authentication package (fork of tymondesigns/jwt-auth) maintained by PHP Open Source Saver. Provides the same API with a new namespace, easy migration, and adds new features and ongoing support. Full docs available online. | 838 | 844 | 122 | 409K | 17 | 40.3 | 49.9 | MIT | 4 weeks ago | |
| lcobucci/jwt | 0.84 | A lightweight, flexible JWT library for PHP. Create, sign, parse, and validate JSON Web Tokens with support for multiple algorithms, key types, constraints, and claims. Includes a fluent builder, token parser, and robust validation APIs. | 7,483 | 7,563 | 597 | 7M | 6 | 57.9 | 44.9 | BSD-3-Clause | 7 months ago | |
| web-token/jwt-library | 0.79 | Read-only sub-repository of the JWT Framework: a PHP JSON Web Token library. For docs and contributions, see the main jwt-framework repo and the official documentation at https://web-token.spomky-labs.com/. MIT licensed. | 20 | 20 | 8 | 1M | 0 | 0.3 | 55.3 | MIT | — | |
| daverandom/callback-validator | 0.57 | Validate PHP callable signatures against a prototype with variance support. Build a CallbackType from an existing callable or define it manually, then test other callables for parameter/return compatibility (contra/covariance, nullability) and inspect mismatches via __toString(). | 43 | 43 | 3 | 58 | 0 | 0.3 | 4.9 | MIT | — | |
| willdurand/jsonp-callback-validator | 0.54 | Validate JSONP callback names to prevent XSS. JsonpCallbackValidator checks whether a callback like JSONP.callback is safe and rejects malicious function payloads. Use via instance or static validate(), installable via Composer. | 659 | 669 | 9 | 1M | 0 | 4.5 | 46.0 | MIT | 4 years ago |
How can I help you explore Laravel packages today?