Sachintha-De-Silva member since: Nov 03, 2025

Sachintha-De-Silva's packages

  • 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