Ross ROSS = Recommend OSS · open-source software intelligence for agents

thedevsaddam/govalidator

Validate Golang request data with simple rules. Highly inspired by Laravel's request validation. observed · 2026-08-28

github.com/thedevsaddam/govalidator · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
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: 3276
  • days_rel: n/a
  • days_push: 843
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1342 stars · 122 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Go library for validating HTTP request data (form-data, x-www-form-urlencoded, query params, JSON) using simple rule strings, inspired by Laravel's request validation. It supports custom error messages and returns validation errors as structured maps.

Use cases

  • validate http request data in go
  • validate form inputs with rules like required and email
  • laravel-style validation for golang apis
  • return validation errors from go handlers
  • validate query parameters in go web server
  • custom validation error messages in go

When to choose

  • you want Laravel-style declarative request validation in Go
  • you need to validate form data, urlencoded bodies, query params, or JSON in HTTP handlers
  • you want custom per-field error messages

When to avoid

  • you need struct-tag-based validation integrated with your models
  • you use a full web framework with built-in validation
  • you need actively developed features or recent bug fixes

Facets

library · maturity maintenance

middleware form-handling web-framework web-development backend developer-tools go cross-platform request-validation laravel-inspired input-validation http web-server

1 source

Member repositories

RepositoryRoleHealth v2
thedevsaddam/govalidatormain23

For agents

markdown · JSON · MCP: product_card(name="thedevsaddam/govalidator")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem