waaseyaa/foundation

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

Maintainers

Package info

github.com/waaseyaa/foundation

pkg:composer/waaseyaa/foundation

Statistics

Installs: 178

Dependents: 8

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.0-alpha.7 2026-03-15 16:00 UTC

This package is auto-updated.

Last update: 2026-03-15 16:00:41 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.