Packages from cboxdk · Transparency log

  • PHP

    cboxdk/dns

    Zero-dependency raw PHP DNS resolver, domain-ownership verification, and intoDNS/MxToolbox-style diagnostics. Queries authoritative nameservers directly over sockets — never trusts the recursive cache for ownership checks.

  • PHP

    cboxdk/laravel-billing

    Cbox Billing — the billing engine for Laravel — a gateway-agnostic library: catalog, subscriptions, real-time usage metering with hard limits, a double-entry ledger, invoicing, and pricing operations.

  • PHP

    cboxdk/laravel-billing-clickhouse

    Cbox Billing — ClickHouse event-log adapter: a columnar EventLog implementation for event-heavy metering, for cboxdk/laravel-billing.

  • PHP

    cboxdk/laravel-billing-client

    Cbox Billing — app-local enforcement SDK: leases allowance from a remote Cbox Billing service and enforces hard limits locally on the hot path, buffering and reporting usage in the background.

  • PHP

    cboxdk/laravel-billing-mollie

    Cbox Billing — Mollie payment-gateway adapter: a PaymentGateway implementation backed by Mollie, for cboxdk/laravel-billing.

  • PHP

    cboxdk/laravel-billing-stripe

    Cbox Billing — Stripe payment-gateway adapter: a PaymentGateway implementation backed by Stripe, for cboxdk/laravel-billing.

  • PHP

    cboxdk/laravel-console-kit

    Extension hooks for a Cbox admin console — nav areas, feature gates, UI slots, dashboard cards and per-tenant branding that an optional package registers into via composer, with zero host edits. The plugin pattern behind billing and other drop-in modules.

  • PHP

    cboxdk/laravel-dns

    Laravel integration for cboxdk/dns — authoritative DNS lookups, domain-ownership verification, DNSSEC validation, and intoDNS/MxToolbox-style diagnostics via a facade, Artisan commands, and validation rules.

  • PHP

    cboxdk/laravel-geo

    Cbox Geo — a canonical ISO 3166 country/subdivision and ISO 4217 currency reference for Laravel: data-driven jurisdiction lookups and structured addresses bound to stable codes, carrying the tax-relevant attributes downstream billing and tax engines need.

  • PHP

    cboxdk/laravel-health

    Health checks, Kubernetes probes, Prometheus metrics, and system monitoring for Laravel

  • PHP

    cboxdk/laravel-id

    cboxdk/laravel-id: a Laravel-native auth and identity framework. AuthN, SSO/SAML, SCIM, OAuth/OIDC provider, RBAC, billing-fed entitlements, tamper-evident audit.

  • PHP

    cboxdk/laravel-id-billing

    Billing console for Cbox ID — plan, invoices and usage-vs-limit, read from a billing service through cboxdk/laravel-billing-client and plugged into the console through laravel-console-kit. Optional: install it only where you actually bill.

  • PHP

    cboxdk/laravel-id-billing-bridge

    Meters Cbox ID identity usage to a billing service — reads the shared auth.* vocabulary off the transactional outbox and reports it exactly once. Optional: install it only where you actually bill.

  • PHP

    cboxdk/laravel-id-client

    Laravel/PHP consumer SDK for Cbox ID — turnkey OIDC login, hosted profile-management redirect, machine tokens, and webhook verification against a Cbox ID instance.

  • PHP

    cboxdk/laravel-id-spatie

    Cbox ID adapter for spatie/laravel-permission — run the platform's AuthN/SSO/OAuth/OIDC/SCIM while an existing Spatie permission install stays the source of roles, permissions, and token claims. Binds the platform's AccessChecker and Roles contracts to Spatie under the external access-control driver

  • PHP

    cboxdk/laravel-nexus

    Cbox Nexus — the US economic-nexus engine for Laravel: accumulate a seller's sales per state, detect when a post-Wayfair threshold is crossed, and report where registration is required.

  • PHP

    cboxdk/laravel-operations

    Durable, multi-step operations for Laravel — a strict state machine with per-step progress, idempotent retries, and a stall sweep.

  • PHP

    cboxdk/laravel-postal

    Postal mail server integration for Laravel — a typed, multi-server send transport plus a verified, event-driven webhook observability spine (delivery, bounce, open, click, DNS).

  • PHP

    cboxdk/laravel-queue-autoscale

    Intelligent, predictive autoscaling for Laravel queues with SLA/SLO-based optimization

  • PHP

    cboxdk/laravel-queue-metrics

    Production-ready Laravel queue monitoring with metrics, analytics, and insights

  • PHP

    cboxdk/laravel-queue-monitor

    Laravel queue monitoring with individual job tracking, payload storage, replay, and analytics

  • PHP

    cboxdk/laravel-risk

    Cbox Risk — an explainable, config-driven request risk-scoring pipeline for Laravel. Weights signals (IP reputation, geo, disposable email, velocity, bot timing) into a score and an outcome: allow, challenge, step-up, or reject.

  • PHP

    cboxdk/laravel-siem

    The SIEM log-streaming delivery engine for Laravel — a durable transactional outbox, queued batched delivery with retry/backoff/dead-letter/circuit-breaker, SSRF-guarded HTTP egress, encrypted destination secrets, and PII redaction, on top of the framework-agnostic cboxdk/siem core.

  • PHP

    cboxdk/laravel-ssrf

    Cbox SSRF — a hardened, config-driven guard against server-side request forgery for outbound URLs in Laravel. Blocks private/reserved/cloud-metadata targets, pins DNS, and refuses redirects.

  • PHP

    cboxdk/laravel-tax

    Cbox Tax — a self-hostable consumption-tax engine for Laravel: it owns the calculation logic (place-of-supply, reverse-charge, rate application, inclusive/exclusive) per jurisdiction and sources only rate data behind a pluggable contract.

  • PHP

    cboxdk/laravel-telemetry

    Collector-free telemetry for Laravel: Prometheus metrics, OTLP traces and events. No C extension, no protobuf, no sidecar — metrics that actually work under FPM.

  • PHP

    cboxdk/laravel-telemetry-store

    Native ClickHouse OTEL store for cboxdk/laravel-telemetry: PHP OTLP ingest and a ClickHouse-backed read driver for cboxdk/laravel-telemetry-ui — one SQL store instead of Tempo+Loki+Mimir.

  • PHP

    cboxdk/laravel-telemetry-ui

    Laravel-native observability UI for cboxdk/laravel-telemetry: query Tempo, Loki and Prometheus/Mimir directly and visualize your apps with extensible Livewire cards.

  • PHP

    cboxdk/laravel-webhook-signature

    Cbox Webhook Signature — verification-only webhook signature checking for Laravel, with drivers for GitHub, Stripe, Slack, Shopify, Standard Webhooks, Twilio, Mailgun and Postal. No migrations, no queue, no models. Secret rotation, replay protection and send-time outbound signing included.

  • PHP

    cboxdk/license

    Framework-agnostic, offline license core: mint and verify compact Ed25519-signed license artifacts (EdDSA JWTs) with entitlements, limits, deployment/domain binding, grace windows and signed revocation lists. The shared leaf both a billing issuer and a self-hosted verifier depend on.

  • PHP

    cboxdk/platform

    Cbox Platform — the typed application model, deterministic Kubernetes compiler, and plan/diff primitives shared by Cbox Local and Cbox Cortex.

  • PHP

    cboxdk/siem

    Zero-dependency SIEM log-streaming core for PHP: a normalized security-event value object and the formatters (Splunk HEC, Elastic ECS, ArcSight/syslog CEF, generic JSON) that turn it into what real SIEMs ingest. Framework-agnostic; the delivery/egress layer lives in the Laravel wrapper.

  • PHP

    cboxdk/statamic-filter-builder

    Build advanced collection filters and sort orders through the Statamic control panel.

  • PHP

    cboxdk/statamic-mcp

    MCP (Model Context Protocol) server for Statamic CMS v6 — gives AI assistants structured access to content, blueprints, assets, and more.

  • PHP

    cboxdk/statamic-reverse-relationship

    Traverse relationships in reverse — see which entries, terms, or assets reference the current item without storing anything on it.

  • PHP

    cboxdk/statamic-telemetry

    Statamic overlay for cboxdk/laravel-telemetry: content-aware trace names, Stache and static-cache instrumentation, site context and user attribution.

  • PHP

    cboxdk/system-metrics

    Peek into your low level system metrics with PHP

  • PHP

    cboxdk/lighthouse-spatie-permissions

    Adds types and mutations to lighthouse-php GraphQL for spatie/laravel-permission

    Abandoned!

  • PHP

    cboxdk/statamic-overseer

    Abandoned!