Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Pest Plugin Snapshots Laravel Package

spatie/pest-plugin-snapshots

Adds snapshot testing to Pest via Spatie’s snapshot assertions. Compare strings or JSON against stored snapshots with helper functions or Pest expectations. Ideal for stable output/regression testing in PHP projects.

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
artisanpack-ui/livewire-ui-components 1 1 0 156 16 30.9 36.0 NOASSERTION 1 month ago
View on GitHub
Context7
dedoc/scramble Scramble generates up-to-date OpenAPI 3.1 API docs for Laravel automatically from your code—no PHPDoc annotations needed. Adds /docs/api UI and /docs/api.json schema routes (local by default, configurable via gate). 2,146 2,142 203 1M 13 53.9 52.3 MIT 6 days ago
View on GitHub
Deep Wiki
Context7
ohdearapp/health-check-results 10 10 4 10K 0 8.5 43.4 MIT 8 months ago
View on GitHub
Deep Wiki
Context7
roots/acorn 983 982 110 80K 3 36.8 35.7 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
ryangjchandler/laravel-cloudflare-turnstile 455 455 31 106K 2 22.3 38.8 MIT 4 months ago
View on GitHub
Deep Wiki
Context7
spatie/array-to-xml Simple PHP utility to convert arrays into XML strings. Supports custom root element names and configurable key handling (e.g., converting spaces to underscores). Ideal for quickly generating XML output from structured array data. 1,199 1,224 216 2M 0 29.5 47.6 MIT 7 months ago
View on GitHub
Deep Wiki
Context7
spatie/flare-client-php PHP 8.2+ client for sending exceptions, errors, and stack traces to Flare. Install via Composer and use in any PHP app; Laravel users should use spatie/laravel-flare. Includes docs, tests, and ongoing maintenance by Spatie. 177 177 21 4M 0 34.2 65.0 MIT 6 days ago
View on GitHub
Context7
spatie/icalendar-generator Generate RFC 5545 iCalendar (.ics) feeds with a fluent PHP API. Create calendars and events (start/end times, summary, metadata) for use in Apple Calendar, Google Calendar, and other clients. Outputs valid iCalendar text ready to serve or download. 689 690 63 463K 0 27.7 43.3 MIT 4 months ago
View on GitHub
Context7
spatie/image Expressive PHP image manipulation with a fluent API. Resize, crop, rotate, apply filters (greyscale, brightness, sharpen), adjust quality, and auto-orient images. Load from a path and save in place or to a new file. 1,362 1,383 139 2M 0 38.6 51.4 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
spatie/laravel-artisan-dispatchable Register Laravel jobs as Artisan commands by implementing the ArtisanDispatchable interface. Dispatch queued jobs via CLI (e.g., php artisan process-podcast) so long-running tasks won’t block the scheduler, while remaining runnable from Artisan. 160 161 7 7K 0 16.8 25.5 MIT 4 months ago
View on GitHub
Context7
spatie/laravel-blade-comments Adds HTML debug comments around every rendered Blade view/component so you can see exactly which template produced each piece of output in browser dev tools. Also includes top-level request and view info at the top of the document. 180 180 13 3K 0 21.9 20.1 MIT 2 months ago
View on GitHub
Context7
spatie/laravel-data Create rich, typed data objects for Laravel that replace form requests and API transformers. Automatically map from requests, validate with inferred rules, transform to resources (with lazy/partial fields), and generate TypeScript definitions from the same source. 1,774 1,778 285 2M 4 46.2 53.0 MIT 2 months ago
View on GitHub
Deep Wiki
Context7
spatie/laravel-error-share Adds a “Share” button to Laravel exception pages so you can generate a link and let teammates view the full error details without screen sharing. Install as a dev dependency and share local exceptions instantly. 43 43 6 165K 0 23.6 57.9 MIT 2 weeks ago
View on GitHub
Context7
spatie/laravel-error-solutions Shows helpful, actionable “solutions” directly on Laravel’s error page, explaining likely causes and fixes. Some solutions are runnable with one click (e.g., generate APP_KEY), speeding up debugging during local development. 101 101 8 17K 0 15.8 34.2 MIT 4 months ago
View on GitHub
Context7
spatie/laravel-event-sourcing Event sourcing toolkit for Laravel: build aggregates, projectors, and reactors to store state changes as events. Ideal for audit trails, decisions based on history, and future reporting needs. Includes docs, examples, and an optional course. 912 911 177 194K 0 30.9 35.6 MIT 4 months ago
View on GitHub
Deep Wiki
Context7
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 989 100 114K 0 29.5 31.6 MIT 5 months ago
View on GitHub
Context7
spatie/laravel-google-fonts Self-host Google Fonts in Laravel with minimal setup. Register Google Fonts CSS URLs in config and load them via the @googlefonts Blade directive. On first request it downloads CSS/assets, caches locally, inlines CSS, and falls back to Google if needed. 494 495 37 53K 0 24.3 32.1 MIT 2 months ago
View on GitHub
Context7
spatie/laravel-health Monitor your Laravel app’s health by registering checks (disk space, queues, cache, etc.). Set warning/fail thresholds and get notified via mail or Slack when something goes wrong, so you can catch issues early and keep services running smoothly. 878 884 178 641K 0 38.1 45.6 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
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
View on GitHub
Deep Wiki
Context7
spatie/laravel-livewire-wizard Lightweight Livewire components for building multi-step wizards in Laravel. Define a wizard with an ordered list of step components, each with its own screen and Livewire logic, and guide users through checkout-style flows with ease. 415 418 58 64K 0 25.2 34.4 MIT 4 months ago
View on GitHub
Context7
spatie/laravel-login-link Spatie Laravel Login Link adds a Blade component to render one-click login links for seeded users in local development. Great for admin areas and teams: pick a user/role without remembering credentials. Restricts usage by allowed hosts (defaults to localhost). 464 464 27 85K 0 22.5 34.6 MIT 4 months ago
View on GitHub
Context7
spatie/laravel-markdown Render Markdown in Laravel with a Blade x-markdown component or a configurable MarkdownRenderer. Converts content to HTML with heading IDs, links, and syntax-highlighted code blocks, using options from your config and container resolution. 413 411 31 219K 0 24.1 41.7 MIT 4 months ago
View on GitHub
Deep Wiki
Context7
spatie/laravel-medialibrary Attach and manage files on Eloquent models with an easy API. Handle uploads, store media on any Laravel filesystem (local, S3, etc.), organize collections, and generate image/PDF conversions and manipulations with built-in support for responsive images. 6,154 6,217 1,101 2M 0 70.7 40.5 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
spatie/laravel-model-info Inspect Laravel Eloquent models to discover their file name, table name, attributes (name/type) and relations (name/type/related model). Also includes a ModelFinder to automatically locate all models in your application. 183 184 24 30K 0 20.8 34.0 MIT 4 months ago
View on GitHub
Context7
spatie/laravel-navigation Define a navigation tree for Laravel apps and reuse it to build menus, breadcrumbs, and other nav UI. Manage sections, nested items, and active state in PHP, register navigation via service providers/container events, and render however you like. 584 583 32 49K 0 5.7 26.7 MIT 1 year ago
View on GitHub
Context7
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
View on GitHub
Deep Wiki
Context7
spatie/laravel-pdf Generate PDFs from Laravel Blade views with a simple fluent API. Choose drivers like Browsershot/Chromium, Gotenberg, Cloudflare Browser Run, WeasyPrint, DOMPDF, or chrome-php. Use modern CSS, set page formats, and stream or save PDFs. 1,035 1,035 98 540K 1 37.5 43.5 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
spatie/laravel-prometheus Export Laravel app metrics to Prometheus via a /prometheus endpoint. Register custom gauges and counters in code, with built-in metrics for queues and Horizon. Includes optional security so your metrics aren’t publicly exposed; pair with Grafana for dashboards. 283 285 44 135K 0 24.5 42.0 MIT 2 months ago
View on GitHub
Context7
spatie/laravel-ray Send Laravel debug output to Ray, Spatie’s desktop debugging app. Use a consistent API to inspect variables, arrays, HTML, queries and more, measure performance, and pause execution. Works across Laravel/PHP with Ray’s rich UI. 318 321 71 882K 0 29.4 54.0 MIT 2 months ago
View on GitHub
Context7
spatie/laravel-remote Run Laravel Artisan commands on remote servers over SSH. Configure one or more hosts (default host, user, port, path, optional private key) and execute tasks like cache clears via php artisan remote ..., with optional confirmation prompts. 283 285 34 5K 0 19.5 18.8 MIT 4 months ago
View on GitHub
Context7
spatie/laravel-schedule-monitor Monitor Laravel scheduled tasks by logging starts, finishes, failures, and skips to a database table and viewing run history via an Artisan command. Optionally sync with Oh Dear to get alerts when tasks fail or don’t run on time. 994 999 74 262K 0 35.7 39.0 MIT 3 weeks ago
View on GitHub
Context7
spatie/laravel-settings Strongly typed app settings for Laravel stored in databases, Redis, and more. Define settings classes with typed properties, inject them via the container, and read/update values with simple save() calls. Includes migrations, caching, and multiple repositories. 1,509 1,509 139 511K 0 39.2 40.2 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
spatie/laravel-sitemap Generate XML sitemaps for Laravel by crawling your site or building them manually. Add extra URLs, set last-modified dates, and include models via a simple interface. Write sitemaps to disk with a fluent, developer-friendly API. 2,618 2,645 298 720K 0 51.0 39.3 MIT 3 weeks ago
View on GitHub
Deep Wiki
Context7
spatie/laravel-support-bubble Add a non-intrusive support chat bubble to any Laravel page. Opens a Tailwind-styled support form, auto-fills user info when logged in, includes URL/IP metadata, honeypot spam protection, and is easily customizable via views, translations, and events. 395 396 28 9K 0 24.5 20.9 MIT 4 months ago
View on GitHub
Context7
spatie/laravel-support-form Add a non-intrusive Tailwind-styled support chat bubble to any Laravel page. Opens a support form, auto-fills user info when logged in, includes URL/IP metadata, honeypot spam protection, and is easily customizable via views, translations, and events. 395 396 28 0 0 23.0 MIT 4 months ago
View on GitHub
Context7
spatie/laravel-typescript-transformer Convert PHP classes, enums, and more into TypeScript types automatically. Uses attributes to generate TS from your Laravel code, supports nullable and complex types, generics, and even TypeScript functions—keeping your backend and frontend types in sync. 386 383 36 478K 0 31.1 49.7 MIT 1 month ago
View on GitHub
Context7
spatie/lighthouse-php Run Google Lighthouse audits from PHP. Test any URL and retrieve category scores (performance, accessibility, SEO, etc.) and individual audit details. Configure headers, user agent, categories, CPU throttling, and max load wait, then run and parse results. 269 269 31 4K 0 16.5 18.0 MIT 7 months ago
View on GitHub
Context7
spatie/shiki-php Use Shiki syntax highlighting from PHP. Highlight code snippets with editor-quality themes and 100+ languages, plus Antlers and Blade. Works great with Laravel via spatie/laravel-markdown and CommonMark through a companion extension. 311 312 32 2M 0 25.7 60.9 MIT 2 months ago
View on GitHub
Context7
spatie/sidecar-shiki Run Shiki syntax highlighting on AWS Lambda via Sidecar from your Laravel app—no Node.js or Shiki dependencies on your server. Install the package, configure Sidecar, register the HighlightFunction, and render highlighted code fast and consistently. 37 37 1 6 0 2.3 0.9 MIT 2 years ago
View on GitHub
Context7
spatie/simple-excel Lightweight reader/writer for simple CSV and XLSX files in PHP/Laravel. Uses generators and LazyCollection for low memory usage on large files. Quickly stream rows for processing or export data without loading entire spreadsheets into memory. 1,363 1,365 140 577K 0 38.8 42.2 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
spatie/ssh Execute commands over SSH with a simple PHP API. Create a connection with user/host (and optional port), run single or multiple commands synchronously or async, and get a Symfony Process back to inspect success and capture output. 830 837 82 102K 0 22.3 30.9 MIT 7 months ago
View on GitHub
Context7
spatie/ssl-certificate Retrieve and validate SSL/TLS certificates for any host in PHP. This package fetches certificate details like issuer, validity dates, and expiration status, making it easy to monitor domains and detect upcoming certificate issues in Laravel apps. 742 751 137 126K 0 35.0 35.7 MIT 1 month ago
View on GitHub
Context7
spatie/statamic-responsive-images Statamic addon by Spatie that adds a responsive images fieldtype with art direction and breakpoint support. Automatically generates responsive image variants on upload and lets you render them easily in Antlers via the responsive tag. 115 114 35 4K 0 27.0 25.0 MIT 2 months ago
View on GitHub
Context7
spatie/typescript-transformer Automatically generate TypeScript definitions from your PHP/Laravel code. spatie/typescript-transformer scans classes and types, then outputs .d.ts files so your frontend stays in sync with backend models, DTOs and enums with minimal manual typing. 397 395 61 489K 0 31.9 49.7 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
stijnvanouplines/blade-country-flags Laravel package providing country flag SVGs as Blade components, powered by Blade Icons and flag-icon-css. Use 4x3 or 1x1 variants like , with support for classes/styles and configurable defaults via a published config. 26 26 19 27K 1 16.6 46.1 MIT 4 months ago
View on GitHub
Context7
wulfheart/laravel-actions-ide-helper 21 21 32 18K 0 25.4 47.4 MIT 3 weeks ago
View on GitHub
Context7
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
codraw/framework-extra-bundle
codraw/messenger
codraw/security
codraw/mailer
codraw/contracts
codraw/profiling
codraw/dependency-injection
codraw/tester
codraw/core
nexmo/api-specification
capell-app/block-library
axium/identity
cetria/laravel-dummy-models
cetria/reflection-helper
agropredict/sso-auth-bundle
evolvestudio/spam-protection
datacore/hub-sdk
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony