# lightory/HHRouter

Yet another URL Router for iOS.

Repository: https://github.com/lightory/HHRouter
Canonical: https://ross.abutalabs.com/products/hhrouter
Language: Objective-C
License: MIT
License Family: permissive
Topics: url-router, objective-c
Last push: 2017-12-06T09:11:29+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4556, "days_push": 3192, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1639, forks 229 (observed 2026-08-28T04:05:15.240414+00:00)

## What it is
HHRouter is a lightweight URL routing library for iOS written in Objective-C. It maps URL patterns to view controller classes and parses path and query parameters automatically.

## Use cases
- route URLs to view controllers in an iOS app
- handle deep links with custom URL schemes
- parse path and query parameters from URLs
- decouple navigation from view controllers
- implement in-app navigation via URL patterns

## When to choose
- you have an Objective-C iOS app needing simple URL-based navigation
- you want lightweight routing with automatic parameter parsing
- you need custom URL scheme deep linking support

## When to avoid
- you are building a Swift-first project and prefer modern Swift routers
- you need advanced routing features like middleware or nested routes
- the project requires actively maintained dependencies

## Facets
- artifact type: library
- maturity: maintenance
- function: routing, middleware
- domain: mobile-development, web-development
- platform: -
- tags: url-router, objective-c, viewcontroller-routing, deep-linking, ios, mobile

## Member repositories
- lightory/HHRouter (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:15.240414+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-30T03:46:31.557050+00:00, confidence not recorded.
  - readme: https://github.com/lightory/HHRouter (fetched 2026-08-28T04:05:15.240414+00:00, sha 721a9cd0e13d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
