laravel-ardent/ardent
Self-validating, secure and smart models for Laravel's Eloquent ORM observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived
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: 4980
- days_rel: n/a
- days_push: 2372
- n_releases_24m: 0
Adoption not part of the score
1371 stars · 201 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Ardent is a PHP library providing self-validating, secure model classes that extend Laravel's Eloquent ORM. It moves validation rules, error handling, and relationship definitions directly into model classes to reduce controller boilerplate.
Use cases
- validate eloquent models automatically in laravel
- move form validation into laravel models
- reduce controller boilerplate for model validation
- use an orm standalone in php without full laravel
- define model relationships more concisely in laravel
When to choose
- you're on Laravel 5 and want validation rules defined directly on your Eloquent models
- you want automatic hydration of model attributes from form input with built-in validation
- you need a standalone ORM with validation outside a full Laravel install
When to avoid
- you're on modern Laravel (6+), where the package is unmaintained and incompatible
- you prefer keeping validation in form requests or dedicated validator classes
- your project uses Laravel's current built-in validation features
Facets
library · maturity maintenance
orm form-handling web-development backend databases php laravel eloquent self-validating-models model-validation web-server
1 source
- readme: https://github.com/laravel-ardent/ardent · fetched 2026-08-28 · 7a1ddec1a592
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| laravel-ardent/ardent | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="laravel-ardent/ardent")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem