Libraries tagged by conformance
vortos/vortos-ops-kit
1231 Downloads
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.
vortos/vortos-health
1218 Downloads
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 guard, legacy bridge for Foundation health checks, and a conformance TCK.
vortos/vortos-deploy
1221 Downloads
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 for all driver ports. Built on the OpsKit driver pattern.
vortos/vortos-analytics-posthog
1216 Downloads
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.
philiprehberger/interchange-conformance
58 Downloads
Conformance assertions for the Interchange service contract — framework-agnostic, installable alongside any test runner
netresearch/agent-typo3-conformance
12 Downloads
Netresearch AI skill for TYPO3 extension conformance and coding standards assessment
vortos/vortos-payments
161 Downloads
Vortos payment gateway contracts — rail-agnostic charge, webhook and capability interfaces with a conformance suite every gateway must pass
particle-academy/fancy-conformance
7 Downloads
Shared cross-language conformance fixtures for the Fancy suite. One contract, N implementations, and a single table that every implementation asserts in its own CI — so 'parity' is a test result rather than a claim. Ships the fixture data itself alongside a small PHP loader.
maks3w/psr7-assertions
91 Downloads
Test your library conformance with PSR-7
causalontology/causalontology
12 Downloads
The PHP binding of the Causalontology standard - reified causation as a programming-language-neutral standard and shared commons. Bundled sodium/hash extensions only; passes all 137 conformance checks at specification 4.0.0, of which 38 are driven by the frozen shared vector files in conformance/vectors/ and 99 are implemented in this binding's own runner. The twenty-one JSON Schemas are vendored at bindings/php/spec/schema, so an installed copy validates without a checkout. (Sources under bindings/php/; this root manifest exists because Packagist reads the repository root, like Package.swift for SwiftPM.)
web-auth/conformance-toolset
35782 Downloads
FIDO2/Webauthn Conformance Toolset
vojtech-dobes/php-conformance
29 Downloads
lyquidity/xpath2-tests
8 Downloads
Provides a harness to test XPath 2.0 statement execution library for PHP using the XQTS 1.0.3 conformance test suite
lyquidity/xbrl-tests
15 Downloads
Provides a harness to run the conformance suite tests for XBRL 2.1, XDT, XFI and Formulas using the XBRLlibrary for PHP
vortos/vortos-deploy-k8s
0 Downloads
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.