vonage/jwt
PHP 8.1+ library to generate JWTs for authenticating with Vonage APIs. Install via Composer, create a TokenGenerator with your Vonage Application ID and private key, then call generate() to get a bearer token for requests.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| atlance/jwt-core | 0.84 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| beyondbluesky/lib-jwt | 0.84 | 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 | — | |
| nikservik/laravel-jwt-auth | 0.82 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| web-token/jwt-easy | 0.82 | 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 | — | |
| alancting/php-microsoft-jwt | 0.81 | 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 | — | 11 | — | 4 | 1.5 | 1.1 | BSD-3-Clause | 5 years ago | |
| kelvinmo/simplejwt | 0.81 | 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 | |
| raditzfarhan/simple-jwt-auth | 0.81 | — | 1 | 1 | 0 | 0 | 0 | 0.1 | — | MIT | — | |
| facile-it/php-jose-verifier | 0.81 | 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 | |
| web-token/jwt-checker | 0.81 | — | 11 | 12 | 1 | 92K | 0 | 0.1 | 53.8 | MIT | — | |
| web-token/jwt-framework | 0.80 | — | 949 | 952 | 119 | 548K | 0 | 35.2 | 44.5 | 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 | 330K | 0 | 0.8 | 52.7 | MIT | 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.3 | MIT | 10 years ago | |
| firebase/php-jwt | 0.79 | 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 | |
| fproject/php-jwt | 0.78 | — | 28 | 29 | 20 | 18K | 0 | 3.3 | 38.7 | BSD-3-Clause | 8 years ago | |
| nixilla/php-jwt | 0.76 | 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 | — | — | |
| vonage/client | 0.75 | Wrapper package for the Vonage PHP SDK that keeps Vonage functionality separate from the HTTP client. Requires PHP 8+. If you have conflicts with the guzzle6-adapter, use vonage/client-core plus any php-http client implementation. | 111 | 112 | 13 | 184K | 0 | 15.2 | 49.2 | MIT | 5 months ago | |
| vonage/client-core | 0.74 | Core PHP client library for Vonage APIs (PHP 8.1+). Create a Vonage\Client with your API key/secret, make requests, and optionally customize base API URLs for testing. Install via Composer (vonage/client) or use core with your own HTTP client. | 931 | 932 | 179 | 313K | 3 | 36.4 | 41.6 | Apache-2.0 | 2 months ago | |
| php-open-source-saver/jwt-auth | 0.73 | 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 | 1 month ago | |
| kreait/firebase-tokens | 0.72 | Create Firebase custom tokens and verify ID tokens or session cookies in PHP. Lightweight library powering the Firebase Admin SDK, with tenant-aware verification and optional caching of Google Secure Token Store keys. | 239 | 240 | 34 | 1M | 0 | 16.6 | 54.6 | MIT | 8 months ago | |
| tymon/jwt-auth | 0.72 | Laravel JWT authentication package providing token issuing, parsing, refresh, and invalidation using JSON Web Tokens. Integrates with Laravel guards/middleware, supports custom claims and multiple auth providers, and includes docs and testing support. | 11,481 | 11,661 | 1,541 | 832K | 569 | 84.3 | 56.3 | MIT | 3 months ago |
How can I help you explore Laravel packages today?