php-standard-library/hash
Hash utilities for PHP: cryptographic and non-cryptographic hashing via an Algorithm enum, HMAC helpers, and timing-safe string comparison. Lightweight package from PHP Standard Library for consistent, secure hashing across projects.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| hautelook/phpass | 0.84 | 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 | |
| illuminate/hashing | 0.83 | 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 | — | |
| selfsimilar/drupal7_password_hasher | 0.83 | PHP package for verifying and generating Drupal 7-compatible password hashes. Useful for migrating users to Laravel or other apps while preserving existing credentials, with support for Drupal’s phpass-based hashing format and validation against stored hashes. | 0 | 0 | 0 | 18 | 0 | 0.0 | 17.7 | GPL-3.0 | — | |
| kornrunner/keccak | 0.83 | Pure PHP Keccak (SHA-3) implementation with easy static API. Compute Keccak hashes (224/256/384/512) and SHAKE outputs (XOF) without extensions. Includes test suite and coverage, suitable for Ethereum and other crypto use cases. | 125 | 131 | 47 | 81K | 0 | 3.6 | 38.7 | MIT | 5 years ago | |
| dynamophp/hash | 0.83 | Generate a deterministic float hash for any string mapped to the range 0–360. Uses a primary hash (e.g., SHA-256), then converts selected leading/trailing characters into a numeric value within the interval. | 0 | 1 | 0 | 0 | 0 | 0.3 | — | MIT | 3 years ago | |
| cayetanosoriano/hashids-bundle | 0.82 | — | 22 | 22 | 20 | 682 | 1 | 1.2 | 20.5 | — | 9 years ago | |
| denisok94/helper | 0.82 | A small Laravel/PHP helper package providing convenience functions to speed up everyday development tasks. Useful for common utilities and shortcuts so you can reduce boilerplate across projects. | 1 | 1 | 0 | 2 | 0 | 13.8 | — | BSD-3-Clause | 4 months ago | |
| mikemclin/laravel-wp-password | 0.82 | — | 86 | 89 | 15 | 38K | 2 | 1.3 | 36.6 | — | — | |
| open-southeners/extended-php | 0.82 | Extended PHP helpers for modern apps: adds convenient functions, utilities, and small enhancements that complement core PHP to reduce boilerplate and speed up everyday development. Lightweight, easy to drop into existing projects. | 0 | 0 | 0 | 82 | 0 | 15.2 | 28.4 | MIT | 7 months ago | |
| selfsimilar/laravel-d7-password | 0.82 | — | 4 | 4 | 0 | 12 | 0 | 0.0 | 7.3 | — | — | |
| b2pweb/bdf-util | 0.81 | Utilities for working with BDF (Binary Data Format) files in PHP/Laravel. Includes helpers to read, write, parse, and validate BDF data plus common convenience functions for import/export workflows and integration into your application. | 0 | 0 | — | 475 | — | 0.0 | 37.2 | — | — | |
| ircmaxell/password-compat | 0.81 | — | 2,132 | 2,182 | 409 | 414K | 13 | 27.3 | 37.5 | MIT | — | |
| b2pweb/bdf-phpunit | 0.81 | Laravel/PHPUnit helper package for working with BDF/SEPA bank files in tests. Provides utilities and test assertions to validate BDF structures and parsing results, making it easier to write reliable unit tests around banking file imports. | 0 | 0 | 0 | 199 | 0 | 0.0 | 31.9 | MIT | — | |
| lastdragon-ru/lara-asp-core | 0.81 | — | 0 | 0 | 1 | 5K | 0 | 0.0 | 50.3 | MIT | — | |
| novay/draft | 0.81 | — | 0 | 0 | 0 | 0 | 0 | 4.9 | — | MIT | 9 months ago | |
| mikemclin/wp-password | 0.81 | — | 86 | 67 | 15 | 1 | 2 | 1.3 | 0.1 | — | — | |
| christian-riesen/password-hash-bundle | 0.81 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| veelasky/laravel-hashid | 0.81 | — | 45 | 46 | 18 | 6K | 0 | 23.9 | 34.1 | MIT | 2 months ago | |
| bordoni/phpass | 0.80 | 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 | |
| symfony/password-hasher | 0.79 | Symfony PasswordHasher provides secure password hashing and verification with modern algorithms like bcrypt and sodium. Use PasswordHasherFactory to configure multiple hashers and select the right one for your app’s needs. | 814 | 818 | 4 | 4M | 0 | 34.7 | 60.1 | MIT | 2 weeks ago |
How can I help you explore Laravel packages today?