Looking to hire Laravel developers? Try LaraJobs
laravel-delegated-permissions
Inheritance-based, scoped authorization for Laravel: each role delegates a subset of its own permissions to its children, and revoking cascades down the tree.
0
laravel-coinwaka
Laravel integration for the Coinwaka Pay API.
0
laravel-invitations-admin
React + Tailwind admin SPA for padosoft/laravel-invitations — campaigns, codes, invitations, referrals, reward ledger, waitlist, anti-abuse review and virality analytics.
0
laravel-invitations
Enterprise invite-by-code, referral, rewards, waitlist & anti-abuse system for Laravel — multi-tenant, concurrency-safe, idempotent, GDPR-ready.
0
laravel-webhook-signatures
Verificação centralizada e fail-closed de assinaturas de webhooks de provedores de email/serviços (Mailgun, SendGrid, Postmark, Resend e AWS SNS/SES) para aplicações Laravel.
0
laravel-iran-payment
Simplifies integration with Iranian payment gateways, offering secure, configurable, payment processing
225
laravel-abacus-api
Laravel wrapper for Abacus REST API to consume it in a Laravel way.
0
laravel-invitation
Generic email-based invitations for Laravel.
0
laravel-hls-converter
Laravel package for converting videos to HLS format using the HLS Converter microservice
0
laravel-aws-marketplace
AWS Marketplace integration for Laravel SaaS: customer resolution, contract entitlements, metered usage, and EventBridge lifecycle events.
2
filament
Read-only Filament panel plugin for Chronicle - browse and cryptographically verify your tamper-evident audit ledger.
2
laravel-query-engine
Automatically generates dynamic API parameters, strict validation, and optimized queries based on Eloquent Models.
2
laravel-errors
Enterprise-grade, highly configurable error handling for Laravel 13.
1
laravel-discord-logger
Send Laravel logs to Discord with deduplication, configurable error grouping, rate limiting, async delivery and a graceful no-op when the webhook URL is missing.
6
laravel
Veribenim KVKK/GDPR çerez onayı SDK - Laravel entegrasyonu
0
email-magic-link-for-laravel
Passwordless email magic-link & OTP authentication for Laravel — standalone or with a correct, no-bypass Fortify 2FA handoff and scanner-safe link consumption.
15
laravel-commercejson
CommerceJSON v1.0.8 integration package for Laravel 12
120
laravel
Laravel middleware implementing the IETF Idempotency-Key HTTP header draft.
1
laravel
Laravel integration for the BotGate PHP SDK - Telegram Bot API proxy
1
laravel-lekkerflow
Ship Laravel application errors to the LekkerFlow error webhook as a Monolog log channel.
25
health-check
Lightweight health check and monitoring for Laravel applications
8
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.
13
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 pixel.
13
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 configurable.
20
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.
28
argusly-laravel-connector
First-party Laravel connector for Argusly.
1
activitypub-for-laravel
ActivityPub server implementation for Laravel applications. WebFinger, actor profiles, inbox/outbox, and federation.
0
laravel-apple-google-wallet-integration
Laravel package for Apple Wallet (.pkpass) and Google Wallet loyalty stamp cards
1
probabilistic-laravel
Laravel package integration for probabilistic-php — Bloom Filter, Counting Bloom Filter, Cuckoo Filter, Count-Min Sketch, and HyperLogLog via the service container and a Facade.
0
recurrente-laravel
SDK no oficial de Recurrente (pasarela de pagos de Guatemala) para Laravel: checkouts, suscripciones, productos y verificación de webhooks.
11
laravel-icalendar
Laravel integration for erenav/icalendar — build, serve, and parse iCalendar feeds in Laravel.
0
laravel-modular
Modular architecture tools for Laravel — DDD modules that promote to standalone packages with zero code churn
8
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 untrusted — sanitize it before display.
1
laravel-pwa-favicon
This Laravel package serves a spec-shaped PWA `manifest.json` (with Android density icons, a 512px master icon, and a maskable variant), a `browserconfig.xml` for Windows tiles, a `favicon.ico` route, and Apple touch icon head links. It turns any Laravel application into an installable Progressive Web App with sensible, publishable defaults.
71
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 every cached page at once.
4
laravel-ssrf-guard
A Laravel package that protects outbound HTTP requests from SSRF (Server-Side Request Forgery): it validates that a URL's host resolves only to public IPs (denying private, reserved, loopback and link-local ranges by default), pins the connection to the validated IP to close the DNS-rebinding TOCTOU window, and performs safe GET requests that re-validate every redirect hop.
43
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.
4
laravel-github-client
A lightweight GitHub REST API client for Laravel with tri-state repository status detection and built-in rate-limit handling.
17
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 config.
39
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. Every header value and the full CSP directive map are driven by config, so you can tune or disable each one without touching code.
4
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. Renders raw HTML for trusted-pipeline rendering — pair with jeffersongoncalves/laravel-html-sanitizer before displaying untrusted content.
4
laravel-html-sanitizer
This Laravel package provides a simple wrapper around the Symfony HTML Sanitizer to safely clean untrusted HTML. It strips scripts, inline event handlers, and Alpine attributes while keeping the presentational subset (headings, lists, tables, code blocks, images, links) that rendered Markdown and READMEs need. The package is easy to install and configure, seamlessly integrating with your existing Laravel application.
44
laravel-game-engine
Reusable Laravel backend for online turn-based board games.
3
laravel-turn-engine
Reusable Laravel backend for online turn-based board games.
1
turn-engine-laravel
Reusable Laravel backend for online turn-based board games.
1
laravel-inertia-permission
Generate TypeScript types from Spatie Laravel Permission for Inertia.js (React & Vue)
16
laravel-image-s3
Upload images to S3/R2/local disk and generate configurable size/quality variants for Laravel.
1
laravel-upload-guard
Secure file upload validation for Laravel — fail-closed scanning for polyglot web shells, malicious PDFs/SVGs, zip bombs, Office macros, and spoofed MIME types.
0
laravel-model-mcp
Auto-expose Eloquent models as policy-enforced MCP tools. Safe-by-default CRUD over the Model Context Protocol, gated by your Laravel Policies, scoped to your tenant, and audited.
1
alertas
Alertas modales y toasts estilo SweetAlert para Laravel — My Laravel Tools
0