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 124 13 31.0 33.7 NOASSERTION 2 weeks ago
View on GitHub
Context7
dedoc/scramble 2,096 2,098 196 1M 22 53.3 55.4 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
ohdearapp/health-check-results 10 10 4 9K 0 11.7 43.3 MIT 6 months ago
View on GitHub
Deep Wiki
Context7
roots/acorn 972 975 109 77K 1 38.0 32.6 MIT 4 days ago
View on GitHub
Deep Wiki
Context7
ryangjchandler/laravel-cloudflare-turnstile 454 450 31 103K 2 24.1 39.2 MIT 2 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. 0 1,221 2M 32.4 48.4
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 176 20 4M 0 32.5 65.0 MIT 1 week 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. 686 689 63 404K 0 30.5 43.7 MIT 2 months ago
View on GitHub
Context7
spatie/image Expressive PHP image manipulation with a fluent API. Resize, crop, rotate, sharpen, adjust brightness/contrast, apply filters, set quality and orientation, and convert formats. Load, chain operations, and save to a new file or overwrite. 1,359 1,381 137 2M 0 35.7 49.7 MIT 2 months 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 19.0 25.7 MIT 3 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. 179 179 13 3K 0 24.4 19.6 MIT 1 month 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,757 1,760 282 2M 3 47.5 49.2 MIT 4 weeks 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. 42 42 6 153K 0 22.8 57.3 MIT 3 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. 99 99 8 10K 0 17.8 31.2 MIT 2 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. 909 911 176 220K 0 33.2 37.1 MIT 3 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. 0 988 87K 31.8 30.2
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. 491 494 37 52K 0 26.8 32.2 MIT 1 month ago
View on GitHub
Context7
spatie/laravel-health Monitor your Laravel app’s health by registering configurable checks (disk space, queues, cache, etc.). Get warnings or failures and receive notifications via mail or Slack, with an easy API for adding custom checks and reporting status. 871 880 178 616K 0 40.5 46.3 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
spatie/laravel-honeypot Protect Laravel forms from spam using a honeypot field plus a minimum-time check. Add the Blade component (or pass values manually for Inertia) and suspicious submissions are automatically discarded. 1,561 1,568 107 227K 0 35.8 33.8 MIT 3 months 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. 411 414 57 58K 0 27.8 33.7 MIT 3 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). 461 459 27 76K 0 25.4 34.8 MIT 3 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. 0 411 195K 26.6 41.4
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,131 6,197 1,103 2M 0 69.0 39.3 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 10K 0 23.7 27.5 MIT 3 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. 577 580 32 41K 0 5.6 25.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 3K 0 2.4 12.6 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,025 1,027 98 434K 0 38.1 42.5 MIT 1 week 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. 279 275 42 102K 0 27.4 41.1 MIT 1 month 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. 317 321 72 902K 0 32.4 55.4 MIT 1 month 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 4K 0 21.9 18.6 MIT 3 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. 991 996 73 240K 0 33.3 37.8 MIT 2 months ago
View on GitHub
Context7
spatie/laravel-settings Strongly typed application settings for Laravel. Define settings classes with typed properties, store values in a repository (database, Redis, etc.), inject settings via the container, and update them easily with $settings->save(). 1,497 1,504 138 420K 0 42.1 39.6 MIT 1 week 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,598 2,629 299 613K 0 47.7 37.3 MIT 2 months 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. 393 396 28 9K 0 25.8 21.2 MIT 3 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. 393 394 28 0 0 26.0 MIT 3 months ago
View on GitHub
Context7
spatie/laravel-typescript-transformer Generate TypeScript types from your Laravel/PHP code. Convert classes, DTOs and enums (with attributes) into accurate TS definitions, supporting nullable fields, complex/generic types, and even TypeScript function generation via a simple CLI/workflow. 378 377 35 378K 0 31.2 48.4 MIT 4 weeks 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 3K 0 19.0 16.0 MIT 6 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. 310 312 31 2M 0 28.3 60.6 MIT 1 month 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 36 1 3 0 2.3 0.5 MIT 1 year 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,361 1,365 138 526K 0 34.3 40.3 MIT 3 months 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. 833 839 84 89K 0 24.2 30.4 MIT 6 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. 741 750 137 108K 0 16.8 29.9 MIT 1 year ago
View on GitHub
Context7
spatie/statamic-responsive-images Statamic addon by Spatie that adds a responsive image fieldtype with art direction and breakpoint support. Automatically generates responsive variants on asset upload and renders them in Antlers via the responsive tag, with configurable breakpoints and options. 113 113 35 5K 0 29.7 26.1 MIT 1 month 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. 391 391 59 400K 0 22.9 MIT 4 weeks 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 20 24K 1 18.7 46.3 MIT 3 months ago
View on GitHub
Context7
wulfheart/laravel-actions-ide-helper 21 21 32 18K 0 25.0 47.1 MIT 2 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.
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed
zedmagdy/filament-business-hours
renatovdemoura/blade-elements-ui
devgeek/beacon-admin
benjamin-rqt/data-watcher-bundle
atriumphp/atrium
sandermuller/package-boost-laravel
sandermuller/boost-skills
redaxo/core
yusufgenc/filament-api-forge
l3aro/rating-star-for-filament
leek/filament-subtenant-scope
anil/file-picker
broqit/fields-ai