c2sp/wycheproof
Community-managed Wycheproof cryptography test vectors and JSON schemas. Validate crypto library implementations against known attacks and spec edge cases across many algorithms (AES-GCM, ECDSA, RSA, HKDF, ChaCha20-Poly1305, Kyber, Dilithium, more).
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| yiisoft/yii2-codeception | 0.79 | Yii2 integration for Codeception that streamlines functional and acceptance testing of Yii 2 apps. Provides Yii-aware modules, fixtures, and helpers to bootstrap the application, interact with components, and run tests consistently across environments. | 53 | 58 | 16 | 8K | 0 | 0.5 | 21.0 | BSD-3-Clause | 9 years ago | |
| adimeo-data-suite/security | 0.79 | Laravel security toolkit for Adimeo Data Suite apps, providing common security utilities and integrations such as authentication/authorization helpers, hardened defaults, and middleware-friendly protections to secure APIs and admin back offices. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| wp-cli/php-cli-tools | 0.78 | — | 683 | 699 | 114 | 909K | 0 | 32.1 | 49.3 | MIT | 2 months ago | |
| symfony/test-pack | 0.78 | Symfony Test Pack bundles recommended tools for testing Symfony apps, providing common PHPUnit integration and related testing utilities out of the box. Use it to quickly set up a consistent, full-featured test environment for projects using Symfony. | 850 | 852 | 7 | 97K | 0 | 6.3 | 28.4 | MIT | 1 year ago | |
| opichon/pcrypt | 0.78 | 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 | 2 | 0 | 0.0 | 6.6 | — | — | |
| web-token/jwt-encryption-algorithm-aeskw | 0.78 | AES Key Wrap (AES-KW) encryption algorithm support for the web-token JWT framework. Adds key wrapping/unwrapping utilities to enable JWE encryption workflows using AES-KW in PHP, integrating with existing web-token components and algorithm managers. | 2 | 2 | 0 | 9K | 0 | 0.0 | 48.3 | MIT | — | |
| paragonie/halite | 0.78 | Halite is a high-level PHP cryptography library from Paragon Initiative Enterprises, built on libsodium. It provides safer, opinionated APIs for encryption, authentication, key management, and password hashing, helping you use modern crypto correctly with minimal foot-guns. | 1,155 | 1,162 | 90 | 413K | 21 | 28.8 | 43.4 | MPL-2.0 | 9 months ago | |
| champs-libres/wopi-lib | 0.77 | Laravel-friendly PHP library to integrate WOPI (Web Application Open Platform Interface) with Office Online/Collabora. Provides helpers to implement WOPI endpoints, token handling, file access, and callbacks so you can view/edit documents from your app. | 15 | 15 | 1 | 404 | 1 | 10.4 | 21.3 | MIT | 6 months ago | |
| champs-libres/wopi-test-bundle | 0.77 | — | 1 | 1 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| wyrihaximus/test-utilities | 0.77 | 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 | 63K | 6 | 32.2 | 68.0 | MIT | 1 week ago | |
| spatie/laravel-ciphersweet | 0.76 | Laravel wrapper for Paragonie CipherSweet that adds searchable field-level encryption to Eloquent models. Encrypt/decrypt sensitive attributes and generate blind indexes so you can query encrypted data securely without exposing readable values in your database. | 424 | 422 | 39 | 38K | 0 | 30.4 | 31.9 | MIT | 3 days ago | |
| subhashladumor1/laravel-cybershield | 0.76 | Enterprise security intelligence for Laravel: signature-based WAF, adaptive rate limiting, bot fingerprinting, API integrity checks, threat scoring, malware scanning, and forensic logging—working together to block modern attacks. Beta; APIs may change. | 14 | 13 | 1 | 0 | 0 | 16.6 | — | MIT | 2 months ago | |
| paragonie/ciphersweet | 0.76 | 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. | 466 | 467 | 39 | 55K | 8 | 29.2 | 35.4 | NOASSERTION | 3 months ago | |
| web-token/jwt-encryption-algorithm-pbes2 | 0.76 | Adds PBES2 password-based encryption algorithms for JWT/JWE in the web-token stack. Enables PBES2-HS256+A128KW, PBES2-HS384+A192KW and PBES2-HS512+A256KW support for secure key wrapping when encrypting tokens. | 3 | 3 | 0 | 4K | 0 | 0.0 | 42.1 | MIT | — | |
| robrichards/xmlseclibs | 0.76 | 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 | 417 | 188 | 2M | 69 | 45.3 | 84.5 | BSD-3-Clause | 3 months ago | |
| paragonie/easy-ecc | 0.75 | 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 | 25K | 0 | 11.5 | 39.9 | NOASSERTION | 7 months ago | |
| kylekatarnls/multi-tester | 0.75 | Run unit tests across multiple Composer projects after changing a shared package. Multi-tester swaps your local package into dependent projects’ vendor dirs and runs their test suites (Travis CI-style supported), catching integration breakages early. | 4 | 4 | 5 | 56K | 0 | 23.9 | 62.4 | MIT | 3 months ago | |
| web3p/ethereum-util | 0.75 | — | 29 | 30 | 19 | 14K | 2 | 2.6 | 36.9 | MIT | 3 years ago | |
| spomky-labs/aes-key-wrap | 0.75 | — | 50 | 50 | 3 | 567K | 0 | 3.6 | 55.3 | MIT | 4 years ago | |
| dterranova/crypto-bundle | 0.75 | — | 1 | 2 | 1 | 3 | 0 | 0.0 | 3.9 | — | — |
How can I help you explore Laravel packages today?