Search by

Packages from boring-o11y · Transparency log

  • PHP

    boring-o11y/horizon-delayed-jobs

    A Retries page for the Laravel Horizon dashboard: see the jobs waiting on a backoff and run them now.

  • PHP

    boring-o11y/httptheus

    Prometheus metrics for your application's outbound HTTP traffic. Instruments Laravel's HTTP client and raw Guzzle handler stacks, and ships a Grafana dashboard.

  • PHP

    boring-o11y/skystan

    Larastan/PHPStan rules for queued Laravel jobs: ShouldBeUnique jobs must declare uniqueFor and (when parameterized) uniqueId, unique jobs may not be batched or bulk-dispatched, batched jobs must be Batchable and honour cancellation, jobs holding an Eloquent model in a public property must use Serial

  • PHP

    boring-o11y/unique-job-middleware

    A queue job middleware that checks a ShouldBeUnique job's lock again when it runs, and skips the copies queued past it.

  • PHP

    boring-o11y/wirestan

    PHPStan rule for Livewire components: public properties that are never reassigned outside lifecycle methods must be marked #[Locked], so the client cannot tamper with them via $wire.set.