Packages from vortos

  • PHP

    vortos/vortos

    The Vortos Clean Architecture Framework — project skeleton

  • PHP

    vortos/vortos-alerts

    Vortos Alerts — agnostic notifier port, severity routing, dedupe/flap-damper, escalation + on-call, HMAC-signed acknowledgements, and time-boxed maintenance silences. In-core Slack/Telegram/webhook drivers (plain HTTP), SES via vortos-aws-ses. Alert rules are declared config validated at deploy:doct

  • PHP

    vortos/vortos-analytics

    Vortos product-analytics port — capture/identify/group, null default in-core, privacy-by-default (deny-all consent + allowlist + PII redaction), bounded batching + idempotent identify/group, and an opt-in sampled flag-exposure bridge. Provider drivers (PostHog, ...) ship as separate split packages.

  • PHP

    vortos/vortos-analytics-posthog

    PostHog driver for vortos/vortos-analytics — server-side /batch HTTP ingestion. Implements the agnostic AnalyticsInterface; registers via its own DependencyInjection package; passes the core conformance TCK unchanged.

  • PHP

    vortos/vortos-auth

    Vortos authentication — JWT, Argon2id, token rotation, built-in controllers

  • PHP

    vortos/vortos-authorization

    Vortos authorization — policy engine, RBAC, role hierarchy

  • PHP

    vortos/vortos-aws-ses

    Vortos AWS SES email delivery with transactional outbox, suppression lists, webhooks, and observability

  • PHP

    vortos/vortos-backup

    Vortos Backup — enterprise-grade database backups: streamed pg_dump/pg_basebackup + WAL PITR and mongodump to an object store (R2), integrity-verified at creation, append-only catalog, GFS retention with hard safety floors, encryption-ready stream seam (Block 20), and a Block-17-ready alerting event

  • PHP

    vortos/vortos-cache

    Vortos cache — Redis-backed PSR-16 cache with tag invalidation

  • PHP

    vortos/vortos-config

    Vortos Config — publish annotated config stubs to your project

  • PHP

    vortos/vortos-cqrs

    Vortos CQRS — command bus, query bus, projection handlers

  • PHP

    vortos/vortos-debug

    Vortos debug — route and container inspection commands

  • PHP

    vortos/vortos-deploy

    Vortos Deploy — provider-agnostic deployment orchestration: pure planner, strategy-as-policy (blue-green/rolling/recreate/canary), immutable definition surface (config/deploy.php), per-env layering with drift report, content-hashed reviewable plans (secret-free, signing-ready), and conformance TCKs

  • PHP

    vortos/vortos-deploy-k8s

    Kubernetes deploy target driver for vortos/vortos-deploy — implements DeployTargetInterface, WorkerControllerInterface, and EdgeRouterInterface behind the unchanged TCK. Registers via autoconfiguration; passes all conformance tests with zero changes to core.

  • PHP

    vortos/vortos-docker

    Vortos Docker — publish Docker environment files to your project

  • PHP

    vortos/vortos-domain

    Vortos domain primitives — AggregateRoot, DomainEvent, ValueObject, Repository contracts

  • PHP

    vortos/vortos-feature-flags

    Vortos feature flags — percentage rollout, user targeting, attribute rules, kill switch

  • PHP

    vortos/vortos-feature-flags-admin

    Admin console for Vortos Feature Flags — management UI, RBAC-gated, HTMX + React islands.

  • PHP

    vortos/vortos-foundation

    Vortos foundation — Runner, Container bootstrap, PackageInterface

  • PHP

    vortos/vortos-framework

    The Vortos Clean Architecture Framework — meta-package

  • PHP

    vortos/vortos-health

    Vortos Health — canonical probe-based health system (liveness/readiness/startup) plus the Block 18 external synthetic uptime + dead-man heartbeat + capacity/cert detectors. Built on the OpsKit driver pattern: per-probe/per-monitor capability descriptors, budget-bounded aggregation, single-flight DoS

  • PHP

    vortos/vortos-http

    Vortos HTTP kernel — routing, event dispatcher, error handling

  • PHP

    vortos/vortos-iac

    Vortos IaC — Terraform/OpenTofu lifecycle (plan/apply/destroy), codegen (.tf.json), nine resource families, state backends, policy gate, audit trail.

  • PHP

    vortos/vortos-logger

    Vortos logger — Monolog PSR-3 integration

  • PHP

    vortos/vortos-make

    Vortos code generator — scaffold DDD/CQRS artifacts from stubs

  • PHP

    vortos/vortos-mcp

    Vortos MCP server — AI context layer for Vortos projects

  • PHP

    vortos/vortos-messaging

    Vortos messaging — Kafka event bus, outbox pattern, dead letter queue

  • PHP

    vortos/vortos-metrics

    Vortos metrics — Prometheus, StatsD and NoOp adapters with auto-instrumentation

  • PHP

    vortos/vortos-migration

    Vortos migration system — Doctrine Migrations wrapper with module stub publishing

  • PHP

    vortos/vortos-object-store

    Vortos object storage — S3-compatible storage with first-class Cloudflare R2 defaults

  • PHP

    vortos/vortos-observability

    Telemetry destination seam (OTel collector + off-host sinks, disk-buffered) and publishable observability templates

  • PHP

    vortos/vortos-ops-kit

    Vortos Ops Kit — the one uniform swappable-driver pattern (port + named drivers + DI-keyed registry + capability descriptor + conformance TCK + agnosticism lint + make:driver scaffolder). Shared primitives every deploy/ops concern reuses. Zero runtime reflection.

  • PHP

    vortos/vortos-paddle

    Vortos Paddle integration — billing, subscriptions, webhooks, and catalog management via Paddle

  • PHP

    vortos/vortos-persistence

    Vortos persistence core — repository contracts, InMemory adapters, UnitOfWork

  • PHP

    vortos/vortos-persistence-dbal

    Vortos DBAL persistence — PostgreSQL write side via Doctrine DBAL

  • PHP

    vortos/vortos-persistence-mongo

    Vortos MongoDB persistence — read side via MongoDB driver

  • PHP

    vortos/vortos-persistence-orm

    Vortos persistence — Doctrine ORM write repository for DDD aggregates

  • PHP

    vortos/vortos-pipeline

    Provider-agnostic CI/CD generation — abstract Pipeline model + GitHub Actions emitter (pure codegen, SHA-pinned, least-privilege), owns split.yml

  • PHP

    vortos/vortos-release

    Vortos Release — immutable build manifests, schema fingerprinting, rollback invariant math, semver/changelog, and coordinated multi-repo tagging. Write-once persistence enforced at the storage layer; provenance-ready for cosign/SLSA attestation.

  • PHP

    vortos/vortos-secrets

    Vortos Secrets — billion-dollar-grade secrets management: redact-by-construction values, envelope encryption (XChaCha20-Poly1305 payload + off-host age/X25519 key custody), two-phase rotation with grace windows, fail-closed CI/doctor preflight, and zero-standing-secret injection. Built on the OpsKit

  • PHP

    vortos/vortos-security

    Vortos enterprise security — HTTP headers, CORS, CSRF, IP filtering, request signing, encryption, secrets, and data masking

  • PHP

    vortos/vortos-setup

    Vortos interactive project setup and environment checks

  • PHP

    vortos/vortos-tenant

    Vortos multi-tenancy — ambient tenant context, persistence scoping, and PostgreSQL RLS

  • PHP

    vortos/vortos-tracing

    Vortos tracing — OpenTelemetry distributed tracing integration