PHPackages                             waaseyaa/ingestion - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Validation &amp; Sanitization](/categories/validation)
4. /
5. waaseyaa/ingestion

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

waaseyaa/ingestion
==================

Payload validation and ingestion utilities for Waaseyaa applications

v0.1.0-alpha.279(3w ago)02.5k↑295.5%1GPL-2.0-or-laterPHPPHP &gt;=8.5

Since Mar 18Pushed 1w agoCompare

[ Source](https://github.com/waaseyaa/ingestion)[ Packagist](https://packagist.org/packages/waaseyaa/ingestion)[ RSS](/packages/waaseyaa-ingestion/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (4)Versions (234)Used By (1)

waaseyaa/ingestion
==================

[](#waaseyaaingestion)

**Layer 0 — Foundation**

Payload validation and ingestion utilities for Waaseyaa applications.

`EnvelopeValidator` is an **abstract, `@internal`** base class that enforces the canonical ingestion envelope shape; applications extend it to provide their supported versions, entity types, and entity-specific validation. The required envelope fields are `payload_id`, `version`, `source`, `snapshot_type`, `timestamp`, `entity_type`, `source_url`, and `data`. `PayloadValidatorInterface` is the per-domain hook for content-specific validation; `EnvelopeValidator` implements it. `ValidationResult` is a `readonly` `@api` DTO carrying a `list` of free-form error message strings (`public array $errors`) and an `isValid()` helper that returns `true` when `$errors` is empty — there are no structured error codes in this package.

Key classes: `EnvelopeValidator` (abstract, `@internal`), `PayloadValidatorInterface`, `ValidationResult`.

> **No framework consumer yet.** These validators are self-contained and unit-tested, but **nothing in the framework currently depends on or invokes this package** — no other package requires `waaseyaa/ingestion`, and no provider, route, or CLI wires `EnvelopeValidator`/`PayloadValidatorInterface`. It is a standalone building block an application can adopt directly, not a wired pipeline. (Note: the foundation-layer ingestion pipeline described in `docs/specs/ingestion-defaults.md` is a separate `Waaseyaa\Foundation\Ingestion\*` stack, not this package.)

###  Health Score

50

—

FairBetter than 95% of packages

Maintenance97

Actively maintained with recent releases

Popularity22

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

233

Last Release

24d ago

PHP version history (2 changes)v0.1.0-alpha.44PHP &gt;=8.4

v0.1.0-alpha.176PHP &gt;=8.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/25d0ff572e93e3461e5180a920725d65691fd1e15e2d914b254dbbc2d6c393bd?d=identicon)[jonesrussell](/maintainers/jonesrussell)

---

Top Contributors

[![jonesrussell](https://avatars.githubusercontent.com/u/499552?v=4)](https://github.com/jonesrussell "jonesrussell (16 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/waaseyaa-ingestion/health.svg)

```
[![Health](https://phpackages.com/badges/waaseyaa-ingestion/health.svg)](https://phpackages.com/packages/waaseyaa-ingestion)
```

###  Alternatives

[hybridlogic/validation

A simple, extensible validation library for PHP with support for filtering and validating any input array along with generating client side validation code.

641.1k](/packages/hybridlogic-validation)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
