anandkunal/ToroPHP
Toro is a PHP router for developing RESTful web applications and APIs. 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 6163
- days_rel: n/a
- days_push: 1706
- n_releases_24m: 0
Adoption not part of the score
1155 stars · 169 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
ToroPHP is a small PHP routing library for building RESTful web applications and APIs. It maps URL patterns to handler classes whose methods are dispatched by HTTP verb, with support for typed route stubs, regex routes, XHR-specific handlers, and lifecycle hooks.
Use cases
- build a restful api in php
- route http requests to handler classes
- create a lightweight php web app without a full framework
- handle get post put delete requests with clean url routing
- dispatch json xhr requests separately in php
- add a simple router to a legacy php project
When to choose
- you want a tiny, single-file router with minimal dependencies
- you are building a small REST API or microservice in PHP
- you prefer handler-class routing modeled after Tornado
When to avoid
- you need a full-featured framework with ORM, templating, and auth
- you want modern middleware ecosystems, PSR-7/PSR-15 support, or active development
- your project requires PHP features beyond the library's minimal scope
Facets
library · maturity maintenance
routing web-framework http-server middleware web-development backend apis php rest microframework router minimalist
1 source
- readme: https://github.com/anandkunal/ToroPHP · fetched 2026-08-28 · e89879733ee7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| anandkunal/ToroPHP | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="anandkunal/ToroPHP")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem