codercat/jwk-to-pem
Convert RSA JSON Web Keys (JWK) to PEM public keys in PHP. Simple API via JWKConverter->toPEM() for turning JWK arrays into PEM strings, useful for verifying JWT signatures. Note: currently supports RSA keys only.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 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 | 5 | 0 | 0.0 | 7.5 | NOASSERTION | — | |
| facile-it/php-jose-verifier | 0.80 | 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 | |
| kelvinmo/simplejwt | 0.80 | 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.80 | — | 1 | 1 | 0 | 0 | 0 | 0.1 | — | MIT | — | |
| atlance/jwt-core | 0.80 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| 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 | |
| web-token/jwt-core | 0.79 | 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 | |
| fproject/php-jwt | 0.78 | — | 28 | 29 | 20 | 18K | 0 | 3.3 | 38.7 | BSD-3-Clause | 8 years ago | |
| open-southeners/byte-unit-converter | 0.58 | PHP 8.1+ utility to convert byte sizes between multiple units with no dependencies. Inspired by macOS ByteCountFormatter, it helps format and convert storage values consistently for apps and libraries. | 5 | 5 | 0 | 141 | 0 | 1.8 | 19.4 | MIT | 2 years ago | |
| rector/swiss-knife | 0.57 | Swiss Knife for upgrades: CLI tools to keep codebases clean and PSR-4 compliant. Detect git merge conflicts and commented-out code, find multiple classes per file, fix namespaces to match PSR-4 roots, and finalize classes without children (with skips for mocks/files). | 205 | 206 | 17 | 109K | 0 | 6.2 | 39.1 | MIT | 9 months ago | |
| codebuds/webp-converter | 0.56 | Lightweight PHP 7.4+ WebP converter for Symfony apps. Convert JPEG/PNG/GIF/BMP to WebP from a file path or Symfony File, with options like quality, saveFile, force, output naming/path, and clear exceptions for invalid types or options. | 4 | 4 | 1 | 647 | 0 | 0.1 | 29.2 | — | — | |
| dragon-code/pretty-array | 0.56 | Framework-agnostic PHP utility to export arrays into a readable, pretty PHP representation. Preserves numeric keys correctly (unlike symfony/var-exporter), making it ideal for generated config/translation files and other array dumps you want to commit or inspect. | 17 | 17 | 1 | 413K | 0 | 8.5 | 55.3 | MIT | 1 year ago | |
| jawira/case-converter | 0.56 | Convert strings between common case styles (camelCase, snake_case, kebab-case, PascalCase, etc.) with a simple PHP API. Handy for slugs, variable naming, and text normalization, supporting robust Unicode-aware conversions and formatting options. | 174 | 182 | 9 | 275K | 0 | 4.1 | 44.2 | MIT | 11 months ago | |
| mjohnson/decoda | 0.56 | — | 192 | 197 | 49 | 12K | 8 | 5.1 | 27.2 | MIT | 3 years ago | |
| wyrihaximus/test-utilities | 0.55 | A set of PHP test utilities for package development: a PHPUnit TestCase with helpers like random namespaces and temp directories, plus ready-made configuration defaults for PHPStan and Rector (paths and docblock-to-attribute conversions). | 7 | 7 | 1 | 51K | 6 | 29.9 | 65.4 | MIT | 1 month ago | |
| nadar/quill-delta-parser | 0.55 | Parse Quill editor Delta JSON (ops) into safe, sanitized HTML in PHP. Simple Lexer API to render output from arrays or JSON strings, with a consistent parsing mechanism and hooks to extend/customize elements and attributes. | 130 | 130 | 22 | 30K | 5 | 23.8 | 39.1 | MIT | 5 months ago | |
| camspiers/json-pretty | 0.55 | Pretty-print JSON in PHP 5.3. camspiers/json-pretty provides a simple JsonPretty class with a prettify() method to format arrays/JSON into readable, indented output. Install via Composer and use in a few lines. | 22 | 23 | 8 | 6K | 1 | 0.7 | 23.6 | MIT | 10 years ago | |
| wyrihaximus/async-test-utilities | 0.55 | Async testing utilities for PHP/React: extend AsyncTestCase to run each PHPUnit test inside a Fiber with a default 30s timeout. Includes TimeOut attribute (class/method), plus helpers like random namespaces/directories and callable expectation utilities. | 4 | 4 | 0 | 21K | 1 | 27.7 | 57.8 | MIT | 1 month ago | |
| jawira/plantuml-encoding | 0.55 | PHP library providing PlantUML text encoding helpers. Use encodep() to convert an @startuml diagram (UTF-8) into the compressed URL-safe string used by plantuml.com. Includes encode6bit(), append3bytes(), and encode64(). | 20 | 20 | 3 | 20K | 0 | 1.4 | 41.2 | MIT | 1 year ago | |
| respect/string-formatter | 0.54 | Flexible PHP string formatting library with chainable formatters and templated placeholders. Mask, pattern, date, number, and more to transform/format values (e.g., credit cards, phones, amounts) via FormatterBuilder or PlaceholderFormatter modifiers. | 4 | 3 | 2 | 3K | 2 | 17.6 | 43.5 | ISC | 4 months ago |
How can I help you explore Laravel packages today?