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 | 1 | 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 | 150K | 0 | 0.2 | 53.9 | 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 | 2 | 0 | 0.0 | 4.2 | 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.2 | 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 | 3 months 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 | 8 | 334K | 0 | 0.8 | 52.7 | 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,483 | 7,564 | 595 | 9M | 8 | 54.6 | 45.7 | BSD-3-Clause | 11 months ago | |
| dimkinthepro/jwt-auth-bundle | 0.80 | — | 0 | 0 | 0 | 12 | 0 | 21.1 | 18.1 | — | 1 month 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 | 15K | 0 | 3.3 | 37.4 | 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 | 29.7 | 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,811 | 10,040 | 1,283 | 12M | 5 | 67.8 | 52.0 | BSD-3-Clause | 3 months 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 | 4 months 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 | 724K | 0 | 6.6 | 43.8 | BSD-3-Clause | 7 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 | 33K | 0 | 16.5 | 62.6 | MIT | 3 months ago | |
| hellosign/hellosign-php-sdk | 0.64 | Deprecated official HelloSign API PHP SDK (PHP 8+; PHP 7 via 3.7.*). Provides HelloSign\Client for API key, email/password, or OAuth auth; supports core API actions like account and signature requests. Use dropbox/sign SDK for new work. | 98 | 72 | 38 | 56K | 12 | 6.1 | 28.9 | MIT | 4 years 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 | 67K | 5 | 2.3 | 28.4 | BSD-3-Clause | 6 years ago |
How can I help you explore Laravel packages today?