illuminate/http
Illuminate Http provides Laravel’s HTTP layer: a rich Request and Response API, input and file handling, headers/cookies, sessions, redirects, and helpers for working with Symfony HTTP components. Useful for building middleware and controllers cleanly.
|
Package
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|
| aiqedge/smtp-notifications-channel | Laravel notification channel to send emails via the AIQEDGE SMTP API. Configure credentials in .env/services.php, add AiqedgeSmtpChannel to via(), and return message data from toAiqedgeSmtp(). Failed requests are logged via Laravel. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| algowrite/laravel-help-center | Laravel help center package for Laravel apps. Add a general-purpose support knowledge base with pages/articles and help content for common use cases, suitable for building simple self-service documentation and FAQ-style sections. | 0 | 0 | 0 | 0 | 0 | 3.5 | — | MIT | 11 months ago | |
| allstak/sdk-php | — | 0 | 0 | 0 | 0 | 0 | 17.4 | — | MIT | 1 month ago | |
| alp-develop/laravel-livewire-panel | Laravel admin panel framework powered by Livewire (v3/v4). Supports Bootstrap 4/5 and Tailwind CSS, with an installer for URL prefix, navigation mode, auth/gates, registration, optional CDN libs, and publishable views. Compatible with Laravel 10–13. | 1 | 2 | 0 | 1 | 0 | 18.0 | 2.8 | MIT | 2 months ago | |
| alsharie/jawali-payment | Laravel client for the Jawali payment gateway. Provides simple methods for ecommerce inquiry and cash out, with automatic token handling, configurable base URL/SSL, retries/timeouts, optional logging, and structured API responses via Laravel config/env. | 8 | 8 | 6 | 0 | 0 | 1.0 | — | — | 1 year ago | |
| amondi-media/laravel-evatr | Laravel package to validate German and EU VAT IDs via the official German Federal Central Tax Office (eVatR) online service. Provides a validation rule and rule extension, configurable requester VAT ID, API URL, and timeout. | 0 | 0 | 0 | 3 | 0 | 13.0 | 9.2 | GPL-3.0 | 5 months ago | |
| api-platform/core | API Platform Core lets you quickly build hypermedia-driven REST and GraphQL APIs in PHP/Symfony. Supports JSON-LD, Hydra, OpenAPI v2/v3, JSON:API, HAL, and RFC7807. Extensible, high-performance, API-first. | 2,567 | 2,583 | 970 | 981K | 187 | 82.3 | 69.0 | MIT | 1 week ago | |
| api-platform/laravel | — | 58 | 58 | 6 | 15K | 0 | 0.5 | 33.2 | MIT | — | |
| artesaos/warehouse | Warehouse V2 is a Laravel repository-pattern demo/package that centralizes queries and business rules while still returning Eloquent models and Collections. Use it as a ready-to-use repository layer without giving up Eloquent’s practicality. | 85 | 87 | 13 | 9 | 4 | 1.4 | 1.0 | MIT | 9 years ago | |
| artisanpack-ui/analytics | Laravel package adding an admin UI for analytics: configure tracking, view key metrics and reports, and manage dashboards from your application. Designed to integrate quickly with common Laravel stacks and provide a clean, configurable analytics panel. | 0 | 0 | 0 | 37 | 17 | 26.4 | 31.7 | MIT | 2 weeks ago | |
| artryazanov/laravel-wikipedia-games-db | Laravel package that builds a normalized video games database by scraping Wikipedia. Queue-driven and resumable, traverses categories, parses infoboxes via MediaWiki API + HTML, stores many-to-many relations with wikipedia_* tables, configurable via .env. | 1 | 2 | 0 | 0 | 0 | 2.9 | — | Unlicense | 10 months ago | |
| aticmatic/laravel-jazzcash | Laravel package for JazzCash Mobile Wallet REST API v2.0: initiate wallet payments, verify secure callbacks (HMAC-SHA256), and inquire transaction status. Configurable for sandbox/live. Requires pp_CNIC (last 6 CNIC digits). | 0 | 0 | 0 | 0 | 0 | 0.6 | — | — | 1 year ago | |
| atldays/laravel-url | — | 0 | 0 | 0 | 204 | 0 | 16.1 | 36.4 | MIT | 3 months ago | |
| auth0/login | — | 274 | 279 | 145 | 123K | 5 | 30.6 | 43.6 | MIT | 3 months ago | |
| beyondcode/laravel-websockets | — | 5,078 | 5,072 | 653 | 112K | 0 | 24.5 | 13.3 | MIT | 2 years ago | |
| bonnier/context-laravel | Laravel service provider and middleware for registering a request context. Install via Composer, add the ContextServiceProvider in config/app.php, and enable the RegisterContext middleware in Http/Kernel.php to make context available across your app. | 0 | 0 | 0 | 0 | 1 | 6.4 | — | — | 6 years ago | |
| bonnier/laravel-translation-provider | Fetches translation strings from a Translation Manager and exposes them to Laravel via a BTrans::translate() helper plus artisan commands to add, update, delete, and sync translations. Configure service ID and manager URL via .env/services.php. | 0 | 0 | 0 | 0 | 0 | 2.4 | — | — | 8 years ago | |
| bristol-digital/qwikblog | File-based, headless-friendly blog for Laravel with no database required. Write posts as Markdown with YAML front matter in resources/posts. Includes lightweight admin with Livewire image gallery and WYSIWYG editor, plus public index and post views. | 0 | 0 | 0 | 2 | 0 | 0.0 | 6.6 | MIT | — | |
| bugover/laravel-repository | Laravel package providing a repository layer to abstract Eloquent data access. Includes base repository classes, common CRUD methods, query helpers, and patterns for cleaner, testable service code in your Laravel apps. | 0 | 0 | 1 | 21 | 0 | 21.1 | 20.5 | MIT | 4 months ago | |
| bugover/laravel-websocket | Fork of beyondcode/laravel-websockets bringing WebSockets to Laravel as a drop-in Pusher replacement. Supports SSL, Laravel Echo, and a debug dashboard, plus added connection events and two-way client-to-server messaging. | 3 | 3 | 0 | 2 | 0 | 7.8 | 2.4 | MIT | 1 year ago | |
| captchaapi/laravel | Official Laravel SDK for captchaapi.eu (EU-hosted, GDPR-friendly proof-of-work CAPTCHA). Includes Blade widget/component, server-side verification + validation rule, and optional Livewire 4 support. PHP 8.2+, Laravel 12/13. | 1 | 1 | 0 | 53 | 0 | 22.0 | 23.1 | MIT | 1 month ago | |
| carcara/system-log | Pacote Laravel simples e configurável para registrar logs de acesso (requests). Publica config para ativar/desativar e ignorar campos, usa canal dedicado (ex.: accesslog) e aplica via middleware access.log em rotas ou grupos (ideal após autenticação). | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| cartalyst/sentinel | Framework-agnostic authentication and authorization system for PHP 8.3+ with Laravel support. Provides user management, roles and permissions, login/throttling, activation and password reset flows, and additional security features. | 1,527 | 1,560 | 245 | 24K | 41 | 36.4 | 31.0 | BSD-3-Clause | 2 years ago | |
| cartalyst/sentry | Sentry is a Laravel/PHP authentication and authorization package offering user registration, login, password resets, groups/roles, permissions, activation, throttling, and session handling. Works with multiple frameworks and integrates with Eloquent/DB backends. | 1,527 | 1,651 | 317 | 2K | 0 | 17.2 | 5.4 | BSD-3-Clause | — | |
| cboxdk/laravel-telemetry-ui | — | 0 | 0 | 0 | 39 | 0 | 23.3 | 26.0 | MIT | 6 days ago | |
| cerbero/query-filters | — | 85 | 86 | 16 | 3K | 0 | 0.9 | 20.7 | MIT | — | |
| cyrildewit/eloquent-viewable | Track and query page views on Eloquent models without external analytics. Record views with optional cooldown, count totals/unique views, filter by date periods, order models by views, and ignore crawlers. Stores each view as a DB record. | 886 | 888 | 118 | 31K | 3 | 38.6 | 26.5 | MIT | 3 days ago | |
| developer-unijaya/laravel-ai-chatbox | — | 0 | 0 | 1 | 6 | 0 | 0.0 | 11.7 | MIT | — | |
| directorytree/privacy-filter | — | 57 | 46 | 0 | 38 | 0 | 19.7 | 3.5 | MIT | 3 weeks ago | |
| dungeonworx/laravel-devicedetector | — | 9 | 9 | 2 | 0 | 0 | 0.4 | — | MIT | 7 years ago | |
| dunglas/api-bundle | API Platform Core builds hypermedia-driven REST and GraphQL APIs with Symfony. Supports JSON-LD/Hydra, OpenAPI v2/v3, JSON:API, HAL, and Problem Details. Quickly generate powerful, extensible, high-performance APIs. | 2,566 | 2,571 | 971 | 65 | 189 | 82.4 | 31.5 | MIT | 1 week ago | |
| emeroid/laravel-billing-core | Driver-based, multi-gateway billing for Laravel with a fluent API for one-time payments and subscriptions. Supports Paystack and PayPal, plan swapping, grace-period cancellation, dunning via webhooks, events, and a Billable trait for your User model. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| erag/laravel-location-kit | Laravel Location Kit provides complete location datasets (countries, states, cities, currencies, timezones, dial codes) with Laravel-friendly APIs: facades/helpers, Blade directives, caching, search, Inertia shared props, plus bundled Vue composables and React hooks. | 8 | 6 | 0 | 3 | 0 | 19.4 | 2.0 | MIT | 2 months ago | |
| erlandmuchasaj/laravel-gzip | — | 40 | 40 | 8 | 6K | 1 | 0.5 | — | MIT | — | |
| evolvestudio/spam-protection | — | 0 | 0 | — | 26 | — | 0.0 | 19.8 | — | — | |
| fideloper/proxy | Laravel middleware for trusting reverse proxies and correctly handling forwarded headers (X-Forwarded-For/Proto/Host/Port). Ensures accurate client IP and HTTPS detection when running behind load balancers like ELB, Nginx, or Cloudflare. | 7,311 | 7,334 | 128 | 642K | 1 | 34.5 | 28.4 | MIT | 4 years ago | |
| formfy/easy-laravel-form | Laravel form generator for building and rendering forms quickly. Define fields via a DBFormBuilder class, bind models, handle validation errors from the session, customize field options (text/select), and set submit labels, then render in Blade with minimal code. | 0 | 0 | 0 | 2 | 0 | 0.0 | 6.6 | — | — | |
| fuelviews/laravel-sabhero-estimator | — | 0 | 0 | 0 | 61 | 0 | 16.9 | 28.8 | MIT | 5 months ago | |
| getkeymanager/laravel-sdk | — | 0 | 0 | 0 | 88 | 0 | 15.1 | 29.7 | MIT | 5 months ago | |
| ghanem/dtone | Laravel package providing a clean interface to the DT One DVS API. Configure sandbox/production credentials via .env, optional request retries, and use the Dtone facade to browse services, countries, and operators with paginated DTO responses. | 0 | 0 | 1 | 31 | 0 | 14.3 | 23.1 | — | 4 months ago | |
| ghanem/reloadly | Laravel package providing a simple facade to the Reloadly API for airtime top-ups. Fetch countries and operators, auto-detect operator by phone number, check balances, create recharge transactions, and list or retrieve transactions by ID. | 1 | 1 | 1 | 0 | 0 | 0.3 | — | — | 4 years ago | |
| ghostcompiler/laravel-querybuilder | API-ready Eloquent query builder for Laravel with strict allow-lists for filters, sorts, includes, and sparse fields. Supports nested relation filters/sorting, custom filters, tenant scoping, safe public query interfaces, and pagination helpers for clean API responses. | 18 | 18 | 0 | 395 | 0 | 18.1 | 21.4 | MIT | 1 month ago | |
| hailwood/knp-menu-laravel4 | Laravel 4 integration for KnpMenu: register KnpMenu in your app, build reusable menu trees, and render navigations in views. Helps organize complex site menus with a familiar builder API and simple configuration. | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| hamdy/dtone | Laravel package that integrates DT One’s DVS API into your Laravel app, providing a simple foundation for connecting to DT One services (e.g., digital value and voucher workflows) with a package-based setup. | 0 | 0 | 0 | 0 | 0 | 0.3 | — | — | 1 year ago | |
| hamzi/portflow | PortFlow connects serial hardware (thermal printers, barcode/RFID scanners, scales, IoT boards) to Laravel via a driver-based architecture. Parse raw bytes into typed events, queue routes, and printing workflows, with Web Serial API support for browser integration. | 4 | 4 | 0 | 0 | 0 | 19.9 | — | MIT | 1 month ago | |
| harryes/laravel-sentinellog | All-in-one Laravel security and auth logging package: tracks login/logout/failed attempts with device + geo detection, alerts, TOTP 2FA, session management, brute-force protection, geo-fencing, SSO, and new-location verify/deny flows. | 7 | 8 | 1 | 88 | 0 | 0.1 | 14.9 | MIT | — | |
| hexters/coinpayment | Laravel CoinPayments integration by Hexters. Provides simple setup and helpers to create transactions, generate checkout URLs, handle IPN callbacks, track payment status, and process confirmations for crypto payments via the CoinPayments API. | 70 | 71 | 38 | 1K | 16 | 29.3 | 26.7 | NOASSERTION | 1 month ago | |
| horizonhub/agent | HorizonHub Agent is a Laravel package that runs a lightweight agent to collect and report application and server metrics, health checks, and environment details back to HorizonHub for centralized monitoring, alerts, and visibility across multiple apps and deployments. | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| hosseinhezami/laravel-gemini | Laravel package for integrating Google Gemini into your app. Send prompts, manage chats and responses, and work with text generation via a clean, developer-friendly API. Ideal for quickly adding AI features to Laravel projects. | 139 | 140 | 23 | 2K | 0 | 21.3 | 18.4 | MIT | 1 month ago | |
| hozien/laravel-awesome-uploader | Production-ready, pluggable file uploader for Laravel with Blade/React/Vue components. Supports any file type, disk storage (local/S3), JSON API responses, optional DB records + soft deletes, policies/guest uploads, hash deduplication, thumbnails, image processing, and cleanup tools. | 1 | 1 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| hungneox/ramen-elastic-query | — | 7 | 7 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| iazaran/trace-replay | TraceReplay is an execution tracer for Laravel: instrument steps, view a waterfall timeline, auto-trace jobs/commands, track DB/cache/mail, and deterministically replay HTTP with JSON diffs. Includes PII masking, sampling, multi-tenant scoping, and AI debug prompts. | 103 | 103 | 4 | 367 | 0 | 20.1 | 10.4 | MIT | 2 months ago | |
| illuminate/auth | Laravel’s authentication component providing guards, user providers, password hashing, “remember me” services, and authorization gates. Powers login/session auth and integrates with HTTP middleware and the framework’s auth configuration. | 93 | 105 | 42 | 274K | 0 | 1.7 | 47.9 | MIT | — | |
| illuminate/routing | Illuminate Routing provides Laravel’s URL generation and request routing layer, including route definitions, controllers, middleware, parameter binding, route caching, and named routes. Use it to match HTTP requests to actions with flexible, expressive APIs. | 123 | 141 | 79 | 173K | 0 | 3.0 | 43.4 | MIT | — | |
| intervention/image-laravel | Laravel integration for Intervention Image. Adds a service provider, facade, and publishable config so you can set a global GD or Imagick driver once and use it throughout your app. Supports Laravel 8+. | 158 | 161 | 15 | 849K | 2 | 25.7 | 60.8 | MIT | 6 days ago | |
| itxshakil/laravel-fast2sms | — | 21 | 21 | 1 | 0 | 0 | 15.9 | — | MIT | 3 months ago | |
| jeffersongoncalves/laravel-webhook-signatures | — | 1 | 2 | 0 | 37 | 0 | 19.1 | 20.7 | MIT | 4 weeks ago | |
| jerome/filterable | — | 196 | 195 | 10 | 2K | 1 | 21.4 | 16.7 | MIT | 4 months ago | |
| jmrashed/laravel-installer | — | 7 | 7 | 3 | 4 | 0 | 0.1 | 2.4 | MIT | — | |
| jszdavid/laravel-world | Laravel package providing countries, states, and cities data (based on nnjeim/world) with migrations, seeder, configurable table names and route prefix, optional country filters, and a World facade/API endpoints with optional query caching. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| juy/character-solver | Laravel middleware that converts specific HTML entities back into characters (e.g., ç→ç, ö→ö, ü→ü). Includes configurable translation map and an enable/disable flag; can run globally or be added manually to the HTTP Kernel. | 1 | 1 | 0 | 0 | 1 | 3.4 | — | MIT | 9 years ago | |
| kendenigerian/payzephyr | — | 8 | 8 | 2 | 0 | 0 | 18.0 | — | MIT | 6 months ago | |
| kstmostofa/dtone-php-api | Laravel package that wraps the DT One (Dtone) API, providing a simple interface to authenticate and interact with DT One services from your Laravel app. Includes a publishable config and helper resources (with GIFs in docs). | 1 | 2 | 0 | 0 | 0 | 0.3 | — | — | 2 years ago | |
| kstmostofa/laravel-whatsapp | Laravel package to send WhatsApp messages from your app. Provides a simple API to configure credentials and dispatch messages (often via popular gateways like Twilio) with easy setup for notifications and custom message templates. | 200 | 117 | 17 | 220 | 1 | 21.6 | 5.2 | MIT | 2 weeks ago | |
| labrodev/laravel-dpop | — | 1 | 1 | 0 | 56 | 0 | 0.0 | 20.2 | MIT | — | |
| lambda-studio/turnstile | Laravel package for Cloudflare Turnstile captcha validation. Includes a ValidTurnstile validation rule to verify the cf-turnstile-response token in requests, plus a simple Blade form example using your configured site key and Turnstile script. | 1 | 1 | 1 | 2 | 0 | 1.2 | 4.2 | MIT | 2 years ago | |
| laracord/framework | Laracord Framework is the core of Laracord, a Laravel-powered micro-framework for building Discord bots with DiscordPHP. Includes generators for commands/events, slash command sync, interaction routing, async services/tasks, optional HTTP server, and great logging. | 48 | 48 | 18 | 180 | 18 | 15.6 | 17.3 | MIT | 1 year ago | |
| laraditz/saring | Saring is a simple Eloquent model filtering package for Laravel and Lumen. Add the Filterable trait to models, create per-model filter classes (e.g., UserFilter), optionally whitelist filterable fields, and call Model::filter($request->all()). | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| laragear/two-factor | — | 340 | 342 | 24 | 53K | 0 | 20.4 | 33.8 | MIT | 4 months ago | |
| laragear/webauthn | Laravel package to authenticate users with WebAuthn passkeys (biometrics, device keys). Provides request validation and login flow with attestation/assertion support, compatible with Octane. Note: superseded by laravel/passkeys and unmaintained. | 400 | 405 | 47 | 84K | 0 | 13.8 | 27.2 | MIT | 2 months ago | |
| laragraph/utils | Laravel utilities for building GraphQL servers: shared primitives and helpers used by GraphQL packages. Install via Composer and use as a lightweight foundation for SDL-first (Lighthouse) or code-first (graphql-laravel) setups. | 22 | 22 | 8 | 562K | 0 | 17.6 | 61.3 | MIT | 4 months ago | |
| laranail/db-console | — | 0 | — | 0 | — | 0 | 19.5 | — | MIT | 1 week ago | |
| laranail/package-tools | — | 0 | — | 0 | — | 0 | 19.6 | — | MIT | 1 week ago | |
| larastan/larastan | Larastan is a PHPStan extension for Laravel that analyzes your code to catch bugs early. It boots the Laravel container to resolve runtime-only types, adds static typing support for Laravel “magic,” and improves code quality and developer productivity. | 6,456 | 6,460 | 497 | 5M | 85 | 87.3 | 72.5 | MIT | 1 month ago | |
| laravel/browser-kit-testing | Fluent BrowserKit-style testing for Laravel apps: make HTTP requests, navigate pages, assert response content, and interact with forms in functional tests. Install as a dev dependency and extend Laravel\BrowserKitTesting\TestCase to get started. | 516 | 517 | 72 | 188K | 0 | 26.3 | 39.5 | MIT | 4 months ago | |
| laravel/cashier | Laravel Cashier (Stripe) adds a fluent, expressive API for subscription billing in Laravel. Manage subscriptions, coupons, plan swaps, quantities, cancellation grace periods, and invoice PDF generation—without writing boilerplate billing code. | 2,538 | 2,567 | 741 | 1M | 14 | 61.6 | 49.5 | MIT | 4 weeks ago | |
| laravel/cashier-braintree | Laravel Cashier driver for Braintree: a simple subscription billing integration for Laravel apps. Manage customers, plans, subscriptions, coupons/discounts, and webhooks with an expressive API built on top of the Braintree PHP SDK. | 163 | 167 | 135 | 71 | 0 | 3.2 | 1.5 | MIT | 7 years ago | |
| laravel/cashier-paddle | Laravel Cashier Paddle adds a fluent Laravel interface for Paddle subscriptions, handling common billing boilerplate like subscription creation and management, plan swaps, quantities, pauses, cancellations, and grace periods. | 266 | 268 | 70 | 57K | 2 | 27.0 | 36.2 | MIT | 3 months ago | |
| laravel/cloud-cli | Laravel Zero CLI to deploy and manage apps on Laravel Cloud. Authenticate via OAuth, link repos, ship and deploy from the terminal, and manage environments, databases, caches, object storage, and domains, with optional JSON output and shell completions. | 40 | 41 | 8 | 4K | 7 | 28.6 | 34.1 | — | 1 month ago | |
| laravel/cloud-cli | Laravel Zero CLI to deploy and manage apps on Laravel Cloud. Authenticate via OAuth, link repos, ship and deploy from the terminal, and manage environments, databases, caches, object storage, and domains, with optional JSON output and shell completions. | 40 | 41 | 8 | 4K | 7 | 28.6 | 34.1 | — | 1 month ago | |
| laravel/lumen-framework | Core kernel code for Laravel Lumen, the fast PHP micro-framework. Provides the foundation for routing, database abstraction, queues, caching, and more. For building apps, use the main Lumen repository; docs at lumen.laravel.com. | 1,507 | 1,543 | 411 | 225K | 2 | 24.8 | 30.0 | MIT | 1 year ago | |
| laravel/mcp | Build MCP servers inside Laravel so AI clients can safely interact with your app via the Model Context Protocol. Includes tools to expose app capabilities, run requests, and integrate quickly using Laravel’s conventions and docs. | 775 | 777 | 100 | 4M | 4 | 39.1 | 61.3 | MIT | 5 days ago | |
| laravel/passkeys | Add passwordless WebAuthn/passkey authentication to Laravel. Install migrations, add a trait/contract to your User model, and use the @laravel/passkeys JS client for registration and login. Includes built-in routes for login, confirmation, and passkey management. | 105 | 99 | 7 | 2M | 1 | 18.6 | 64.5 | MIT | 2 months ago | |
| laravel/passport | Laravel Passport provides a full OAuth2 server for Laravel, enabling API authentication with access tokens, personal access tokens, and client credentials. Includes token issuing, revocation, and scope support with first-party integration. | 3,411 | 3,459 | 799 | 2M | 4 | 59.4 | 46.0 | MIT | 3 months ago | |
| laravel/pulse | Laravel Pulse is a real-time performance monitoring tool for Laravel. It provides a dashboard to track application health and key metrics, helping you identify bottlenecks and issues quickly in development and production environments. | 1,703 | 1,700 | 212 | 1M | 3 | 42.7 | 47.3 | MIT | 1 month ago | |
| laravel/reverb | Laravel Reverb adds real-time WebSocket support to Laravel applications, enabling event broadcasting and live updates via a first-party server. Designed to integrate with Laravel’s broadcasting features for fast, reliable real-time communication. | 1,591 | 1,581 | 147 | 2M | 5 | 38.6 | 50.7 | MIT | 2 months ago | |
| laravel/scout | Laravel Scout adds driver-based full-text search to Eloquent models, automatically syncing model changes to your search indexes. Supports Algolia, Meilisearch, and Typesense for fast, scalable searching in Laravel apps. | 1,668 | 1,695 | 361 | 2M | 3 | 49.2 | 51.4 | MIT | 1 month ago | |
| laravel/slack-notification-channel | Official Laravel notification channel for sending rich Slack messages via webhooks. Integrates with Laravel’s Notifications system, supports attachments/blocks, and works seamlessly with queues and notifiables for app alerts and updates. | 893 | 902 | 70 | 2M | 1 | 35.2 | 54.2 | MIT | 1 day ago | |
| laravel/socialite | Laravel Socialite provides a fluent OAuth authentication interface for Laravel, with built-in drivers for Bitbucket, Facebook, GitHub, GitLab, Google, LinkedIn, Slack, Twitch, and X. Handles the boilerplate for social login and user retrieval. | 5,745 | 5,836 | 956 | 4M | 3 | 69.9 | 46.7 | MIT | 1 month ago | |
| laravel/vapor-core | Core runtime and service providers for running Laravel on Vapor (AWS Lambda). Handles serverless bootstrapping and integrations like queues, databases, Redis, networking, and CDN, helping Laravel apps scale smoothly in a serverless environment. | 412 | 415 | 151 | 454K | 0 | 32.9 | 48.2 | MIT | 2 months ago | |
| laravel-at/laravel-image-sanitize | Laravel package to sanitize images on upload by stripping EXIF/metadata, normalizing orientation, and re-encoding to safer formats. Helps reduce privacy leaks and potential payloads while keeping image quality and integrating cleanly with Laravel apps. | 339 | 339 | 24 | 3K | 0 | 25.0 | 16.3 | MIT | 1 month ago | |
| laravel-json-api/core | — | 10 | 10 | 12 | 57K | 1 | 0.5 | 51.3 | MIT | — | |
| laravel-json-api/testing | — | 3 | 3 | 3 | 33K | 0 | 0.1 | 54.1 | MIT | — | |
| laravel-lang/routes | — | 8 | 8 | 4 | 248K | 0 | 18.5 | 61.7 | MIT | 4 months ago | |
| laravel-zero/framework | Laravel Zero is an unofficial, Laravel-based micro-framework for building fast, elegant console apps. Includes optional Eloquent/logging, interactive menus, desktop notifications, scheduler, standalone compiler, and Collision-powered error reporting. | 349 | 349 | 64 | 54K | 0 | 22.6 | 35.2 | MIT | 3 months ago | |
| laravelcollective/html | LaravelCollective HTML provides maintained form and HTML helpers for Laravel apps. Generate form fields, labels, links, and other elements with a fluent, Blade-friendly API. Ideal for projects migrating from legacy helpers or needing rapid UI scaffolding. | 4,086 | 4,081 | 988 | 460K | 159 | 64.4 | 51.3 | MIT | 3 years ago | |
| laraveldaily/laravel-invoices | Generate customizable PDF invoices in Laravel with templates, translations, taxes/discounts/shipping, due dates, serial numbers, and flexible currency formatting. Store, download, or stream via any configured filesystem, with global settings and per-invoice overrides. | 1,552 | 1,557 | 320 | 59K | 4 | 37.2 | 26.1 | GPL-3.0 | 4 months ago | |
| lastdragon-ru/lara-asp-testing | Testing utilities for integrating Lara ASP into Laravel apps. Provides helpers, fakes, and assertions to simplify writing automated tests around ASP policies, decisions, and request/response flows in your application. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| lubusin/laravel-decomposer | — | 636 | 645 | 43 | 302 | 0 | 22.7 | 2.6 | MIT | 4 months ago | |
| lucadegasperi/oauth2-server-laravel | — | 2,348 | 2,404 | 522 | 12K | 0 | 36.0 | 11.2 | MIT | 9 years ago | |
| lvlup-dev/laravel-agent-editable-prompts | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| lvlup-dev/laravel-user-is-admin | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| lvlup-dev/laravel-user-last-seen-at | — | 0 | 0 | 0 | 3 | 0 | 0.0 | 8.3 | MIT | — | |
| maartenpaauw/filament-cashier-billing-provider | Filament billing provider that integrates Laravel Cashier (Stripe) into multi-tenant panels. Configure subscription plans in cashier.php and use your Filament tenant as the Billable model to manage recurring subscriptions, trials, promo codes, tax IDs, and metered pricing. | 103 | 103 | 14 | 2K | 0 | 24.1 | 19.0 | MIT | 2 months ago | |
| make-dev/laravel-security | Drop-in security headers for Laravel 11–13: HSTS, CSP with per-request nonces and strict-dynamic, X-Content-Type-Options, Permissions-Policy, and Subresource Integrity. Includes CSP/SRI violation report endpoints, logging/db storage, and Vapor-friendly SRI manifests. | 1 | 1 | 0 | 16 | 0 | 16.8 | 15.1 | MIT | 2 months ago | |
| masmerise/livewire-toaster | — | 509 | 510 | 35 | 27K | 0 | 25.8 | 26.8 | MIT | 3 months ago | |
| mdiqbal/laravel-payments | — | 3 | 3 | 2 | 17 | 0 | 0.1 | 10.0 | MIT | — | |
| mediadotonedev/userauthcenter | — | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| mehedi250/laravel-structure-kit | — | 9 | 9 | 0 | 0 | 0 | 19.8 | — | MIT | 1 month ago | |
| mikebronner/laravel-model-caching | Speeds up Eloquent by automatically caching model queries and relationships, cutting repetitive database hits. Drop-in package with cache tagging support, configurable cache stores and TTLs, and easy invalidation on model updates—ideal for high-traffic Laravel apps. | 2,370 | 2,371 | 230 | 18K | 2 | 49.0 | 15.9 | MIT | 2 weeks ago | |
| misaf/laravel-sms-gateway | — | 1 | 1 | 0 | 100 | 0 | 20.6 | 27.7 | MIT | 2 weeks ago | |
| moffhub/billing | — | 0 | 0 | 1 | 490 | 0 | 21.0 | 43.6 | — | 3 weeks ago | |
| moffhub/flow | Database-driven state machine & workflow engine for Laravel. Build multi-step approval gates with role/permission guards, auditable transitions, actions, parallel states, scheduled transitions, and a visual builder + workflow visualization for complex business processes. | 0 | 0 | 0 | 60 | 0 | 15.5 | 28.0 | — | 3 months ago | |
| mohamedhekal/classbridge | — | 0 | 0 | 1 | 11 | 0 | 0.0 | 14.9 | MIT | — | |
| mohamedhekal/shipbridge | — | 0 | 0 | 0 | 179 | 0 | 0.0 | 31.2 | MIT | — | |
| moo/flashcard-bundle | — | 3 | 3 | 0 | 0 | 0 | 0.9 | — | MIT | 10 years ago | |
| mostafax/knet | — | 0 | 0 | 0 | 0 | 0 | 1.2 | — | MIT | 2 years ago | |
| muradbdinfo/laravelai | Unified AI chat interface for Laravel with pluggable providers (Ollama, OpenAI/ChatGPT, Anthropic/Claude, DeepSeek). Includes quick setup, configuration, real-world examples, chat app integration, API reference, and built-in RAG support. | 1 | 1 | 0 | 1 | 0 | 0.0 | 2.4 | MIT | — | |
| musahmusah/laravel-multipayment-gateways | — | 88 | 88 | 13 | 4 | 0 | 19.4 | 0.3 | MIT | 3 months ago | |
| nasirkhan/laravel-jodit | Laravel package integrating the Jodit WYSIWYG editor as a reusable Blade component. Works in Blade, view components, and Livewire with wire-model syncing. Includes a server-side file browser/uploader connector, CDN-loaded assets, and configurable toolbar and storage options. | 1 | 1 | 1 | 385 | 0 | 20.4 | 36.4 | MIT | 1 month ago | |
| netipar/laravel-chunky | Chunk-based uploads for Laravel with resume support and an event-driven backend. Reliable large file uploads over unstable connections, plus framework-agnostic frontend clients for Vue 3, React, Alpine.js, and Livewire, with progress, batching, and broadcasting support. | 0 | 0 | 0 | 443 | 0 | 28.7 | 44.1 | MIT | 1 month ago | |
| ntanduy/cloudflare-d1-database | Native Laravel database driver for Cloudflare D1 with full Eloquent, Query Builder, migrations, and seeding. Supports REST or Worker connections, batch queries and bulk inserts, read replicas with auto read/write splitting, import/dump/time-travel tooling, retries, and circuit breaking. | 27 | 27 | 7 | 817 | 0 | 25.9 | 23.5 | MIT | 2 months ago | |
| nunomaduro/larastan | Larastan is a PHPStan extension for Laravel that adds strong type inference and “code analysis” by booting the app container. It understands Laravel’s magic, finds bugs early, and improves code quality and developer productivity. | 6,455 | 6,442 | 497 | 430K | 84 | 87.5 | 57.9 | MIT | 1 month ago | |
| nuwave/lighthouse | Lighthouse is a Laravel framework for serving GraphQL. Define schemas, queries, mutations, and subscriptions with powerful directives and Eloquent integration. Flexible, extensible, and well-documented for building GraphQL APIs in Laravel apps. | 3,502 | 3,507 | 469 | 374K | 107 | 80.7 | 60.9 | MIT | 2 weeks ago | |
| ohdearapp/laravel-ohdear-webhooks | Laravel package to receive and verify Oh Dear webhooks. Easily register routes, validate signatures, and handle downtime, Uptime, broken links, and other monitoring events with customizable jobs/listeners so your app can react automatically to incidents. | 22 | 22 | 8 | 521 | 0 | 9.4 | 19.6 | MIT | 10 months ago | |
| omniphx/forrest | Laravel package for authenticating with Salesforce via OAuth and calling the REST, SOAP, and Apex APIs. Provides a clean wrapper around Guzzle with token refresh, query helpers, and configuration for seamless Salesforce integrations in Laravel apps. | 272 | 275 | 126 | 90K | 33 | 38.8 | 51.3 | MIT | 3 months ago | |
| open-southeners/laravel-dto | — | 10 | 10 | 1 | 83 | 2 | 24.6 | 16.6 | MIT | 3 months ago | |
| othyn/filament-api-resources | — | 0 | 0 | 0 | 4 | 0 | 1.1 | 6.9 | MIT | 1 year ago | |
| parvion/accessibility | — | 2 | 2 | 0 | 4 | 0 | 0.0 | 5.1 | MIT | — | |
| pdro-lucas/filament-ai-writer | — | 6 | 6 | 0 | 720 | 0 | 18.9 | 31.8 | MIT | 2 months ago | |
| pedrokeilerbatistarojo/smartfilter | — | 3 | 3 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| php-open-source-saver/jwt-auth | Laravel JWT authentication package (fork of tymondesigns/jwt-auth) maintained by PHP Open Source Saver. Provides the same API with a new namespace, easy migration, and adds new features and ongoing support. Full docs available online. | 839 | 845 | 121 | 439K | 17 | 37.8 | 49.5 | MIT | 2 months ago | |
| pralhadstha/nepalcan-laravel | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| pratik-dabhi/laravel-firewall | Laravel firewall middleware for blocking abusive traffic by IP rules such as allow/deny lists and access restrictions. Helps protect routes and applications from unwanted requests with simple configuration and integration into a Laravel app. | 1 | 1 | 0 | 0 | 0 | 15.1 | — | MIT | 3 months ago | |
| prettus/l5-repository | Repository pattern implementation for Laravel that abstracts the data layer with base repositories, criteria/query filters, presenters/transformers, caching, validators, and Artisan generators. Helps keep controllers thin and makes apps easier to maintain and test. | 4,200 | 4,271 | 882 | 183K | 233 | 82.5 | 54.3 | MIT | 1 month ago | |
| proengsoft/laravel-jsvalidation | Generate client-side form validation automatically from your Laravel rules, messages, validators, and FormRequest classes—no custom JavaScript needed. Built on jQuery Validation, supports localization, and uses AJAX for rules like unique/exists/active_url and custom rules. | 1,141 | 1,158 | 175 | 29K | 13 | 38.5 | 31.7 | MIT | 4 months ago | |
| psalm/plugin-laravel | Laravel Psalm plugin for deep static analysis plus taint-based security scanning. Detects SQL injection, XSS, SSRF, shell injection, path traversal, and open redirects by tracking user input through Laravel code without running it. | 334 | 335 | 79 | 112K | 1 | 39.0 | 41.0 | MIT | 4 days ago | |
| quonain/smart-response | SmartResponse is a Laravel package that returns JSON API responses or Blade/Inertia views from the same controller method, auto-detecting request type (Accept header, /api routes, bearer tokens). Includes pagination, response shortcuts, macros, caching, and meta enrichment. | 0 | 0 | 0 | 5 | 0 | 0.0 | 10.8 | MIT | — | |
| raditzfarhan/laravel-api-response | — | 4 | 4 | 1 | 87 | 0 | 0.1 | 14.3 | MIT | — | |
| ralphjsmit/laravel-glide | Generate responsive srcset/sizes image URLs on the fly with Glide in Laravel. Drop in the original image, use glide()->src() in Blade, and get resized variants served automatically (with lazy loading), no manual exports or config needed. | 49 | 49 | 10 | 567 | 4 | 23.6 | 18.2 | MIT | 1 month ago | |
| rdx/laravelcollective-html | Adds LaravelCollective HTML/Form helpers to Laravel apps, with service provider setup and familiar Form/Html facades for generating inputs, labels, and other form elements. Useful when you want the classic Laravel form builder experience back. | 10 | 9 | 4 | 27K | 1 | 0.3 | 46.8 | MIT | — | |
| resend/resend-laravel | Laravel integration for Resend with a facade and Symfony Mailer transport. Configure your RESEND_API_KEY, send via Resend::emails()->send(), or use the bundled Laravel mailer by setting transport=resend and MAIL_MAILER=resend. | 120 | 120 | 15 | 479K | 1 | 27.0 | 58.4 | MIT | 2 months ago | |
| roots/acorn | — | 984 | 985 | 110 | 77K | 3 | 36.7 | 35.9 | MIT | 1 month ago | |
| sajidwarner/laravel-device-detector | — | 5 | 6 | 0 | 57 | 0 | 17.4 | 16.1 | MIT | 2 months ago | |
| sakanjo/laravel-easy-metrics | Laravel package to quickly build app metrics (value, trend, bar, line, pie, doughnut, polar). Supports ranges, aggregates (count/sum/min/max/avg), and growth rates. Designed to work with Laravel and Filament widgets for dashboards. | 317 | 317 | 9 | 543 | 0 | 24.1 | 6.9 | MIT | 1 month ago | |
| sandermuller/laravel-fluent-validation | Type-safe, IDE-autocomplete Laravel validation rule builders. Create rules fluently without memorizing strings; each rule exposes only valid methods. Define nested array validation with each()/children(). Optional HasFluentRules trait speeds wildcard validation dramatically (up to 160x). | 211 | 211 | 2 | 9K | 0 | 32.8 | 26.7 | MIT | 5 days ago | |
| shahariar-ahmad/courier-fraud-checker-bd | — | 9 | 9 | 10 | 42 | 3 | 1.1 | 10.2 | — | — | |
| shelfwood/laravel-n8n | — | 0 | 0 | 0 | 35 | 0 | 15.5 | 24.4 | MIT | 2 months ago | |
| shopper/framework | — | 0 | 1 | 0 | 746 | 0 | 0.0 | 39.7 | — | — | |
| skywalker-labs/formcraft | — | 3 | 3 | 0 | 0 | 0 | 11.9 | — | MIT | 5 months ago | |
| snipify-dev/laravel-captcha | — | 0 | 0 | 0 | 12 | 0 | 3.4 | 15.8 | MIT | 10 months ago | |
| sopamo/laravel-filepond | All-in-one Laravel backend for FilePond uploads. Provides endpoints for process/revert/patch, supports chunked uploads, stores files temporarily on any Laravel disk, and helps resolve serverIds to paths so you can move files to final storage. | 215 | 217 | 55 | 11K | 5 | 26.6 | 29.6 | MIT | 2 months ago | |
| spaanproductions/laravel-switchbot-frame | — | 0 | 0 | 0 | 16 | 0 | 20.5 | 20.0 | Apache-2.0 | 3 days ago | |
| spatie/flare-cli | Command-line tool for Flare that lets you authenticate with an API token and interact with the Flare API from your terminal. Manage projects and teams, list and inspect errors and occurrences, resolve or snooze issues, and query monitoring summaries and aggregations. | 3 | 3 | 1 | 163 | 0 | 22.9 | 26.3 | MIT | 1 day ago | |
| spatie/github-actions-watcher | Monitor all GitHub Actions workflows for a repo in real time from your terminal. Install via Composer and run actions-watcher to auto-detect the current git repo/branch, poll status, and refresh until all runs complete. Auth required for private repos. | 134 | 134 | 10 | 4 | 0 | 15.2 | 0.2 | MIT | 7 months ago | |
| spatie/interactive-slack-notification-channel | Send interactive Slack notifications from Laravel using Slack Block Kit. Configure a token and optional channel on your Notifiable, post rich messages with buttons/inputs, and use Slack API responses to reply in threads for follow-up order events. | 66 | 65 | 6 | 3K | 0 | 17.8 | 24.6 | MIT | 3 months ago | |
| spatie/laravel-bluesky-notification-channel | Laravel notification channel for Bluesky (spatie/laravel-bluesky-notification-channel). Send posts via Laravel’s notification system using a simple BlueskyPost builder; automatically detects links, mentions, and hashtags and renders rich text. | 0 | 0 | 0 | 7 | 0 | 13.4 | 13.9 | MIT | 4 months ago | |
| spatie/laravel-csp | Set Content Security Policy (CSP) headers in Laravel to control which scripts, styles, and resources can load and where they can send data. Helps prevent XSS and malicious third-party scripts. Includes report-only mode, nonces, and easy config. | 867 | 874 | 100 | 489K | 0 | 37.3 | 44.3 | MIT | 3 weeks ago | |
| spatie/laravel-disk-monitor | Monitor Laravel filesystem disks by recording daily metrics (currently: file count per disk). Includes migrations, config for disk names, and a scheduled command to capture usage over time for reporting and alerts. | 25 | 26 | 5 | 0 | 0 | 0.9 | — | MIT | 6 years ago | |
| spatie/laravel-dynamic-servers | Dynamically spin up and destroy servers from Laravel to handle variable queue workloads. Uses provider snapshots as templates and lets you determine server count (e.g., based on Horizon wait times) so extra workers are created automatically and removed when no longer needed. | 235 | 236 | 12 | 0 | 0 | 4.8 | — | MIT | 2 years ago | |
| spatie/laravel-enum | Laravel integration for spatie/enum: use Enum base class in Laravel, cast model attributes to enums (including nullable and arrays), and get Laravel-friendly behavior via custom casts and Castable support for Eloquent. | 366 | 369 | 36 | 147K | 0 | 11.3 | 36.0 | MIT | 1 year ago | |
| spatie/laravel-export | Export a Laravel app as a static site bundle. Crawls your routes, renders HTML for each discovered URL, and copies the public directory so assets are included. Ideal for blogs and marketing sites hosted on Netlify or any static hosting. | 676 | 674 | 63 | 7K | 0 | 32.0 | 17.0 | MIT | 3 weeks ago | |
| spatie/laravel-feed | Generate RSS, Atom, and JSON feeds for your Laravel app with minimal code. Install, register Route::feeds(), configure your feed items, and serve standards-compliant feeds from your application quickly and easily. | 984 | 994 | 100 | 106K | 0 | 29.5 | 31.6 | MIT | 5 months ago | |
| spatie/laravel-googletagmanager | Laravel package for easy Google Tag Manager integration. Manage the JavaScript dataLayer from PHP, push variables and events, and include GTM scripts cleanly in your app with simple configuration and helpers. | 444 | 450 | 59 | 82K | 0 | 24.0 | 34.6 | MIT | 5 months ago | |
| spatie/laravel-honeypot | Protect Laravel forms from spam bots with a simple honeypot field and submit-time check. Add the x-honeypot Blade component (or pass values manually for Inertia) and automatically discard suspicious submissions with filled traps or too-fast posts. | 1,567 | 1,572 | 106 | 264K | 0 | 39.7 | 35.9 | MIT | 3 weeks ago | |
| spatie/laravel-html | Generate HTML in Laravel with a clean, readable API. Build elements dynamically and compose them easily, including form fields that automatically pull values from models, session data, or defaults. Includes a convenient Html facade/alias for quick use. | 827 | 840 | 102 | 359K | 0 | 29.1 | 40.5 | MIT | 5 months ago | |
| spatie/laravel-open-telemetry | Add OpenTelemetry tracing to Laravel to measure performance and follow requests across dispatched jobs and services. Export traces to tools like Jaeger or Aspecto for end-to-end visibility and debugging. (Package still in development.) | 181 | 183 | 22 | 4K | 0 | 2.4 | 12.9 | MIT | 1 year ago | |
| spatie/laravel-pjax | Laravel middleware that detects PJAX (X-PJAX) requests and returns only the expected HTML fragments instead of full pages, enabling faster navigation with jquery-pjax. Simple composer install and add FilterIfPjax to your HTTP kernel. | 511 | 523 | 47 | 5K | 0 | 23.9 | 15.7 | MIT | 4 months ago | |
| spatie/laravel-query-builder | Build safe, flexible Eloquent queries from incoming API requests. Supports whitelisted filtering (partial/exact/scope/custom), sorting, includes, field selection, pagination, and grouped AND/OR filters—ideal for JSON:API-style endpoints with minimal boilerplate. | 4,460 | 4,472 | 417 | 1M | 0 | 61.9 | 38.7 | MIT | 2 months ago | |
| spatie/laravel-rdap | Laravel package for performing RDAP lookups (WHOIS successor) to fetch domain registration data as structured JSON. Includes built-in caching for TLD server discovery and RDAP responses, plus configurable retries/timeouts for unreliable endpoints. | 72 | 73 | 17 | 17K | 0 | 26.2 | 38.2 | MIT | 3 weeks ago | |
| spatie/laravel-referer | Store a visitor’s original referrer in the Laravel session. Detects from utm_source first, then the external domain from the Referer header, otherwise empty. Configurable session key and referrer sources via published config. | 527 | 532 | 37 | 22K | 0 | 23.3 | 24.9 | MIT | 5 months ago | |
| spatie/laravel-responsecache | Cache full Laravel responses to speed up your app. Automatically caches successful text-based GET requests (HTML/JSON), with easy middleware per route, configurable lifetimes, and optional stale-while-revalidate “grace” caching to refresh in the background. | 2,809 | 2,827 | 244 | 272K | 0 | 48.5 | 31.7 | MIT | 1 month ago | |
| spatie/laravel-robots-middleware | Laravel middleware to control search engine indexing via X-Robots-Tag/robots meta behavior. Extend the base middleware and implement shouldIndex() to allow or block indexing per request (e.g., disable for admin routes), without changing your views. | 334 | 337 | 33 | 53K | 0 | 18.5 | 33.6 | MIT | 5 months ago | |
| spatie/laravel-site-search | Crawl and index your Laravel site for fast full-text search—like a private Google. Highly customizable crawling and indexing, with concurrent requests. Uses SQLite FTS5 by default (no external services), or Meilisearch for advanced features. | 309 | 309 | 26 | 3K | 0 | 30.3 | 15.6 | MIT | 1 month ago | |
| spatie/laravel-varnish | Integrate Varnish 4/5 with Laravel: add middleware to force-cache selected routes and flush/purge the Varnish cache from within your app. Includes simple configuration and supports Laravel and Lumen. | 417 | 417 | 45 | 3K | 0 | 23.6 | 14.1 | MIT | 5 months ago | |
| spatie/laravel-webhook-client | Receive and process incoming webhooks in Laravel. Verify signatures, store webhook payloads, and handle them in queued jobs. Flexible configuration for multiple webhook endpoints and secure validation. | 1,190 | 1,194 | 159 | 491K | 0 | 38.5 | 41.7 | MIT | 1 month ago | |
| spatie/mailcoach-cli | Command-line tool for Mailcoach. Log in with your instance URL and API token, then run autogenerated commands for every Mailcoach API endpoint (lists, campaigns, etc.). Includes clear-cache/logout and an AI agent skill for Boost/skills.sh. | 0 | 0 | 0 | 235 | 0 | 14.0 | 36.7 | — | 4 months ago | |
| spatie/spatie-price-api | Fetch pricing information from Spatie’s spatie.be API, used internally on Spatie product promotional sites. Includes a simple method to retrieve a price for a purchasable item. Open source but not intended for third-party use. | 15 | 15 | 0 | 222 | 0 | 18.3 | 18.2 | MIT | 3 months ago | |
| spatie/there-there-cli | There There CLI lets you interact with the There There support API from your terminal. Authenticate with workspace profiles, list and search tickets, view details, reply/forward, add notes, and update status or assignee via simple commands. | 0 | 0 | 1 | 1 | 0 | 18.4 | 4.8 | — | 2 months ago | |
| spatie/visit | Human-friendly curl for the terminal. Visit any URL and display its response with colorized output (HTML via bat, JSON via jq), plus status code and response time. Supports custom HTTP methods and options like following redirects. | 391 | 391 | 14 | 3 | 0 | 7.5 | 0.1 | — | 1 year ago | |
| spykapps/passwordless-login | — | 1 | 1 | 2 | 544 | 0 | 17.0 | 38.3 | MIT | 3 months ago | |
| squareetlabs/laravel-toon | — | 0 | 0 | 0 | 22 | 0 | 7.4 | 20.0 | — | 8 months ago | |
| statikbe/laravel-cookie-consent | — | 218 | 219 | 27 | 9K | 1 | 20.6 | 25.0 | MIT | 4 months ago | |
| stormpath/laravel | — | 29 | 33 | 6 | 0 | 9 | 3.3 | 2.4 | NOASSERTION | 9 years ago | |
| stormpath/lumen | — | 8 | 10 | 1 | 0 | 2 | 1.7 | 0.8 | NOASSERTION | 9 years ago | |
| subhashladumor1/laravel-ai-guard | — | 29 | 28 | 0 | 50 | 0 | 14.3 | 6.6 | MIT | 5 months ago | |
| subhashladumor1/laravel-cybershield | Enterprise security intelligence for Laravel: signature-based WAF, adaptive rate limiting, bot fingerprinting, API integrity checks, threat scoring, malware scanning, and forensic logging—working together to block modern attacks. Beta; APIs may change. | 14 | 14 | 1 | 0 | 0 | 15.2 | — | MIT | 3 months ago | |
| syafiq-unijaya/laravel-ai-chatbox | — | 0 | 0 | 2 | 3 | 0 | 0.1 | 10.8 | MIT | — | |
| syamsoul/laravel-datatable-ssp | Laravel package to run DataTables in true server-side processing (SSP). Simplifies filtering, sorting, searching, and pagination with an API inspired by the original DataTables SSP class. Supports Laravel 9+ (PHP 8+) and integrates cleanly in controllers and views. | 7 | 7 | 6 | 508 | 0 | 21.7 | 27.7 | MIT | 4 months ago | |
| tailflow/laravel-orion | Laravel Orion builds a fully featured REST API from your Eloquent models and relationships with minimal boilerplate. Quickly generate standard CRUD endpoints, filtering, sorting, pagination, and relationship routes while keeping a Laravel-friendly workflow. | 1,598 | 1,603 | 98 | 21K | 0 | 19.9 | 15.9 | MIT | 1 year ago | |
| the-caretakers/laravel-request-logger | — | 0 | 0 | 0 | 6 | 0 | 0.0 | 11.7 | — | — | |
| timacdonald/json-api | — | 642 | 645 | 50 | 76K | 8 | 26.9 | 35.7 | — | 3 months ago | |
| toin0u/geocoder-laravel | — | 748 | 761 | 109 | 104K | 0 | 35.8 | 34.5 | MIT | 4 weeks ago | |
| torchlight/torchlight-laravel | Torchlight syntax highlighting for Laravel. Highlight code blocks with VS Code-compatible themes and zero JavaScript. Includes caching, configurable themes and host, and Blade components/directives. Requires a Torchlight API token (free for personal/open source). | 120 | 120 | 17 | 23K | 18 | 28.5 | 41.6 | MIT | 4 months ago | |
| tymon/jwt-auth | Laravel JWT authentication package providing token issuing, parsing, refresh, and invalidation using JSON Web Tokens. Integrates with Laravel guards/middleware, supports custom claims and multiple auth providers, and includes docs and testing support. | 11,495 | 11,670 | 1,533 | 870K | 571 | 81.9 | 55.4 | MIT | 4 months ago | |
| unimontes-cead/logging | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| unisharp/laravel-filemanager | UniSharp Laravel Filemanager adds a responsive web UI to browse, upload, manage, and select files/images in Laravel apps. Supports popular editors, configurable disks/paths, customization, and events—ideal for CMS/admin panels. | 2,150 | 2,184 | 737 | 59K | 213 | 73.7 | 51.9 | MIT | 1 month ago | |
| veeqtoh/cashier-paystack | — | 6 | 6 | 0 | 1 | 1 | 21.5 | 0.9 | MIT | 2 weeks ago | |
| vijaytomar/db-importer | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| vizor-vr/laravel-vizor | — | 0 | 0 | 0 | 4 | 0 | 20.9 | 11.3 | MIT | 2 days ago | |
| watson/active | — | 326 | 336 | 18 | 49K | 3 | 2.9 | 30.4 | MIT | — | |
| watson/sitemap | — | 268 | 274 | 40 | 22K | 7 | 4.7 | 29.0 | MIT | — | |
| wayofdev/laravel-symfony-serializer | — | 21 | 21 | 3 | 2K | 1 | 25.9 | 33.7 | MIT | 2 months ago | |
| webrek/laravel-idempotency | — | 0 | 0 | 0 | 81 | 0 | 19.3 | 30.8 | MIT | 1 month ago | |
| wendelladriel/laravel-validated-dto | Build typed Data Transfer Objects for Laravel that validate incoming data using familiar validation rules, defaults, and casting. Create DTOs by extending ValidatedDTO, define rules(), and get safe, validated, ready-to-use properties for your app. | 772 | 762 | 46 | 29K | 1 | 32.7 | 24.6 | MIT | 1 month ago | |
| xelent/xelentwatch | — | 0 | 0 | 0 | 3 | 0 | 0.0 | 8.3 | — | — | |
| yadahan/laravel-authentication-log | — | 418 | 419 | 56 | 15K | 5 | 22.1 | 26.6 | MIT | 4 months ago | |
| yajra/laravel-datatables-editor | Laravel plugin for yajra/laravel-datatables that handles server-side processing for DataTables Editor 2.x. Provides CRUD actions, validation, and Laravel 12.x integration for Editor-powered DataTables (premium Editor license required). | 119 | 123 | 17 | 164K | 2 | 21.0 | 48.3 | MIT | 4 months ago | |
| yajra/laravel-datatables-oracle | Laravel package for DataTables server-side processing. Build AJAX-ready JSON from Eloquent, Query Builder, or Collections via a simple API (DataTables::eloquent/query/collection/make), supporting paging, filtering, sorting, and more. | 4,871 | 4,935 | 852 | 738K | 31 | 80.2 | 49.6 | MIT | 2 weeks ago | |
| yogeshgupta/phonepe-laravel | Laravel integration for PhonePe payments. Provides simple configuration and helper methods to initiate transactions, generate required hashes/signatures, and handle callbacks/responses, making it easier to accept PhonePe payments in your Laravel app. | 0 | 0 | 0 | 65 | 1 | 0.4 | 25.1 | MIT | 1 year ago |
How can I help you explore Laravel packages today?