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

Serializable Closure Laravel Package

laravel/serializable-closure

Securely serialize and unserialize PHP closures with Laravel’s fork of opis/closure 3.x, updated for modern PHP without requiring FFI. Wrap closures in SerializableClosure, set a secret key for signing, serialize safely, then restore with getClosure().

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
amphp/parallel-functions Wrap callables to run in parallel processes/threads with AMPHP. Provides helpers like parallelMap to execute CPU-heavy or blocking tasks concurrently; callable state must be serializable. Built for PHP 8.1+ with fibers-friendly concurrency. 279 280 18 117K 4 5.0 36.8 MIT 2 years ago
View on GitHub
Deep Wiki
Context7
ankurk91/laravel-eloquent-relationships 58 59 9 7K 0 0.3 20.3 MIT
View on GitHub
Context7
dvarilek/livewire-closure-synthesizer 0 0 0 763 0 0.6 39.8 MIT 1 year ago
View on GitHub
Context7
illuminate/database Illuminate Database is Laravel’s standalone database toolkit for PHP: expressive query builder, Eloquent ORM (ActiveRecord), and schema builder. Supports MySQL, Postgres, SQL Server, and SQLite, and can be used via Capsule outside Laravel. 2,764 2,980 611 810K 0 29.5 36.0 MIT
View on GitHub
Deep Wiki
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. 204 213 52 384K 0 2.6 45.2 MIT
View on GitHub
Deep Wiki
Context7
laravel/ai Laravel AI SDK offers a unified, Laravel-friendly API for OpenAI, Anthropic, Gemini, and more. Build agents with tools and structured output, generate images, transcribe/synthesize audio, and create embeddings—all through one consistent interface. 956 956 250 824K 35 56.0 69.8 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
laravel/framework Laravel Framework core provides an elegant PHP foundation for building web apps: fast routing, powerful service container, sessions/caching, database migrations, queues, and real-time broadcasting—tools that scale from small projects to large applications. 34,735 35,215 11,892 10M 58 94.9 70.8 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
laravel/octane Laravel Octane supercharges Laravel by keeping your app in memory and serving requests via high-performance servers like FrankenPHP, RoadRunner, Swoole, and Open Swoole. Boot once, handle many requests fast for lower latency and higher throughput. 4,015 4,026 341 2M 18 67.8 52.1 MIT 2 weeks ago
View on GitHub
Deep Wiki
Context7
laravel-clickhouse/laravel-clickhouse Laravel ClickHouse adds a ClickHouse driver for Laravel with Eloquent models, an extended query builder (FINAL, PREWHERE, ARRAY JOIN, CTE, set ops, ClickHouse joins), and a schema builder for ClickHouse DDL. Includes migrations, lightweight deletes, and parallel HTTP querying. 193 184 6 1K 3 23.1 16.1 MIT 1 week ago
View on GitHub
Context7
orchestra/testbench-core Orchestra Testbench Core is the foundation for testing Laravel packages. It boots a lightweight Laravel app inside your package so you can run artisan commands, migrations, routing, and more, with compatibility across Laravel 6–12. 270 272 45 1M 3 37.8 60.3 MIT 3 weeks ago
View on GitHub
Context7
orchestra/testbench-dusk Helper for testing Laravel packages with Laravel Dusk. Provides a Testbench-based setup to run browser tests in a package development workflow, maintained under the Orchestra namespace with ongoing support and community contributions. 105 106 13 31K 0 29.3 39.4 MIT 1 month ago
View on GitHub
Context7
pgvector/pgvector pgvector support for PHP with integrations for Laravel, Doctrine, and native PgSql. Store and query vector embeddings, cast vectors in models, run nearest-neighbor searches with multiple distance metrics, and create HNSW/IVFFlat indexes for fast similarity search. 0 197 92K 1.4 36.5
View on GitHub
Deep Wiki
Context7
php-di/php-di PHP-DI is a practical, powerful, framework-agnostic dependency injection container for PHP. It helps manage services and wiring with autowiring and flexible configuration, making applications easier to build, test, and maintain across any framework. 2,773 2,851 323 2M 56 53.2 62.4 MIT 9 months ago
View on GitHub
Context7
phpro/grumphp GrumPHP is a Composer plugin that installs Git hooks to run quality checks (tests, linters, code style) on staged changes before you commit. If tasks fail, the commit is blocked—helping teams enforce standards and improve code quality automatically. 4,293 4,300 448 345K 4 65.5 33.1 MIT 2 weeks 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
sebastiaanluca/laravel-boolean-dates 40 40 1 1K 0 18.9 24.6 MIT 2 months ago
View on GitHub
Context7
spatie/async Run PHP tasks in parallel with a simple Pool API built on PCNTL. Add closures, handle results via then/catch, and wait for completion. Ideal for speeding up batch jobs, CPU-heavy work, and IO-bound processing with multiple processes. 0 2,826 175K 42.2 27.9
View on GitHub
Deep Wiki
Context7
spatie/backtrace Spatie Backtrace provides a cleaner, easier-to-use alternative to PHP’s debug_backtrace. It returns a structured list of Frame objects with accurate file, line, class/method info, and optional arguments, making traces simpler to inspect and filter. 434 438 30 5M 0 26.5 62.9 MIT 2 months ago
View on GitHub
Context7
spatie/laravel-flare Send Laravel 11+ production errors to Flare for tracking, alerts, and shareable public reports. Configure with a Flare API key to capture exceptions automatically. Supports PHP 8.2+ and integrates cleanly alongside Laravel Ignition. 10 10 10 143K 0 31.1 65.0 MIT 1 week 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-multitenancy Unopinionated multitenancy for Laravel: detect the current tenant per request and define what happens when switching tenants. Supports single or multiple databases, tenant-aware queues/jobs, per-tenant artisan commands, and easy model connection switching. 1,347 1,347 179 155K 0 41.7 33.5 MIT 2 weeks ago
View on GitHub
Deep Wiki
Context7
spatie/laravel-queued-db-cleanup Safely delete large numbers of Laravel database records by dispatching non-overlapping queued cleanup jobs. Deletes in small chunks to reduce locks and avoid timeouts, automatically re-dispatching until the query’s records are gone. 80 80 11 11K 0 5.8 29.7 MIT 1 year ago
View on GitHub
Context7
tabuna/breadcrumbs Laravel breadcrumbs made easy: define breadcrumb trails right in your route definitions with a fluent API (parent/push), automatic route detection, and support for request parameters and model binding to generate consistent navigation across your app. 421 422 19 65K 12 29.7 39.0 MIT 2 months ago
View on GitHub
Context7
tormjens/eventy Lightweight WordPress events manager with clean templates and flexible shortcodes. Create and display events, venues, and organizers; list upcoming/past events, calendars, and single event pages. Developer-friendly hooks and theming options for easy integration. 438 439 51 11K 0 27.6 23.8 1 month ago
View on GitHub
Deep Wiki
Context7
wpstarter/framework WPStarter Framework is a Laravel-inspired PHP framework for building WordPress apps and plugins with modern patterns. It provides familiar helpers, service container features, and a clean structure to speed development while staying compatible with WordPress. 16 17 3 32 0 3.3 6.5 MIT 10 months ago
View on GitHub
Context7
wpstarter/o-testbench-dusk Laravel Dusk testing harness for packages using Orchestra Testbench. Spin up a browser test environment with minimal app scaffolding to run end-to-end UI tests against your package during development and CI. 0 0 0 0 0 0.0 MIT 3 years ago
View on GitHub
Context7
yiisoft/yii2-queue Yii2 Queue runs tasks asynchronously via pluggable queue backends: DB, Redis, RabbitMQ/AMQP, Beanstalk, ActiveMQ, and Gearman. Define jobs as classes implementing JobInterface and push them to the queue for background processing. 1,064 1,087 286 230K 64 32.1 54.9 BSD-3-Clause 8 years ago
View on GitHub
Deep Wiki
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