Sachintha-De-Silva member since: Nov 03, 2025 · Transparency log
Sachintha-De-Silva's packages
-
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-payhere
Vortos PayHere integration — hosted checkout signing, IPN verification with inbox, retrieval and refund APIs, behind the vortos-payments gateway contracts
-
PHP
vortos/vortos-payments
Vortos payment gateway contracts — rail-agnostic charge, webhook and capability interfaces with a conformance suite every gateway must pass
-
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-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-push
Vortos push-notification delivery — Web Push (VAPID + RFC 8291 aes128gcm) with a driver-based sender contract
-
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-scheduler
Vortos Scheduler — in-app leader-elected distributed scheduler. Recurring + one-shot + interval triggers, static (compile-time) and dynamic (DB-stored) schedules, agnostic LeasePort (SQL/Redis/PG-advisory), idempotent fire-to-CommandBus, misfire + overlap policies, hash-chained audit, OTel, dead-man