Popular Packages
-
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-pwa-service-worker
A Laravel package that serves a PWA service worker at /sw.js from a Blade template whose cache version tracks the Vite build manifest hash. Ships precache + cache-first (hashed assets), network-first (navigations) and stale-while-revalidate (everything else) strategies with an offline fallback, all
-
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-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-markdown
A shared CommonMark renderer for Laravel with GitHub Flavored Markdown, optional heading permalinks, and server-side syntax highlighting (class-based tokens) via tempest/highlight. Safe by default: raw HTML is escaped unless you opt in to html_input=allow for trusted content. Requires PHP 8.4 becaus
-
PHP
smithingdev/laravel-vault
A small, focused Laravel client for HashiCorp Vault: AppRole/token auth and KV2 secret CRUD.
-
-
PHP
rasuvaeff/yii3-feature-flags
Feature flags, kill switches and percentage rollout for Yii3 applications
-
PHP
pvtl/dynamic-content
Dynamic content management with configurable sections for Laravel Livewire and Flux UI applications
-
PHP
adhocrat-io/arkhe-main
Bootstrap a Laravel backend with users, roles and permissions management on Flux UI.
-
PHP
xuanpablo/filament-palette
A Spotlight/CMD+K style command palette for quick navigation and actions across Filament panels.
-
PHP
arielmejiadev/atlas
Offline geocoder for Laravel — fills latitude/longitude from a bundled SQLite database, no API calls.
-
magmasoftwareengineering/rollout
Feature switches/flags for PHP — maintained successor to opensoft/rollout