zendframework/zend-crypt
Zend\Crypt provides secure PHP cryptography utilities including encryption/decryption, hashing, HMAC, key generation, and password adapters. Designed for Zend Framework apps but usable standalone, with pluggable algorithms and safer defaults for common crypto tasks.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| illuminate/hashing | 0.80 | Laravel’s hashing component for securely storing and verifying passwords. Provides simple APIs and drivers for bcrypt and Argon2 (including Argon2id), automatic rehashing when options change, and configurable settings for cost and memory/time limits. | 64 | 66 | 4 | 304K | 0 | 0.4 | 50.7 | MIT | — | |
| assistenzde/simple-cryptographic-bundle | 0.79 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| ircmaxell/password-compat | 0.78 | — | 2,132 | 2,182 | 409 | 414K | 13 | 27.3 | 37.5 | MIT | — | |
| zendframework/zend-math | 0.78 | Zend Math provides math utilities for PHP, including big integer/decimal support, random number generation, and statistical helpers. Part of the Zend Framework ecosystem, it offers consistent, tested components for numeric operations. | 53 | 56 | 23 | 44K | 1 | 1.6 | 28.3 | BSD-3-Clause | 7 years ago | |
| zendframework/zend-diactoros | 0.78 | zendframework/zend-diactoros provides PSR-7 HTTP message implementations for PHP, including ServerRequest, Response, Stream, UploadedFile and Uri. Useful for building middleware, APIs and frameworks with interoperable request/response handling. | 1,529 | 1,593 | 145 | 231K | 27 | 14.6 | 27.3 | BSD-3-Clause | 6 years 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 | — | — | |
| zendframework/zend-http | 0.78 | Zend\Http is a PHP HTTP component for building and processing HTTP messages. It provides clients and adapters for making requests, plus request/response objects, headers, cookies, and utilities to work with URIs and HTTP-level features in your apps. | 132 | 134 | 82 | 83K | 27 | 8.2 | 32.7 | BSD-3-Clause | 6 years ago | |
| zendframework/zend-cache | 0.77 | zendframework/zend-cache provides flexible caching for PHP apps with multiple storage backends (filesystem, memory, APCu, Redis, and more). Supports cache patterns, plugins, serialization, and configurable adapters to improve performance and reduce repeated work. | 67 | 74 | 52 | 52K | 11 | 14.2 | 51.7 | BSD-3-Clause | 6 years ago | |
| hautelook/phpass | 0.77 | Modernized, namespaced Composer-ready fork of Openwall Phpass (0.3) with minimal stylistic changes and unit tests. Provides PasswordHash to generate and verify password hashes for legacy systems; public domain source. | 24 | 26 | 28 | 6K | 1 | 2.1 | 31.0 | — | 4 years ago | |
| bordoni/phpass | 0.77 | Modernized, namespaced fork of Openwall Phpass (0.3) with Composer autoloading and unit tests. Provides PasswordHash for hashing and verifying passwords with minimal stylistic changes; public domain code, PHP 5 style. | 24 | 25 | 28 | 106K | 1 | 2.1 | 50.1 | — | 4 years ago | |
| robrichards/xmlseclibs | 0.77 | 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. | 414 | 417 | 188 | 2M | 69 | 46.8 | 85.0 | BSD-3-Clause | 2 months ago | |
| zendframework/zend-coding-standard | 0.77 | Zend Framework Coding Standard ruleset for PHP_CodeSniffer to enforce ZF repository style, with composer scripts for checking (phpcs) and auto-fixing (phpcbf). Note: repository abandoned; moved to laminas/laminas-coding-standard. | 35 | 42 | 7 | 4K | 7 | 1.9 | 21.6 | BSD-3-Clause | 6 years ago | |
| zendframework/zendframework1 | 0.77 | Zend Framework 1 (ZF1) is a legacy PHP framework featuring MVC, autoloading improvements, event management, and a broad component library. End-of-life since Sep 28, 2016; archived and no longer maintained (last release 1.12.20). | 355 | 373 | 812 | 16K | 96 | 20.3 | 31.4 | BSD-3-Clause | 9 years ago | |
| zendframework/zend-filter | 0.76 | Filtering and normalization utilities for PHP from Zend Framework. Provides a range of filters to sanitize, convert, and transform input (strings, numbers, arrays, etc.), with extensible interfaces for custom filters—useful for validation pipelines and data processing. | 65 | 73 | 33 | 58K | 8 | 3.4 | 31.2 | BSD-3-Clause | 6 years ago | |
| illuminate/encryption | 0.76 | Laravel’s encryption component for securely encrypting and decrypting strings and serialized data using application keys and strong ciphers. Provides Encrypter support, key rotation via previous keys, and convenient helpers for protecting cookies, sessions, and payloads. | 92 | 96 | 25 | 327K | 0 | 1.2 | 49.0 | MIT | — | |
| defuse/php-encryption | 0.76 | Secure, hard-to-misuse PHP encryption library for encrypting data with keys or passwords. Requires PHP 5.6+ and OpenSSL 1.0.1+. Simple API inspired by libsodium, built to avoid common crypto mistakes. | 0 | 3,901 | — | 4M | — | 34.5 | 44.5 | — | — | |
| zendframework/zend-serializer | 0.75 | zend-serializer provides a consistent API for serializing and unserializing PHP data using multiple adapters (e.g., PHP, JSON, WDDX, and more). It supports options like compression and encryption, adapter discovery, and easy integration into Zend Framework apps. | 44 | 48 | 17 | 42K | 2 | 1.6 | 29.0 | BSD-3-Clause | 6 years ago | |
| zenstruck/dom | 0.73 | Zenstruck DOM is a tiny PHP/Laravel-friendly library for working with HTML/XML DOM. It offers a simple, fluent API to query, traverse, and manipulate nodes, making scraping, testing, and HTML transformations easier than using raw DOMDocument/DOMXPath. | 5 | 5 | 3 | 755 | 0 | 0.4 | 29.4 | MIT | — |
How can I help you explore Laravel packages today?