ircmaxell/password_compat
Compatibility with the password_* functions that ship with PHP 5.5 observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5182
- days_rel: n/a
- days_push: 940
- n_releases_24m: 0
Adoption not part of the score
2128 stars · 409 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A PHP library providing forward compatibility with the password_* functions (password_hash, password_verify) that ship natively with PHP 5.5, for use on older PHP 5.3.7+ versions. It implements BCRYPT-based password hashing via a simple polyfill.
Use cases
- hash passwords with bcrypt on PHP 5.3 or 5.4
- use password_hash and password_verify before upgrading to PHP 5.5
- securely store user password hashes in a legacy PHP application
- polyfill PHP 5.5 password functions in an old codebase
When to choose
- you are stuck on PHP 5.3.7-5.4 and need modern password hashing
- you want code that will seamlessly use native password_* functions once you upgrade to PHP 5.5+
When to avoid
- you run PHP 5.5 or newer, where these functions are built in
- you are on an unsupported PHP version like Debian's 5.3.3 with the bcrypt security bug
- you need modern algorithms like Argon2, which this library does not provide
Facets
library · maturity abandoned
cryptography security auth security backend developer-tools php password-hashing bcrypt polyfill php-55-compat
1 source
- readme: https://github.com/ircmaxell/password_compat · fetched 2026-08-28 · ff9d53fe5307
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ircmaxell/password_compat | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="ircmaxell/password_compat")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem