rasuvaeff member since: Oct 20, 2014 · Transparency log

rasuvaeff's packages

  • PHP

    rasuvaeff/bulkhead

    Cross-process concurrency limiter (bulkhead) for PHP-FPM, backed by Redis or APCu

  • PHP

    rasuvaeff/circuit-breaker

    Circuit breaker resilience primitive for PHP with pluggable in-memory, APCu, and Redis storage backends

  • PHP

    rasuvaeff/clickhouse-toolkit

    Framework-agnostic ClickHouse toolkit for PHP: parameterized query builder, data reader, batch writer, DDL builder, partition manager, mutation builder, and migration runner.

  • PHP

    rasuvaeff/doc-exec

    Doctest for PHP: execute fenced code blocks from README/docs against the current codebase and diff the output

  • PHP

    rasuvaeff/domain-monitor

    Domain monitoring toolkit for HTTP, SSL, WHOIS, DNS, ports, security headers, robots.txt, and sitemaps.

  • PHP

    rasuvaeff/duration

    Type-safe immutable duration value object for PHP

  • PHP

    rasuvaeff/media-converter

    Type-safe PHP wrapper over the ffmpeg/ffprobe subprocess: compose transcode/remux/filter operations into a pipeline, with retry, bulkhead, progress events, and DRM-aware probing

  • PHP

    rasuvaeff/mutation-history

    Cross-run history, diff and regression-ratchet gating on top of Infection PHP mutation testing logs

  • PHP

    rasuvaeff/payments

    Provider-neutral payment contracts, PSR-18 transport and webhook pipeline for PHP

  • PHP

    rasuvaeff/payments-testing

    Deterministic fake payment gateways and framework-agnostic contract assertions for testing

  • PHP

    rasuvaeff/property-testing-core

    Framework-agnostic property-based testing engine: generators, shrinking, runner, regression corpus, events

  • PHP

    rasuvaeff/property-testing-names

    Localised person-name generators (en, ru) for rasuvaeff/property-testing-core: first, last, patronymic and gender-consistent full names

  • PHP

    rasuvaeff/property-testing-phpunit

    PHPUnit adapter for the property-testing engine: a fluent forAll()->check() trait over the framework-agnostic runner

  • PHP

    rasuvaeff/property-testing-testo

    Testo adapter for the property-testing engine: the #[Property] attribute, drop-in for rasuvaeff/property-testing

  • PHP

    rasuvaeff/quality-ledger

    Framework-agnostic ledger for quality signals: append-only history, cross-run diff and ratchet gating on regressions