selfsimilar/drupal7_password_hasher
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.
Hash facade (bcrypt/argon) or other modern hashing libraries.Hash facade for new accounts and only use this for legacy imports.For Executives: "This lightweight package lets us securely import Drupal 7 user accounts into our Laravel app without rewriting passwords or disrupting existing logins. It’s a low-risk, high-reward solution for migration projects, ensuring compliance with Drupal 7’s hashing while future-proofing our system. Minimal maintenance cost—just a PSR-4 wrapper around proven code."
For Engineering: *"Need to merge Drupal 7 users into Laravel? This package provides a drop-in hashing library for Drupal 7’s SHA-512+salt scheme, compatible with Laravel’s ecosystem. No dependency bloat—just a single class to validate/verify legacy passwords. Ideal for:
Hash facade for new users; reserve this for imports only."*How can I help you explore Laravel packages today?