phar-io/gnupg
PHP wrapper for GnuPG used by phar-io tools, providing a simple API to verify and manage PGP signatures in PHP. Helps integrate GPG key handling and signature checks into builds and distribution workflows.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| phpcq/gnupg | 0.84 | GnuPG wrapper and signature verification library used by the phpcq tool runner. Provides a lightweight API for interacting with GnuPG and validating signatures to support automated PHP code quality checks in CI pipelines. | 0 | 0 | 0 | 70 | 1 | 0.3 | 25.9 | MIT | — | |
| mrdebug/lara-file-encrypter | 0.80 | — | 41 | 41 | 7 | 28 | 0 | 0.4 | 3.1 | MIT | — | |
| assistenzde/simple-cryptographic-bundle | 0.80 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| paragonie/ciphersweet | 0.80 | CipherSweet is a PHP library for fast, secure field-level encryption with searchable encrypted indexes. Designed for applications that need to protect sensitive data at rest while still supporting equality and range queries, with strong cryptography and clean integrations. | 469 | 468 | 39 | 61K | 8 | 27.4 | 35.6 | NOASSERTION | 4 months ago | |
| spiral/goridge | 0.79 | High-performance PHP-to-Go IPC bridge using sockets or pipes with native net/rpc support. Call Go services from PHP with minimal overhead, structured data via JSON/MsgPack, and efficient []byte payload transfer over TCP/Unix/streams. Works on Windows. | 123 | 126 | 11 | 635K | 0 | 23.0 | 58.9 | MIT | 2 months ago | |
| opichon/pcrypt | 0.79 | pcrypt is a small PHP/Laravel package that helps you encrypt and decrypt values using password-based cryptography. Useful for securely storing sensitive strings, generating encrypted payloads, and adding an extra layer of protection beyond plain hashing. | 0 | 0 | 1 | 1 | 0 | 0.0 | 4.2 | — | — | |
| gregoryduckworth/encryptable | 0.79 | — | 19 | 19 | 2 | 230 | 3 | 1.8 | 15.5 | — | 6 years ago | |
| spomky-labs/php-aes-gcm | 0.79 | PHP library implementing AES-GCM (Galois/Counter Mode) authenticated encryption. Provides encrypt/decrypt with IV/nonce handling, auth tags, and AAD support for securing data with integrity. Useful for token payloads, messages, and secure storage. | 71 | 71 | 23 | 29K | 2 | 2.6 | 36.0 | MIT | 7 years ago | |
| spomky-labs/pki-framework | 0.79 | PHP 8.1+ framework for Public Key Infrastructure: X.509 certificates (incl. attribute certs), ASN.1 DER encoding/decoding, X.501/X.520 DN parsing, PEM (RFC 7468) handling, and PKCS-oriented cryptography utilities. | 29 | 29 | 6 | 4M | 0 | 24.0 | 64.9 | MIT | 6 days ago | |
| b3da/eos-bundle | 0.79 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | GPL-2.0 | — | |
| spatie/crypto | 0.79 | Generate RSA key pairs and encrypt/decrypt (and sign/verify) data using private/public keys in PHP. Provides simple wrappers around OpenSSL for better DX, with support for loading keys from files and writing generated keys to disk. | 484 | 487 | 60 | 19K | 0 | 17.9 | 24.2 | MIT | 6 months ago | |
| web3p/ethereum-util | 0.78 | — | 29 | 30 | 19 | 15K | 2 | 2.6 | 37.1 | MIT | 3 years ago | |
| robrichards/xmlseclibs | 0.78 | PHP library for XML Digital Signatures and XML Encryption. Create, sign, and verify XML (e.g., RSA-SHA256), manage keys and X.509 certs, and apply canonicalization/transforms. Widely used in SAML stacks like SimpleSAMLPHP and OneLogin. | 411 | 414 | 189 | 2M | 67 | 43.4 | 83.3 | BSD-3-Clause | 4 months ago | |
| ranabd36/openssl-encryption | 0.78 | — | 0 | 0 | 1 | 0 | 0 | 0.3 | — | — | 7 years ago | |
| paragonie/easy-ecc | 0.77 | Easy-ECC is a hardened, easy-to-use PHP wrapper around paragonie/phpecc for elliptic-curve crypto. Generate keypairs, sign/verify messages, and perform ECDH key exchange with Curve25519 or ECDSA curves (K256, P256, P384, P521). | 47 | 47 | 2 | 29K | 0 | 10.3 | 40.3 | NOASSERTION | 8 months ago | |
| betterapp/laravel-db-encrypter | 0.77 | — | 363 | 364 | 47 | 12K | 3 | 4.6 | 21.6 | — | 5 years ago | |
| google/grpc-gcp | 0.77 | GCP-specific extensions for gRPC, providing additional features and supporting infrastructure such as end-to-end tests and benchmarks for accessing Google Cloud APIs with gRPC client libraries. See the src directory for extension implementations. | 184 | 186 | 18 | 4M | 5 | 19.9 | 63.4 | Apache-2.0 | 4 months ago | |
| alchemy/binary-driver | 0.77 | PHP toolkit for building reusable, testable binary drivers on top of symfony/process. Provides AbstractBinary, binary detection, command generation, logging via PSR-3, and process listeners for debugging and customization across CLI tools. | 191 | 195 | 64 | 57K | 13 | 9.1 | 39.2 | NOASSERTION | 6 years ago | |
| paragonie/ecc | 0.77 | Pure-PHP elliptic curve cryptography (ECDSA/ECDH) with an OpenSSL 3+ fast path and hardened constant-time fallbacks. Fork of phpecc/mdanter. Supports secp256k1, NIST P-256/384/521, Brainpool, plus optional insecure curves. | 25 | 24 | 6 | 43K | 1 | 3.1 | 44.7 | — | 1 year ago | |
| jetiradoro/laravel-encrypt-model | 0.77 | Laravel trait to transparently encrypt specified Eloquent model attributes before saving to the database and automatically decrypt them when accessed. Install via Composer, add the Encryptable trait, and list encrypted fields in the $encryptable array. | 1 | 1 | 0 | 0 | 0 | 0.0 | — | MIT | — |
How can I help you explore Laravel packages today?