namshi/jose
PHP library implementing JSON Object Signing and Encryption (JOSE): JWT, JWS and JWE. Create, sign, verify, encrypt and decrypt tokens using common algorithms and key formats. Useful for authentication, API security and secure data exchange.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| web-token/jwt-library | 0.83 | 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 | 9 | 2M | 0 | 0.4 | 55.3 | MIT | — | |
| atlance/jwt-core | 0.82 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| web-token/jwt-signature-algorithm-rsa | 0.82 | RSA-based signature algorithms for JWT using the web-token/JWT stack. Provides RSA sign/verify support (e.g., RS256/RS384/RS512) to add strong asymmetric cryptography to token creation and validation workflows. | 18 | 18 | 2 | 154K | 0 | 0.2 | 54.0 | MIT | — | |
| beyondbluesky/lib-jwt | 0.81 | 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 | 4 | 0 | 0.0 | 6.6 | NOASSERTION | — | |
| nixilla/php-jwt | 0.81 | 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. | 10 | 10 | 1 | 3K | 0 | 0.2 | 34.1 | BSD-3-Clause | — | |
| adhocore/jwt | 0.81 | Lightweight PHP JWT library with simple encode/decode APIs, support for common algorithms (HS/RS), claims validation, and key handling. Designed for quick integration in apps and APIs with minimal dependencies and clear error reporting. | 300 | 303 | 22 | 96K | 2 | 24.6 | 40.2 | MIT | 1 month ago | |
| web-token/jwt-core | 0.80 | 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 | 362K | 0 | 0.8 | 53.2 | MIT | 8 years ago | |
| lcobucci/jwt | 0.80 | 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,482 | 7,563 | 598 | 7M | 7 | 55.8 | 44.8 | BSD-3-Clause | 9 months ago | |
| dimkinthepro/jwt-auth-bundle | 0.80 | — | 0 | 0 | 0 | 0 | 0 | 20.3 | — | — | 2 weeks ago | |
| citizen63000/easy-api-jwt-authentication | 0.80 | Lightweight Laravel package for simple JWT-based API authentication. Adds helpers to issue and validate tokens for protected routes and user sessions, aiming to reduce boilerplate when securing APIs with JSON Web Tokens. | 0 | 0 | 0 | 0 | 0 | 1.5 | — | MIT | 2 years ago | |
| raditzfarhan/simple-jwt-auth | 0.79 | — | 1 | 1 | 0 | 0 | 0 | 0.1 | — | MIT | — | |
| fproject/php-jwt | 0.79 | — | 28 | 29 | 20 | 19K | 0 | 3.3 | 38.8 | BSD-3-Clause | 8 years ago | |
| mishal/jwt | 0.79 | 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.2 | MIT | 10 years ago | |
| firebase/php-jwt | 0.78 | Encode and decode JSON Web Tokens (JWT) in PHP per RFC 7519. Supports common signing algorithms, key handling, header access after verification, and clock-skew leeway. Install via Composer; optional sodium_compat for libsodium environments. | 9,804 | 10,046 | 1,283 | 11M | 6 | 69.9 | 52.9 | BSD-3-Clause | 1 month ago | |
| kelvinmo/simplejwt | 0.78 | SimpleJWT is a PHP 8+ library for creating, signing, verifying, and encrypting JSON Web Tokens (JWT/JWS/JWE). Supports JWK/COSE keys, HMAC/RSA/ECDSA/EdDSA, key management (RSA-OAEP, ECDH-ES, PBES2), and AES-GCM/CBC-HS encryption. | 70 | 70 | 21 | 37K | 0 | 24.2 | 42.9 | NOASSERTION | 2 months ago | |
| alancting/php-microsoft-jwt | 0.76 | Laravel/PHP helper for validating Microsoft (Azure AD) JWTs. Fetches and caches JWKS signing keys, verifies token signatures and claims, and supports common AAD scenarios so APIs can authenticate Microsoft identity tokens with minimal setup. | 6 | 6 | 11 | 1K | 4 | 3.0 | 32.1 | BSD-3-Clause | 5 years ago | |
| colinodell/json5 | 0.66 | PHP JSON5 parser/decoder. Adds json5_decode() as a drop-in replacement for json_decode(), supporting comments, trailing commas, single quotes, and more. Always throws SyntaxError on parse failure. Includes a json5 CLI to convert JSON5 to JSON. | 306 | 311 | 12 | 944K | 0 | 5.8 | 48.2 | MIT | 2 years ago | |
| laminas/laminas-json | 0.65 | Abandoned Laminas JSON component. Provided utilities for encoding/decoding JSON and related helpers, but it will receive no further development. See Laminas TSC minutes for details and consider migrating to supported alternatives. | 37 | 38 | 16 | 665K | 0 | 7.2 | 44.4 | BSD-3-Clause | 5 months ago | |
| php-standard-library/json | 0.65 | php-standard-library/json provides JSON encode/decode helpers with sensible defaults and typed exceptions. Safer, clearer error handling than native json_encode/json_decode, ideal for consistent JSON handling in PHP apps and libraries. | 1 | 1 | 0 | 21K | 0 | 19.1 | 63.9 | MIT | 1 month ago | |
| zendframework/zend-json | 0.64 | Convenience utilities for encoding PHP data to JSON and decoding JSON back to native types, including helpers for advanced cases. Note: this Zend Framework repository was abandoned on 2019-12-31; development continues as laminas/laminas-json. | 99 | 101 | 27 | 65K | 5 | 2.3 | 28.3 | BSD-3-Clause | 6 years ago |
How can I help you explore Laravel packages today?