Search by

waaseyaa / foundation

jonesrussell

Core framework primitives: service providers, domain events, results, error handling

Package info

github.com/waaseyaa/foundation

pkg:composer/waaseyaa/foundation

Statistics

Installs: 13 432

Dependents: 60

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.0-alpha.300 2026-09-02 15:49 UTC

This package is auto-updated.

Last update: 2026-09-02 16:15:09 UTC


README

Layer 0 — Foundation

Application bootstrapping and kernel infrastructure for Waaseyaa.

Provides AbstractKernel (base for HttpKernel and ConsoleKernel), ServiceProvider base class, PackageManifestCompiler (discovers access policies, middleware, and providers via attribute scanning), and DomainEvent primitives. Kernels intentionally import from all layers as entry-point orchestrators. Run waaseyaa optimize:manifest after adding new providers or policies.

Key classes: AbstractKernel, HttpKernel, ConsoleKernel, ServiceProvider, PackageManifestCompiler.