Open Source
Tools and packages built for PHP teams.
A zero-runtime-dependency DNS toolkit for PHP. Speaks the wire protocol over raw sockets to read answers straight from a zone authoritative nameservers, plus domain verification, DNSSEC validation and intoDNS-style diagnostics.
Prometheus exporter for PHP-FPM. Collects metrics from FPM pools, opcache, and Laravel queues via FastCGI. Multi-site support.
PID 1 process manager for Docker containers. Handles signal forwarding, zombie reaping, PHP-FPM auto-tuning, health checks, and Prometheus metrics.
A gateway-agnostic billing engine for Laravel: catalog, subscriptions, real-time usage metering with hard limits, a double-entry ledger, wallets and credits, invoicing and pricing. The framework peer to laravel-id.
The DNS toolkit for Laravel: authoritative lookups, domain-ownership verification, DNSSEC validation and intoDNS-style diagnostics, exposed through a facade, Artisan commands and validation rules.
A Laravel-native auth and identity framework you bind into your own app. Central login, enterprise SSO (SAML/OIDC), SCIM directory sync, RBAC, billing-fed entitlements and a tamper-evident audit trail, all interface-driven and deny-by-default.
Durable, multi-step operations for Laravel. Track a deploy, a provisioning run or an import as a first-class record with a strict state machine, per-step progress, idempotent retries and a stall sweep, instead of a black-box job.
Postal mail server integration for Laravel: a typed multi-server send transport, verified webhooks for delivery, bounce, open and click events, inbound email and an idempotent per-message status store.
Autoscaling for Laravel queues based on SLA targets and queueing theory. Set a wait time target, the autoscaler figures out how many workers you need.
Queue monitoring and metrics for Laravel. Job execution times, success rates, failure patterns, worker health, and Prometheus export.
Queue visibility without Horizon or Redis. Track every job on any driver with per-job CPU, memory, retry chains, replay, and a terminal dashboard.
An explainable, config-driven request risk-scoring pipeline for Laravel. Weighted signals map to graduated outcomes: allow, flag, challenge, step-up, or reject, with the reasons behind every decision.
The SIEM log-streaming delivery engine for Laravel: a durable transactional outbox, queued batched delivery with retry and dead-letter, a per-stream circuit breaker, SSRF-guarded egress, encrypted secrets and per-field PII redaction.
A hardened, config-driven guard against server-side request forgery (SSRF) for outbound URLs in Laravel. Validates any URL your app is about to fetch and refuses private, reserved, or cloud-metadata addresses.
A self-hostable consumption-tax engine for Laravel. It owns the calculation logic, place-of-supply, reverse-charge, rate application, inclusive and exclusive, and sources only the rate data behind a pluggable contract. No forced third-party tax SaaS.
Collector-free telemetry for Laravel. Prometheus metrics, OTLP traces, events and logs. No C extension, no protobuf, no sidecar. Metrics that work under FPM.
MCP server for Statamic CMS. Lets AI assistants read blueprints, query entries, manage collections, and understand your content model. 11 domain routers.
Real-time system metrics from Linux and macOS in pure PHP. CPU, memory, storage, network, and container metrics with no extensions or dependencies.
A JWKS-only validator and Laravel middleware for resource servers consuming Cbox ID-issued tokens. Caches the JWKS aggressively, validates JWTs locally, and tolerates ID being down via a grace window.
A service-to-service OAuth helper for callers of Cbox ID-issued tokens. Sister apps install it to talk to Cbox ID and to each other through ID-issued bearer tokens, with caching built in.
FastCGI client library for Go. Context and timeout support, structured error handling. Built for talking to PHP-FPM.
A canonical geography reference for Laravel: countries, subdivisions and currencies bound to stable ISO codes, resolved deny-by-default, carrying the tax-relevant attributes that billing and tax engines build on.
Health checks, Kubernetes probes, Prometheus metrics, and system monitoring for Laravel applications.
A native ClickHouse OTEL store for Telemetry for Laravel. A PHP OTLP ingest endpoint plus a ClickHouse read driver for the Telemetry UI, so one SQL store replaces the Tempo, Loki and Mimir stack.
Observability UI for Laravel that replaces Grafana for app-level monitoring. Queries your existing Tempo, Loki and Prometheus backends directly, with Laravel-shaped screens from metric aggregate down to the single trace.
PHP Docker base images with extensions, process management, and sensible defaults. Four tiers (Slim, Standard, Chromium, Dev) on Debian 12 with Cbox Init built in.
A zero-runtime-dependency SIEM log-streaming core for PHP. Produce one normalized security event and it hands you back exactly the bytes a real SIEM ingests: Splunk HEC, Elastic ECS, ArcSight CEF, Graylog GELF, or JSON.
Build dynamic collection filters and sort orders through the Statamic control panel. Visual filter builder without custom query scopes.
Traverse relationships in reverse in Statamic. If entry B points to A, let A see all the B's that reference it. No duplicated data, nothing to keep in sync.
Statamic overlay for Telemetry for Laravel. Content-aware trace names, Stache and static cache instrumentation, site context and user attribution as a proper Statamic addon.
A deep browser RUM SDK for Telemetry for Laravel: page load, Web Vitals, fetch/XHR, uncaught errors and SPA route changes, correlated with the backend trace. One trace id from click to browser span to request to query to job.