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

Test Time Laravel Package

spatie/test-time

Control time in tests with Spatie TestTime—freeze or advance Carbon-based timestamps dynamically for time-sensitive assertions. Simplify testing date-dependent logic by manually adjusting time without altering real-world clocks. Works seamlessly with Carbon’s methods like addYear(), subDay(), or cus...

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
eminiarts/aura-cms 0 0 0 14 1 21.2 21.3 MIT 2 days ago
View on GitHub
Context7
kazistm/subscriptions Flexible Laravel subscription and plan management for SaaS apps. Create plans with features and usage limits, manage subscription lifecycles, track consumption via subscription usage, and extend/override models as needed. Built on laravelcm/laravel-subscriptions. 2 2 0 0 0 0.0
View on GitHub
Context7
novius/laravel-publishable 2 2 0 745 0 20.9 38.7 AGPL-3.0 3 weeks ago
View on GitHub
Context7
opcodesio/log-viewer Fast, beautiful log viewer for Laravel. Browse storage/logs and other logs (Horizon, Nginx, Redis, etc.), search and filter by level, share links to entries, use dark mode and mobile UI, manage files (download/delete), and access logs via API. 4,350 4,352 310 614K 15 61.7 40.7 MIT 2 months ago
View on GitHub
Deep Wiki
Context7
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. 65 65 6 3K 0 20.4 26.7 MIT 2 months ago
View on GitHub
Context7
spatie/laravel-backup-server Securely store and manage backups from multiple Laravel apps on a dedicated backup server. Built on spatie/laravel-backup, it automatically receives and organizes incoming backups, with setup and docs tailored for Laravel deployments. 171 171 16 1K 0 28.6 14.9 MIT 3 weeks 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-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-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-long-running-tasks Monitor and manage external long-running tasks (e.g., AWS Rekognition jobs) in Laravel by polling for status. Define a task with a check() method, store metadata, and keep checking at a configurable interval until completion. 38 38 2 279 0 20.8 14.7 MIT 4 weeks ago
View on GitHub
Context7
spatie/laravel-mobile-pass Generate Apple Wallet and Google Wallet passes in Laravel (tickets, boarding passes, coupons, membership cards). Create and sign pass files, serve them to users, and push updates to installed passes to keep details current across devices. 317 316 21 7K 0 25.2 21.9 MIT 1 week ago
View on GitHub
Context7
spatie/laravel-model-cleanup Deprecated: use Laravel’s built-in Prunable. Spatie’s laravel-model-cleanup deletes unneeded Eloquent records via a cleanUp() configuration per model, and an artisan command to prune records older than a given age or matching custom rules. 396 410 43 196 0 5.5 1.7 MIT 5 years ago
View on GitHub
Context7
spatie/laravel-model-flags Add lightweight “flags” to Eloquent models via a trait—store process state without extra columns. Check, set, and clear flags, and query with flagged/notFlagged scopes. Ideal for idempotent, restartable jobs like one-time emails or migrations. 433 433 21 43K 0 24.5 31.8 MIT 1 month ago
View on GitHub
Context7
spatie/laravel-notification-log Logs all notifications sent by your Laravel app, storing them as NotificationLogItems so you can query what was sent to a user, display notification history, and make sending decisions (e.g., avoid duplicates) via helpers like wasSentTo() and inThePastMinutes(). 207 208 21 45K 0 22.7 36.6 MIT 2 months ago
View on GitHub
Deep Wiki
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-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-short-schedule Run Laravel Artisan commands at sub-minute intervals (every second or even 0.5s). Adds a short-scheduler powered by a ReactPHP event loop, running separately from schedule:run so high-frequency tasks don’t block or get delayed. 648 653 53 19K 0 28.6 23.4 MIT 2 months ago
View on GitHub
Context7
spatie/laravel-webhook-server Send webhooks from Laravel with configurable endpoints, payloads and headers. Supports request signing, queued delivery, retries with backoff, and failure handling. Ideal for notifying external services when events happen in your app. 1,072 1,080 142 390K 0 33.6 40.0 MIT 3 months ago
View on GitHub
Deep Wiki
Context7
spatie/laravel-welcome-notification Send welcome emails to new Laravel users with a secure, expiring link to set their initial password. Adds migrations and a trait for your User model, plus a controller you extend to show the welcome form and save the password. 596 598 46 18K 0 26.9 23.4 MIT 3 months ago
View on GitHub
Context7
spatie/one-package-to-rule-them-all Pulls in all Spatie packages at once so you don’t have to require them individually. Install via Composer, optionally publish the config, and get the full Spatie “magic” in one go for your Laravel app. 60 60 6 0 0 0.8 MIT 5 years ago
View on GitHub
Context7
spatie/pest-plugin-test-time Pest plugin to control time in tests via Carbon::setTestNow(): freeze “now” and easily move it forward/backward (e.g., addMinute). Includes a toBeCarbon expectation for asserting Carbon dates/times and formats. 49 49 8 41K 0 23.2 48.6 MIT 9 months ago
View on GitHub
Context7
spatie/ray Send debug output from any PHP app to Ray, Spatie’s desktop debugger. Inspect dumps, arrays, HTML, queries, and more with a consistent API across Laravel and vanilla PHP. Measure performance, pause execution, and keep fast feedback without cluttering logs. 622 625 110 986K 0 32.8 50.7 MIT 2 months ago
View on GitHub
Context7
spatie/sun Compute sun position times for any coordinates: get sunrise, solar noon (zenith), and sunset as Carbon instances, optionally for a specific date. Simple PHP API from Spatie, ideal for scheduling, dashboards, and daylight-aware features. 73 75 14 5K 0 13.0 27.8 MIT 6 months 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