nathancall member since: Apr 23, 2026 · Transparency log

nathancall's packages

  • PHP

    flametrench/audit

    Audit primitive for Flametrench: append-only, identity- and tenancy-aware action log. Spec-conformant per ADR 0019.

  • PHP

    flametrench/authz

    Authorization primitives for Flametrench: relational tuples and exact-match check(). Spec-conformant; no rewrite rules in v0.1.

  • PHP

    flametrench/file

    File-metadata primitive for Flametrench: metadata and lifecycle tracking for adopter-managed file storage. Spec-conformant per ADR 0020.

  • PHP

    flametrench/flags

    Feature-flags primitive for Flametrench: named boolean flags with authz-based targeting and deterministic percentage rollouts. Spec-conformant per ADR 0021.

  • PHP

    flametrench/identity

    Identity primitives for Flametrench: users, credentials (Argon2id-pinned passwords, passkeys, OIDC), and user-bound sessions with rotation on refresh.

  • PHP

    flametrench/ids

    Prefixed wire-format IDs for Flametrench. UUIDv7 storage, self-describing public identifiers.

  • PHP

    flametrench/laravel

    Laravel adapter for Flametrench: ServiceProvider + facades + middleware bridging the flametrench/{ids,identity,tenancy,authz} PHP SDKs into Laravel applications.

  • PHP

    flametrench/notify

    Notification primitive for Flametrench: per-recipient, read-stateful notification records. Spec-conformant per ADR 0022.

  • PHP

    flametrench/tenancy

    Tenancy primitives for Flametrench: organizations, memberships, invitations. Spec-conformant revoke-and-re-add lifecycle and atomic invitation acceptance.

  • PHP

    sitesource/laravel-polymorphic-settings

    Polymorphic, per-model key-value settings for Laravel with opt-in encryption and transparent caching.

  • PHP

    sitesource/laravel-polymorphic-settings-filament

    Filament integration for sitesource/laravel-polymorphic-settings — base page class and trait that auto-bind settings to Filament forms.