Search by

Popular Packages

  • PHP

    beyonder-capi/laminas-pdf

    Laminas enabled Pdf Component

  • PHP

    wcflabs/ai-ledger

    Telescope-like monitoring dashboard for Laravel AI SDK (laravel/ai) interactions

  • PHP

    dmstr/flowable-bundle

    Flowable BPMN engine pass-through resources, HTTP client and CLI for API Platform / Symfony.

  • PHP

    kyzegs/guzzle-rate-limit-middleware

    A configurable Guzzle middleware for rate limiting HTTP requests based on response headers

  • PHP

    clarkewing/cashier-nightwatch

    Surface Laravel Cashier (Stripe) API requests on Laravel Nightwatch timelines.

  • PHP

    jeffersongoncalves/laravel-topic-normalizer

    A tiny Laravel helper that merges raw topic/keyword lists (GitHub topics, composer.json + package.json keywords, Packagist keywords, …) into one slugged, deduplicated, length-filtered and capped list.

  • PHP

    jeffersongoncalves/laravel-favicon-proxy

    A Laravel package that proxies and server-side caches website favicons (Google S2 by default) behind a same-origin route, so visitors' browsers never hit the third-party favicon service. Validates the upstream content-type, sends nosniff, negative-caches failures and falls back to a transparent pixe

  • PHP

    jeffersongoncalves/laravel-npm-readme

    A Laravel package that fetches an npm package's README from the registry document, renders the markdown and caches the resulting HTML. The default renderer strips raw HTML; provide your own renderer callable (and sanitize) to keep it. Rendered HTML is untrusted — sanitize it before display.

  • PHP

    jeffersongoncalves/laravel-github-readme

    A Laravel package that fetches, renders and disk-caches GitHub repository READMEs. It uses conditional ETag requests with a short freshness window, reuses cached HTML on 304 responses, falls back to stale content on errors, and rewrites relative assets/links to absolute GitHub URLs. Rendered HTML is

  • PHP

    jeffersongoncalves/laravel-page-cache

    This Laravel package provides a full-page response cache middleware for stateless public GET pages. It caches 200 responses keyed by a version token, locale, and theme cookie, skips authenticated requests, exposes an X-Page-Cache HIT/MISS header, and offers a static flush() helper to invalidate ever

  • PHP

    jeffersongoncalves/laravel-github-contributions

    Fetch the GitHub contribution calendar for any login as a flat 0-4 heatmap-cell array, ready to render your own contribution heatmap.

  • PHP

    jeffersongoncalves/laravel-github-client

    A lightweight GitHub REST API client for Laravel with tri-state repository status detection and built-in rate-limit handling.

  • PHP

    jeffersongoncalves/laravel-security-headers

    This Laravel package stamps a configurable set of baseline security headers (X-Content-Type-Options, X-Frame-Options, Referrer-Policy, Permissions-Policy, Content-Security-Policy, Cross-Origin-Opener-Policy, X-Permitted-Cross-Domain-Policies and HSTS) onto your HTTP responses via a single middleware

  • PHP

    jeffersongoncalves/laravel-locale-cookie

    A Laravel middleware that resolves the application locale from a cookie, validating the requested value against a configurable list of supported locales and falling back to a sensible default when the cookie is missing or unknown. Cookie name, supported locales, and fallback locale are all driven by