illuminate/session
Illuminate Session provides Laravel’s session management layer, including session stores, handlers, middleware support, flash data, and CSRF-friendly session integration. Use it to persist user state across requests with a consistent API, in Laravel or standalone.
|
Package
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|
| atomcoder/laravel-toasty | — | 2 | 1 | 1 | 2 | 0 | 17.4 | 3.5 | MIT | 1 month ago | |
| barryvdh/laravel-debugbar | Integrate the PHP Debug Bar into Laravel to profile requests, inspect queries, routes, views, and logs, and monitor performance in real time. Toggle panels, collect timeline and memory data, and troubleshoot issues locally without touching your app code. | 19,221 | 19,506 | 1,605 | 3M | 75 | 88.4 | 62.8 | MIT | 1 month ago | |
| 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,526 | 1,557 | 245 | 27K | 40 | 36.1 | 31.2 | BSD-3-Clause | 1 year 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,529 | 1,651 | 317 | 3K | 0 | 17.3 | 6.3 | BSD-3-Clause | — | |
| daikazu/flexicart | — | 3 | 3 | 0 | 37 | 0 | 19.0 | 16.1 | MIT | 1 month ago | |
| fruitcake/laravel-debugbar | Integrate PHP Debug Bar into Laravel to inspect requests in real time. Shows executed queries, routes, views, logs, cache/events, and timing/memory metrics with an in-browser toolbar and detailed panels. Great for profiling and debugging during development. | 19,221 | 19,201 | 1,605 | 498K | 75 | 89.0 | 51.7 | MIT | 1 month ago | |
| 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. | 119 | 131 | 38 | 554K | 0 | 1.8 | 50.8 | 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 | 140 | 79 | 167K | 0 | 3.0 | 43.2 | MIT | — | |
| 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 | 158 | 18 | 15.6 | 16.7 | MIT | 1 year 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. | 401 | 405 | 47 | 71K | 0 | 15.1 | 27.0 | MIT | 4 weeks 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,081 | 4,081 | 988 | 498K | 158 | 64.4 | 51.7 | MIT | 3 years ago | |
| mckenziearts/laravel-notify | Lightweight Laravel package for backend-driven toast notifications. Publish config/assets, drop in a Blade component, and trigger success/error/info messages from your app. Works great with Tailwind CSS and Alpine.js for smooth UI alerts. | 1,731 | 1,737 | 196 | 15K | 0 | 36.6 | 15.8 | MIT | 3 months ago | |
| prologue/alerts | — | 348 | 353 | 34 | 142K | 0 | 21.3 | 41.1 | MIT | 2 months 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. | 9 | 9 | 4 | 24K | 1 | 0.3 | 46.7 | MIT | — | |
| shopper/framework | — | 0 | 1 | 0 | 1K | 0 | 0.0 | 41.8 | — | — | |
| skywalker-labs/formcraft | — | 3 | 3 | 0 | 0 | 0 | 14.2 | — | MIT | 3 months ago | |
| spatie/checkout | Laravel package to manage the current order ID during a webshop checkout. Store the newly created order ID in the session and retrieve it later via a simple facade/API, keeping checkout steps clean and consistent across requests. | 42 | 43 | 3 | 0 | 0 | 2.1 | — | MIT | 9 years ago | |
| spatie/laravel-flash | Lightweight Laravel package for flashing a single message to the next request via session. Use flash('Message', 'optional-class') in controllers and read flash()->message and flash()->class in your Blade views to display and style it. | 669 | 671 | 33 | 38K | 0 | 24.4 | 27.3 | MIT | 3 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. | 443 | 450 | 59 | 77K | 0 | 26.3 | 34.9 | MIT | 3 months ago | |
| spatie/laravel-littlegatekeeper | Laravel middleware to password-protect your app with a single, universal username/password set in config. Quickly gate staging, previews, or temporary launches without building a full auth system; publish config and enable the provider to lock down pages. | 191 | 193 | 19 | 1K | 0 | 19.7 | 13.5 | MIT | 3 months ago | |
| spatie/laravel-web-tinker | Adds Laravel’s Tinker REPL to your browser via a protected route, making it easy to run and tweak code without the terminal. Includes light/dark UI and simple install/publish commands. For local/dev only—can execute arbitrary code. | 1,216 | 1,222 | 76 | 108K | 0 | 36.3 | 31.3 | MIT | 1 month ago | |
| subhashladumor1/laravel-ai-guard | — | 29 | 28 | 0 | 39 | 0 | 14.7 | 5.6 | MIT | 3 months ago | |
| tomshaw/google-api | Laravel Google OAuth 2.0 service client with configurable token storage (DB or custom), published config, and migrations. Integrates google/apiclient-services and supports Composer cleanup to include only the Google APIs you need (e.g., Gmail, Calendar). | 60 | 60 | 6 | 121 | 0 | 24.4 | 7.7 | MIT | 1 month ago | |
| uxweb/sweet-alert | — | 825 | 839 | 210 | 5K | 14 | 16.9 | 16.7 | MIT | 5 years ago |
How can I help you explore Laravel packages today?