Laravel is a web ecosystem full of delightful tools that are supercharged for developer happiness and productivity.
Followers
10,717
Total Stars
220,181
Packages
80
Monthly Downloads
119,135,273
Avg Score
32.4
Packages w/ Vulns
0
Recorded values over time (once-a-day snapshots). May 7, 2026 – Jun 5, 2026
Total stars
Monthly downloads
Followers
|
|
Description
|
|
30 days
GitHub star count over the last 30 days (daily snapshots).
|
|
|
License
|
|
|
|---|---|---|---|---|---|---|---|---|
| laravel/laravel | Laravel is a PHP web framework for building modern applications fast. It includes routing, a powerful IoC container, Eloquent ORM, migrations, queues, caching, sessions, and real-time broadcasting, backed by extensive docs and tutorials. | 84,356 |
+206
|
71.8 | 15.9 | — | 1 week ago | |
| laravel/framework | Laravel Framework core provides an elegant PHP foundation for building web apps: fast routing, powerful service container, sessions/caching, database migrations, queues, and real-time broadcasting—tools that scale from small projects to large applications. | 34,735 |
+62
|
94.9 | 70.8 | MIT | 1 week ago | |
| laravel/lumen | Laravel Lumen is a fast PHP micro-framework for building web apps and APIs with elegant syntax. It includes routing, database abstraction, queues, and caching. Note: the Laravel team now recommends starting new projects with Laravel instead. | 7,579 |
-10
|
20.2 | 2.6 | — | 2 years ago | |
| laravel/tinker | Laravel Tinker is a powerful REPL for Laravel, letting you interact with your application from the command line. Run Artisan’s tinker command to test code, inspect models, and debug quickly in an interactive shell. | 7,432 |
+6
|
56.5 | 49.8 | MIT | 1 month ago | |
| laravel/socialite | Laravel Socialite offers a fluent interface for OAuth authentication in Laravel with providers like GitHub, Google, Facebook, GitLab, LinkedIn, Slack, Twitch, X, and more. It removes most of the boilerplate needed for social login. | 5,749 |
+5
|
69.7 | 45.5 | MIT | 1 month ago | |
| laravel/telescope | Laravel Telescope is a debug assistant for Laravel that provides a rich dashboard of requests, exceptions, logs, database queries, queued jobs, mail, notifications, cache activity, scheduled tasks, and more—ideal for local development and troubleshooting. | 5,188 |
+6
|
71.7 | 48.1 | MIT | 1 month ago | |
| laravel/horizon | Laravel Horizon adds a polished dashboard and code-driven configuration for Laravel Redis queues. Monitor throughput, runtimes, and failed jobs, and manage all worker and supervisor settings from a single config file kept in source control. | 4,144 |
+18
|
74.1 | 58.4 | MIT | 1 week ago | |
| laravel/jetstream | Laravel Jetstream is a starter kit for Laravel 11.x and earlier, providing a ready-made application foundation with common auth and account features. For newer starter kits, see https://laravel.com/starter-kits. | 4,058 |
+2
|
65.5 | 36.4 | MIT | 2 weeks ago | |
| laravel/octane | Laravel Octane supercharges Laravel by keeping your app in memory and serving requests via high-performance servers like FrankenPHP, RoadRunner, Swoole, and Open Swoole. Boot once, handle many requests fast for lower latency and higher throughput. | 4,015 |
+5
|
67.8 | 52.1 | MIT | 2 weeks ago | |
| laravel/homestead | Laravel Homestead is an official, pre-packaged Vagrant box that provides a complete local development environment for Laravel and PHP. It includes common tools and services, supports multiple projects, and runs consistently across macOS, Windows, and Linux. | 3,891 |
-13
|
24.1 | 14.2 | MIT | 2 years ago | |
| laravel/boost | Laravel Boost accelerates AI-assisted Laravel development by supplying the context, conventions, and structure AI needs to generate high-quality, framework-specific code and suggestions, helping teams build faster while staying aligned with Laravel best practices. | 3,489 |
+45
|
67.5 | 57.9 | MIT | 2 weeks ago | |
| laravel/passport | Laravel Passport provides a full OAuth2 server for Laravel, making API authentication simple with access tokens, personal access tokens, and client credentials. Officially maintained, with extensive docs and integrations for securing first- and third-party APIs. | 3,405 |
+4
|
61.8 | 45.3 | MIT | 1 month ago | |
| laravel/pint | Laravel Pint is an opinionated PHP code style fixer for minimalists. Built on PHP-CS-Fixer, it makes it easy to keep your codebase clean and consistent with Laravel’s preferred formatting, for projects of any size. | 3,129 |
+7
|
55.0 | 62.2 | MIT | 1 month ago | |
| laravel/breeze | Laravel Breeze is a minimal, simple authentication starter kit for Laravel 11.x and earlier. It provides login, registration, password reset, email verification, and basic scaffolding to kickstart new apps. | 3,042 |
+9
|
60.0 | 44.0 | MIT | 2 weeks ago | |
| laravel/airlock | Laravel Sanctum (formerly Airlock) provides a lightweight authentication system for Laravel SPAs and simple APIs, offering first-party SPA cookie auth plus API token issuing and management for users, mobile apps, and third-party clients. | 2,962 |
+8
|
53.1 | 0.7 | MIT | 4 weeks ago | |
| laravel/sanctum | Laravel Sanctum is a lightweight authentication package for Laravel, ideal for SPAs and simple APIs. It supports cookie-based session auth for first-party SPAs and API tokens for personal access tokens, with minimal configuration and Laravel-first integration. | 2,962 |
+8
|
53.1 | 53.5 | MIT | 4 weeks ago | |
| laravel/ui | Legacy Laravel package that adds Bootstrap, Vue, or React frontend scaffolding and simple auth (login/registration) via Artisan (php artisan ui ... --auth). Works with modern Laravel, but Breeze or Jetstream are recommended for new apps. | 2,717 |
+2
|
53.8 | 47.6 | MIT | 2 months ago | |
| laravel/valet | Laravel Valet is a lightweight macOS development environment for Laravel and PHP. It runs Nginx automatically, uses DnsMasq to route *.test domains to local sites, avoids Vagrant and /etc/hosts edits, and can share sites via tunnels. | 2,596 |
+1
|
52.8 | 5.6 | MIT | 2 months ago | |
| laravel/cashier | Laravel Cashier adds a fluent Stripe subscription billing layer to Laravel. Manage plans, trials, coupons, quantities, swaps, cancellations with grace periods, and invoicing, including PDF invoice generation, with minimal boilerplate. | 2,530 |
+4
|
63.3 | 51.8 | MIT | 4 weeks ago | |
| laravel/dusk | Laravel Dusk is a browser automation and end-to-end testing tool for Laravel. It provides an expressive API for driving real browsers, ships with a standalone Chromedriver (no Selenium/JDK required by default), and can use other Selenium drivers. | 1,939 |
+1
|
48.8 | 43.8 | MIT | 1 month ago | |
| laravel/sail | Laravel Sail offers a Docker-powered local development environment for Laravel on macOS, Windows (WSL2), and Linux. With a simple CLI and no extra dependencies beyond Docker, it lets you spin up a full dev stack quickly—even without Docker experience. | 1,902 |
+9
|
60.4 | 61.9 | MIT | 1 week ago | |
| laravel/fortify | Frontend-agnostic authentication backend for Laravel. Provides endpoints and services for registration, login, password reset, email verification, and two-factor authentication. Used by Laravel Starter Kits; you bring the UI (Blade, Inertia, SPA, etc.). | 1,744 |
+10
|
50.3 | 53.7 | MIT | 2 weeks ago | |
| laravel/wayfinder | Generates fully typed, importable TypeScript functions from your Laravel routes and controllers. Call backend endpoints like normal TS functions—no hardcoded URLs or manual syncing. Includes an Artisan generator and Vite plugin for auto-regeneration. | 1,722 |
+26
|
46.9 | 62.7 | MIT | 3 weeks ago | |
| laravel/pulse | Laravel Pulse is a real-time performance monitoring tool and dashboard for Laravel apps. Track key runtime metrics, identify slow requests and bottlenecks, and keep tabs on application health in production with minimal setup. | 1,689 |
+6
|
42.0 | 46.5 | MIT | 1 month 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, with configuration and usage documented on laravel.com. | 1,659 |
+3
|
50.0 | 51.4 | MIT | 3 weeks ago | |
| laravel/envoy | Laravel Envoy is a lightweight SSH task runner for defining and executing remote server tasks using a clean Blade-style syntax. Ideal for deployments, running Artisan commands, and other repeatable server automation workflows across multiple hosts. | 1,612 |
+2
|
39.0 | 29.8 | MIT | 2 months ago | |
| laravel/reverb | Laravel Reverb adds real-time WebSocket support to Laravel, enabling broadcasting and live updates with a first-party, self-hosted server and seamless Laravel integration. Ideal for chat, notifications, and presence features. | 1,562 |
+12
|
41.4 | 51.8 | MIT | 3 weeks 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
|
24.7 | 29.8 | MIT | 1 year ago | |
| laravel/ai | Laravel AI SDK offers a unified, Laravel-friendly API for OpenAI, Anthropic, Gemini, and more. Build agents with tools and structured output, generate images, transcribe/synthesize audio, and create embeddings—all through one consistent interface. | 956 |
+89
|
56.0 | 69.8 | MIT | 1 week ago | |
| laravel/pail | Laravel Pail lets you tail and search your Laravel app’s log messages from the command line with a polished, developer-friendly UI. Works with any log driver, including services like Sentry and Flare, and includes handy filters to quickly find what matters. | 913 |
-1
|
31.7 | 62.6 | MIT | 1 week ago | |
| laravel/slack-notification-channel | Official Laravel notification channel for sending notifications to Slack. Integrates with Laravel’s Notifications system, letting you route messages to Slack channels or users and customize payloads. See Laravel docs for configuration and usage. | 891 |
+1
|
31.0 | 52.2 | MIT | 2 months ago | |
| laravel/installer | Laravel Installer is the official CLI tool for creating new Laravel applications quickly. Install it via Composer and scaffold fresh projects with a single command, using the latest Laravel release and recommended defaults for your environment. | 865 |
+11
|
48.6 | 39.8 | MIT | 2 weeks ago | |
| laravel/react-starter-kit | Modern Laravel + React starter kit powered by Inertia. Includes React 19, TypeScript, Tailwind, shadcn/ui and Radix UI components, plus fast Vite builds. Ideal for SPA-like apps using classic Laravel routing and controllers. | 843 |
+15
|
16.3 | 20.0 | — | 1 year ago | |
| laravel/helpers | Backwards-compatibility package that restores Laravel 5.8 global helper functions for newer Laravel versions. Useful when upgrading legacy apps; helpers map to modern Arr and Str methods. Not accepting new helpers. | 805 |
|
26.7 | 49.5 | MIT | 2 months ago | |
| laravel/vonage-notification-channel | Official Laravel notification channel for sending SMS via Vonage (formerly Nexmo). Integrates with Laravel’s Notifications system to deliver text messages to notifiable users using your Vonage credentials and configuration. | 756 |
+2
|
25.8 | 35.8 | MIT | 3 months ago | |
| laravel/mcp | Build MCP servers in Laravel so AI clients can securely interact with your app via the Model Context Protocol. Quick setup, Laravel-native conventions, and official Laravel documentation support for exposing tools, resources, and prompts to MCP-compatible clients. | 756 |
+22
|
38.0 | 61.4 | MIT | 1 week ago | |
| laravel/nexmo-notification-channel | Laravel Vonage (Nexmo) Notification Channel adds SMS support to Laravel notifications via Vonage. Configure credentials, define a toVonage method on notifications, and send messages to users through the built-in notification system. | 755 |
+1
|
26.3 | 28.5 | MIT | 3 months ago | |
| laravel/prompts | Laravel Prompts adds beautiful, user-friendly interactive forms to PHP CLI apps. Ideal for Laravel Artisan commands, with browser-like touches such as placeholders and built-in validation. Usable in any command-line PHP project. | 714 |
+4
|
40.5 | 68.6 | MIT | 2 weeks ago | |
| laravel/pao | Agent-optimized output for PHP tools. Auto-detects AI agents (Claude Code, Cursor, Devin, Gemini CLI) and replaces verbose PHPUnit/Pest/Paratest/PHPStan output with minimal structured JSON; cleans Laravel Artisan output too. Zero config; human output unchanged. | 631 |
+51
|
28.9 | 54.5 | MIT | 4 days ago | |
| laravel/vue-starter-kit | Modern Laravel + Vue 3 starter kit powered by Inertia for SPA-like apps with server-side routing. Includes TypeScript, Tailwind CSS, Vite, Composition API, and shadcn-vue components—ideal for quickly bootstrapping a full-stack Laravel app. | 618 |
+10
|
12.0 | 19.2 | — | 1 year ago | |
| laravel/folio | Laravel Folio is a page-based router for Laravel that lets you define routes by creating files, keeping routing simple and organized. Ideal for building pages quickly with less boilerplate, backed by official Laravel documentation and support. | 605 |
+1
|
31.3 | 27.9 | MIT | 1 month ago | |
| laravel/serializable-closure | Securely serialize and unserialize PHP closures with Laravel’s fork of opis/closure 3.x, updated for modern PHP without requiring FFI. Wrap closures in SerializableClosure, set a secret key for signing, serialize safely, then restore with getClosure(). | 603 |
+2
|
33.2 | 65.5 | MIT | 1 month ago | |
| laravel/pennant | Laravel Pennant is a simple, lightweight feature flag library for Laravel. Manage, evaluate, and roll out features safely across environments with an easy API and first-party integration, backed by official Laravel documentation. | 580 |
+5
|
31.8 | 51.0 | MIT | 2 months ago | |
| laravel/forge-sdk | Laravel Forge SDK is a PHP client for the Forge API. Manage servers and resources programmatically: list and fetch servers, create new servers, and run actions with simple methods and resource objects. Install via Composer and authenticate with an API token. | 574 |
+2
|
33.1 | 33.5 | MIT | 2 months 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. | 514 |
|
29.2 | 39.9 | MIT | 2 months ago | |
| laravel/livewire-starter-kit | Modern Laravel starter kit powered by Livewire 4 for reactive UIs in PHP. Includes TypeScript, Tailwind CSS, and Flux UI components, giving a solid foundation for building dynamic apps with Blade—without a JavaScript SPA framework. | 499 |
+3
|
9.8 | 21.6 | — | 1 year ago | |
| laravel/vapor-core | Core runtime and service providers that power Laravel Vapor deployments on AWS Lambda. Helps Laravel apps run smoothly in serverless environments, integrating with SQS, databases, Redis, networking, CloudFront, and other AWS services used by Vapor. | 413 |
+1
|
35.5 | 48.5 | MIT | 3 weeks ago | |
| laravel/cashier-mollie | Laravel Cashier integration for Mollie payments and subscriptions. This repository has moved to mollie/laravel-cashier-mollie (v1 and v2 continued) and will be closed Feb 1, 2022. Docs: cashiermollie.com. | 368 |
-2
|
10.1 | 7.0 | MIT | 5 years ago | |
| laravel/nightwatch | Official Laravel Nightwatch package. Collects application metrics and performance data from your Laravel app and securely sends it to the hosted Nightwatch monitoring platform for deep, Laravel-optimized insights and observability. | 354 |
+3
|
36.2 | 57.5 | MIT | 2 weeks ago | |
| laravel/vapor-cli | Laravel Vapor CLI is the command-line client for deploying and managing Laravel apps on Laravel Vapor, a serverless, auto-scaling platform on AWS Lambda. Create and manage infrastructure, environments, queues, databases, Redis, networking, and more. | 314 |
+1
|
30.9 | 48.3 | MIT | 2 months ago | |
| laravel/spark-installer | Command-line installer for Laravel Spark. Clone and composer install, add to PATH, then register with your Spark API token. Use spark new to scaffold a new Spark project and run migrations to finish setup. | 313 |
|
25.7 | 0.0 | MIT | 6 years ago | |
| laravel/vapor-ui | Deprecated: Vapor UI dashboard for Laravel Vapor apps. Adds an in-app interface to browse/search application logs and view failed queue jobs. Replaced largely by Vapor’s own dashboard; no Laravel 11 support. | 270 |
+1
|
5.9 | 19.0 | MIT | 3 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. | 268 |
+3
|
29.5 | 36.3 | MIT | 2 months ago | |
| laravel/forge-cli | Command-line interface for Laravel Forge to provision and manage servers, deploy sites, and handle common tasks like SSL certificates, scheduled jobs, and queue workers—bringing Forge’s dashboard capabilities to your terminal. | 241 |
+5
|
18.0 | 32.4 | MIT | 1 year 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 |
|
3.2 | 1.6 | MIT | 7 years ago | |
| laravel/roster | Detect which Laravel ecosystem packages a project uses by scanning a directory. Query production vs dev dependencies, check if specific packages or versions are present, and identify the Node package manager in use via a simple API. | 156 |
+1
|
22.0 | 63.2 | MIT | 3 months ago | |
| laravel/nova-log-viewer | View and search your Laravel application logs directly inside Laravel Nova. Nova Log Viewer adds a simple tool UI with real-time polling support, making it easy to inspect errors, stack traces, and recent log entries without leaving the admin panel. | 137 |
+1
|
20.8 | 33.0 | — | 2 months ago | |
| laravel/legacy-factories | Bring back classic Laravel model factories (<=7.x) on Laravel 8+ projects. laravel/legacy-factories restores the old factory syntax for generating test and seed data, easing upgrades and maintaining legacy codebases without rewrites. | 129 |
-1
|
18.9 | 58.4 | MIT | 3 months 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. | 91 |
+75
|
21.4 | 62.3 | MIT | 2 weeks ago | |
| laravel/database | Bring Laravel’s database layer to non-Laravel projects: Illuminate Database with migrations, seeders, and Artisan CLI support. Includes Eloquent ORM, query builder, schema tools, and commands like migrate, db:seed, and make:* for MySQL/Postgres/SQL Server/SQLite. | 90 |
|
2.1 | 4.7 | — | — | |
| laravel/surveyor | Beta Laravel tool for mostly static analysis of PHP/Laravel apps. Parses files/classes to extract rich metadata (classes, methods, properties, types) and can inspect models and container bindings for extra detail. Returns structured results for other tools. | 83 |
+6
|
26.3 | 39.4 | — | 1 week ago | |
| laravel/lumen-installer | Official Laravel Lumen project installer. Provides the lumen command to quickly scaffold new Lumen applications, including recommended defaults and project structure. Install via Composer and run lumen new <app> to get started. | 76 |
|
0.6 | 7.4 | MIT | — | |
| laravel/agent-detector | Lightweight PHP utility for detecting whether your Laravel/PHP app is running inside an AI agent or automated dev environment. Identifies known agents (e.g., Cursor, Gemini, Codex, Claude) via env vars, with a simple API and helper function. | 72 |
+11
|
22.4 | 64.3 | MIT | 1 month ago | |
| laravel/legacy-encrypter | Drop-in Laravel encrypter compatible with legacy apps. Encrypt/decrypt data using older key formats and cipher settings so you can read existing payloads and migrate safely. Useful for upgrades where stored encrypted values must remain accessible. | 62 |
|
1.3 | 1.4 | MIT | — | |
| laravel/ranger | Beta Laravel introspection library that walks your codebase and exposes rich DTOs for routes, models, enums, broadcast events, env vars, and Inertia components. Register callbacks per item or collection, then run a single walk to process everything. | 61 |
+5
|
25.7 | 41.6 | MIT | 2 weeks ago | |
| laravel/svelte-starter-kit | Modern Laravel starter kit with a Svelte 5 + TypeScript frontend powered by Inertia. Includes Tailwind, shadcn-svelte, and bits-ui for UI, plus fast Vite builds. Ideal for building SPA-like apps with classic Laravel routing and controllers. | 56 |
+1
|
0.5 | 17.4 | — | — | |
| 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. | 41 |
+2
|
37.4 | 46.4 | — | 2 weeks ago | |
| laravel/facade-documenter | — | 38 |
|
0.3 | — | MIT | — | |
| laravel/blank-vue-starter-kit | Laravel + Vue starter kit for Inertia apps: classic Laravel routing/controllers with a modern Vue SPA frontend. Includes Vue, TypeScript, Tailwind, and Vite setup, but no auth scaffolding—start building your own UI fast. | 37 |
+1
|
0.3 | 23.3 | — | — | |
| laravel/sentinel | Laravel package providing Sentinel integration for authentication and authorization in Laravel apps. Adds user management, roles and permissions, login/registration flows, and easy setup for Cartalyst Sentinel-backed projects. | 37 |
+2
|
18.1 | 63.4 | — | 2 months ago | |
| laravel/blank-livewire-starter-kit | A blank Laravel + Livewire 4 starter kit with Tailwind for building reactive UIs in PHP. Ideal for Blade-first teams who want a modern foundation without JavaScript SPA complexity. No authentication scaffolding included. | 32 |
|
0.4 | 25.6 | — | — | |
| laravel/nova-devtool | Laravel Nova Devtool streamlines Nova component development with a Workbench-based Nova install, optional auto-login, and commands to install common JS deps. Easily enable/disable Vue Devtools in Nova and upgrade from Nova 4 with a generic Mix extension. | 32 |
+1
|
27.3 | 53.5 | — | 1 month ago | |
| laravel/blank-react-starter-kit | Minimal Laravel + React starter kit using Inertia, Vite, TypeScript, and Tailwind. Build SPA-like React apps with classic Laravel routing and controllers. No authentication scaffolding included—start from a clean, modern baseline. | 26 |
+2
|
0.5 | 26.7 | — | — | |
| laravel/nova-pennant | Manage Laravel Pennant feature flags in Laravel Nova. Add the PennantTool to a resource to view and toggle features per scope, control who can modify values with canRun(), require password confirmation, and support rich/class-based feature options. | 23 |
+1
|
18.8 | 44.1 | — | 2 months ago | |
| laravel/chisel | Laravel Chisel provides primitives for starter-kit post-install scripts, letting users opt into features and automatically remove unwanted code. Define a chisel.php with questions and file/PHP mutations to prune sections, imports, interfaces, and config. | 5 |
+1
|
19.9 | 64.7 | MIT | 3 weeks ago | |
| laravel/blank-svelte-starter-kit | Laravel + Svelte starter kit for building modern Laravel apps with an Inertia-powered Svelte frontend. Includes Svelte, TypeScript, Tailwind, and fast Vite builds with classic Laravel routing/controllers. No authentication scaffolding included. | 3 |
|
0.1 | 21.2 | — | — | |
| laravel/livewire | — | 0 |
|
0.0 | — | — | — |
|
| laravel/nova | — | 0 |
|
0.0 | — | — | — |
|
| laravel/liferaft | Liferaft is a Laravel package that adds reliable background job and queue tooling, helping you run tasks safely with better control, monitoring, and recovery. Ideal for apps that need robust async processing and fewer failed or stuck jobs. | 0 |
|
0.0 | — | — | — | |
| laravel/workos | Laravel utilities used by Laravel starter kits to integrate WorkOS AuthKit. Provides the glue for authentication flows and configuration so you can add WorkOS-powered login to a Laravel app quickly and consistently. | 0 |
|
19.0 | 46.9 | — | — |
How can I help you explore Laravel packages today?