Packages from rasuvaeff · Transparency log
-
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/domain-monitor
Domain monitoring toolkit for HTTP, SSL, WHOIS, DNS, ports, security headers, robots.txt, and sitemaps.
-
-
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/rector-datetime-immutable
Rector rules that migrate DateTime to DateTimeImmutable and auto-fix lost mutations whose return value is ignored
-
PHP
rasuvaeff/rector-named-literals
Rector rule that adds parameter names to literal arguments (bool by default, numeric/string opt-in)
-
-
-
PHP
rasuvaeff/specification
Type-safe specification pattern for composing Yiisoft DB queries: AND, OR, NOT, comparisons, IN, BETWEEN, LIKE — with SQL injection protection.
-
-
PHP
rasuvaeff/yii3-ab-testing-clickhouse
ClickHouse exposure and conversion trackers for Yii3 A/B testing
-
-
PHP
rasuvaeff/yii3-ab-testing-outbox
Outbox producer for Yii3 A/B testing exposure and conversion events
-
-
-
PHP
rasuvaeff/yii3-audit-log
Audit trail for Yii3 applications: who changed what and when, with sensitive value masking
-
-
PHP
rasuvaeff/yii3-centrifugo
Centrifugo v6 integration for Yii3: server API client, JWT token issuer, and PSR-15 proxy event handlers
-
PHP
rasuvaeff/yii3-clickhouse-toolkit
Yii3 config bridge for rasuvaeff/clickhouse-toolkit: DI wiring and console commands from environment.
-
PHP
rasuvaeff/yii3-correlation-id
Request correlation ID for Yii3: PSR-15 middleware, request-scoped holder, and yiisoft/log context provider
-
PHP
rasuvaeff/yii3-feature-flags
Feature flags, kill switches and percentage rollout for Yii3 applications
-
-
-
-
-
-
-
PHP
rasuvaeff/yii3-mcp
MCP server integration for Yii3: PSR-15 Streamable HTTP endpoint, DI tool registry, and stdio transport over the official mcp/sdk
-
PHP
rasuvaeff/yii3-mcp-audit-log-bridge
AI audit trail for MCP servers: records every yii3-mcp tools/call into rasuvaeff/yii3-audit-log
-
PHP
rasuvaeff/yii3-mcp-rbac-bridge
Per-user RBAC for MCP servers: yiisoft/rbac permissions on yii3-mcp tool calls, visibility filtering and session-identity binding
-
PHP
rasuvaeff/yii3-mcp-telemetry-bridge
Tracing and metrics for MCP servers: spans and RED-style metrics for every yii3-mcp tools/call via rasuvaeff/yii3-telemetry and rasuvaeff/yii3-metrics
-
-
-
-
-
-
PHP
rasuvaeff/yii3-outbox-webhooks-bridge
Bridge between yii3-outbox and yii3-webhooks for durable at-least-once webhook delivery
-
-
PHP
rasuvaeff/yii3-respect-validation
Bridge exposing Respect/Validation rules as native yiisoft/validator rules for Yii3 applications
-
PHP
rasuvaeff/yii3-seo
Next.js-inspired, Yii3-native typed SEO metadata: title templates, OpenGraph, Twitter cards, hreflang, canonical URLs, robots and JSON-LD
-
-
-
-
-
-
PHP
rasuvaeff/yii3-tenancy
Multi-tenancy core for Yii3: tenant resolution, request context, and scoping primitives
-
-
-
PHP
rasuvaeff/yii3-webhooks
HMAC-signed webhook infrastructure for Yii3 — outbound signing, inbound verification, replay protection, retry policy
-
PHP
rasuvaeff/yii3-webhooks-db
Database-backed delivery and nonce storage for rasuvaeff/yii3-webhooks
-
PHP
rasuvaeff/yii3-workflow
Yii3 integration for symfony/workflow: workflow registry, enum marking store, transition audit trail, idempotency and a diagram dump command
-
PHP
rasuvaeff/yii3-workflow-db
Database-backed transition log for rasuvaeff/yii3-workflow: audit trail and race-safe idempotency on yiisoft/db