# panique/huge

Simple user-authentication solution, embedded into a small framework.

Repository: https://github.com/panique/huge
Canonical: https://ross.abutalabs.com/products/huge
Language: PHP
License Family: other
Topics: php, authentication, authorization, password, password-hash, framework, user-auth, auth
Last push: 2024-09-04T22:51:37+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 5233, "days_push": 728, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2160, forks 768 (observed 2026-08-28T04:06:20.896843+00:00)

## What it is
HUGE is a simple user-authentication solution embedded in a minimal PHP framework skeleton, using PHP's official bcrypt password hashing. It is designed for small projects, agency work, and quick prototypes, prioritizing hardcore simplicity over feature richness.

## Use cases
- add login and registration to a small php site
- quickly prototype a web app with user accounts
- learn how php password hashing and sessions work
- build a simple admin area with authentication
- bootstrap a small agency project with user auth out of the box

## When to choose
- you need a working login system in minutes for a small project
- you want readable, simple procedural php code without framework overhead
- you are building an mvp or quick draft that just needs auth

## When to avoid
- you are building a large corporate application needing a full-featured framework
- you need actively developed features or long-term support
- you require modern php framework ecosystems like laravel or symfony

## Facets
- artifact type: framework
- maturity: maintenance
- function: auth, authorization, web-framework
- domain: web-development, backend, security
- platform: php, self-hosted
- tags: php-login, bcrypt, user-authentication, micro-framework, boilerplate, web-server

## Member repositories
- panique/huge (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:20.896843+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:50:18.659200+00:00, confidence not recorded.
  - readme: https://github.com/panique/huge (fetched 2026-08-28T04:06:20.896843+00:00, sha caf5bccb6958)
- Data as of 2026-08-30T08:39:29.467469+00:00.
