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

Uuid Laravel Package

ramsey/uuid

Generate and work with UUIDs in PHP using ramsey/uuid. Create v1, v4, and other UUID types, parse and validate UUID strings, and integrate easily via Composer. Well-documented, widely used, and standards-aware for reliable identifiers.

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
bavix/laravel-wallet Virtual wallet system for Laravel: attach wallets to models, track balances, perform deposits/withdrawals/transfers, handle atomic transactions and events, and support multi-currency and bookkeeping. Includes docs, benchmarks, and upgrade guide. 1,317 1,322 247 62K 3 44.1 28.2 MIT 3 weeks ago
View on GitHub
Deep Wiki
Context7
deeplcom/deepl-php Official PHP client for the DeepL API. Translate text and documents with simple methods like translateText(), using your DeepL authentication key. Composer install, supports PHP 7.3+ with ongoing updates as the API evolves. 261 264 30 345K 23 37.8 60.8 MIT 1 week ago
View on GitHub
Context7
diego-ninja/laravel-devices Laravel package for tracking authenticated user devices and managing sessions. Includes device verification, fingerprinting integrations, session locking/blocking with optional Google 2FA, location tracking, events, middleware/controllers, and caching support. 76 77 6 68 2 30.2 5.4 MIT 4 months ago
View on GitHub
Context7
directorytree/ldaprecord-laravel Integrate LDAP authentication and directory access into Laravel with LdapRecord. Provides user sync, login, Eloquent-style models for LDAP entries, configuration for multiple connections, and utilities for Active Directory and OpenLDAP environments. 568 569 58 92K 5 34.9 37.2 MIT 2 weeks ago
View on GitHub
Context7
eventsauce/eventsauce EventSauce is a PHP event sourcing library for modeling domain events, rebuilding state from event streams, and integrating message dispatching. It provides aggregates, repositories, serializers, and tooling to help implement reliable event-driven architectures. 6 1 1 20.2 GPL-2.0 10 years ago
Context7
eventsauce/object-hydrator Magic-less object hydration and serialization for PHP. Map arrays/decoded JSON to DTOs, commands, queries, and events by inspecting constructors and public getters—no private-property reflection. Supports custom keys, casting, and optional code generation for speed. 332 332 30 71K 9 28.5 42.8 MIT 3 years ago
View on GitHub
Context7
google/cloud-firestore Idiomatic PHP client for Google Cloud Firestore. Install via Composer, authenticate with Google Cloud credentials, and use the generated FirestoreClient (gRPC required) to read/write documents and collections with robust error handling and API docs support. 180 182 34 96K 0 31.2 44.3 Apache-2.0 3 weeks ago
View on GitHub
Context7
google/cloud-storage Idiomatic PHP client for Google Cloud Storage. Upload/download objects, manage buckets and permissions (ACLs), use a gs:// stream wrapper, and integrate with Google Cloud PHP authentication. Great for backups, archival, and serving large files. 343 349 30 3M 0 32.0 63.0 Apache-2.0 2 weeks ago
View on GitHub
Context7
google/gax Google API Core for PHP (gax-php) provides shared infrastructure for Google API clients, especially generated libraries using gRPC. Includes helpers for retries, pagination/page streaming, long-running operations, and Google API conventions. Requires PHP 8.1+. 263 265 57 4M 2 33.3 67.7 BSD-3-Clause 3 weeks ago
View on GitHub
Context7
illuminate/queue Illuminate Queue is Laravel’s queue component, offering a unified API for multiple backends to run time‑consuming jobs asynchronously. Use the Capsule manager to configure connections outside Laravel and push jobs via instance or static access. 203 212 52 412K 0 2.6 45.7 MIT
View on GitHub
Deep Wiki
Context7
knuckleswtf/scribe Scribe generates human-friendly API docs from your Laravel code. It builds a polished single-page HTML site with code samples and “Try It Out”, plus Postman collections and OpenAPI specs. It can infer params from validation and fetch sample responses. 2,287 2,282 360 542K 93 71.8 67.3 MIT 2 weeks ago
View on GitHub
Deep Wiki
Context7
laravel/framework Laravel is a modern PHP web application framework with expressive syntax and batteries-included tooling: fast routing, dependency injection, sessions/cache, migrations, queues, and real-time broadcasting—built to make development enjoyable for apps of any size. 34,630 35,101 11,833 9M 55 93.2 70.6 MIT 1 day ago
View on GitHub
Deep Wiki
Context7
laravel/horizon Laravel Horizon adds a polished dashboard and code-driven configuration for Laravel Redis queues. Monitor job throughput, runtime, failures, and worker status, with all queue worker settings kept in a single config file for easy version control. 4,158 4,182 725 3M 22 73.5 57.7 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
laravel/nightwatch Laravel Nightwatch package for Laravel apps: collects performance and application metrics and securely sends them to the hosted Nightwatch monitoring platform, providing deep Laravel-optimized insights into runtime behavior and overall health. 350 349 73 1M 0 35.9 57.4 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
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. 311 311 126 286K 0 34.8 49.5 MIT 2 weeks ago
View on GitHub
Context7
laravel-zero/framework Laravel Zero is an unofficial, console-optimized micro-framework based on Laravel. It provides an elegant starting point for CLI apps, with optional Eloquent and logging, interactive menus, desktop notifications, scheduling, standalone compilation, and Collision error reporting. 337 333 63 43K 0 28.7 34.7 MIT 2 weeks ago
View on GitHub
Context7
open-telemetry/sdk OpenTelemetry PHP SDK implementation. Configure manually, via SDK Builder, or enable autoloading with OTEL_PHP_AUTOLOAD_ENABLED and environment-based settings. Use with exporters to generate and export traces, metrics, and other telemetry. 22 25 7 1M 0 29.6 65.0 2 weeks ago
View on GitHub
Context7
phpcr/phpcr-utils Utility library for PHPCR (PHP Content Repository) implementations. Provides helper classes for sessions, node/paths handling, query utilities, and common repository operations to simplify working with PHPCR backends in your applications. 74 74 31 33K 14 34.4 48.4 NOASSERTION 4 months ago
View on GitHub
Context7
pragmarx/ia-str Framework-agnostic extraction of Laravel’s Illuminate\Support\Str and string helper functions, repackaged under IlluminateAgnostic\Str to avoid namespace conflicts. Use Str:: methods or global str_* helpers in any PHP project, including Laravel apps. 52 52 11 22K 3 1.3 36.5 MIT
View on GitHub
Context7
roadrunner-php/lock PHP locking primitives for RoadRunner apps: simple, lightweight mutex/lock abstractions to coordinate concurrent jobs and prevent race conditions across workers. Useful for guarding critical sections and safely sharing resources in high-throughput services. 3 3 1 170K 0 21.5 65.0 MIT 2 years ago
View on GitHub
Context7
spatie/laravel-binary-uuid NOT MAINTAINED. Store UUID primary keys as optimized binary in Laravel models for faster indexing/queries (MySQL/SQLite). Provides UUID generation and Eloquent trait/scopes to encode/decode and query by UUID, plus benchmarks to compare performance. 521 524 57 39 0 14.4 0.5 MIT 7 years ago
View on GitHub
Context7
spatie/laravel-eventsauce Integrate EventSauce event sourcing into Laravel with migrations, models, and queued jobs. Generate aggregate roots, repositories, events and commands via Artisan. Store domain messages per aggregate and dispatch consumers synchronously or through queues. 121 121 15 675 0 23.5 13.3 MIT 5 years ago
View on GitHub
Context7
spatie/ray Send debug output from any PHP app to Ray, Spatie’s desktop debugging tool. Inspect arrays, HTML, queries, and more with a consistent API across Laravel/PHP/JS. Measure performance, pause execution, and keep fast, interactive feedback. 622 625 110 958K 2 36.4 51.8 MIT 1 week ago
View on GitHub
Context7
spatie/wordpress-ray Send debug output from WordPress to Ray, Spatie’s desktop debugging app. Use a consistent debugging API to inspect dumps, arrays, HTML, queries, and more, measure performance, and pause execution—all from your WordPress project. 79 79 14 364 0 29.8 12.1 MIT 3 weeks ago
View on GitHub
Context7
spiral/filters Spiral Filters provides a simple way to define, validate, and apply request-driven filters to query builders in Spiral apps. Build reusable filter sets, map input to conditions, and keep controllers thin while supporting pagination, sorting, and clean APIs. 3 3 1 84 0 23.3 21.8 MIT 5 years ago
View on GitHub
Context7
spiral/framework Spiral Framework is a high-performance, long-running full-stack PHP framework with 60+ PSR-compatible components. Powered by RoadRunner for resident-memory apps, it supports GRPC, queues, WebSockets, background workers, and more. 2,039 2,042 90 174K 42 55.0 50.4 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
spiral/queue Spiral Queue provides a unified API to enqueue and process background jobs in Spiral apps, with drivers for popular backends, configurable workers, retries, and delayed execution. Use it to offload emails, imports, and other long-running tasks. 1 1 0 565 0 0.0 33.9 MIT
View on GitHub
Context7
spiral/roadrunner-jobs Spiral RoadRunner Jobs driver and client for PHP. Run background tasks with RoadRunner’s jobs plugin, supporting queue configuration, message serialization, consuming and publishing jobs, and integrating into Spiral apps and workers for fast, reliable async processing. 27 27 14 238K 0 29.7 63.9 MIT 5 months ago
View on GitHub
Context7
stancl/tenancy Automatic multi-tenancy for Laravel apps with minimal code changes. Provides tenant identification (e.g., by hostname/subdomains), isolated tenant bootstrapping, and tenancy-aware database/config switching without swapping core Laravel classes or adding model traits. 4,312 4,318 486 386K 6 68.4 39.4 MIT 3 weeks ago
View on GitHub
Context7
torchlight/torchlight-laravel Torchlight syntax highlighting for Laravel Blade/Markdown using the Torchlight API. VS Code-compatible highlighting with themes, line highlighting and diffing, no JavaScript required. Includes caching, config publishing, and optional Blade components. 120 120 18 15K 18 35.5 41.3 MIT 3 weeks ago
View on GitHub
Context7
vonage/jwt PHP 8.1+ library to generate JWTs for authenticating with Vonage APIs. Install via Composer, create a TokenGenerator with your Vonage Application ID and private key, then call generate() to get a bearer token for requests. 42 44 5 331K 0 22.5 63.2 Apache-2.0 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.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport