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().
|
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 | 102K | 4 | 5.0 | 36.0 | MIT | 2 years ago | |
| ankurk91/laravel-eloquent-relationships | — | 58 | 59 | 9 | 8K | 0 | 0.3 | 20.6 | MIT | — | |
| dvarilek/livewire-closure-synthesizer | — | 0 | 0 | 0 | 872 | 0 | 0.6 | 40.6 | MIT | 1 year ago | |
| 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,770 | 2,989 | 606 | 801K | 0 | 29.5 | 35.9 | MIT | — | |
| 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 | 385K | 0 | 2.6 | 45.2 | MIT | — | |
| laravel/ai | Laravel AI SDK for a unified, Laravel-friendly API across providers like OpenAI, Anthropic, and Gemini. Build agents with tools and structured output, generate images, synthesize/transcribe audio, create embeddings, and more—all through one consistent interface. | 1,051 | 1,039 | 295 | 1M | 33 | 58.8 | 70.9 | MIT | 6 days ago | |
| laravel/framework | Laravel’s core framework code for building modern PHP web apps with elegant syntax. Includes fast routing, a powerful DI container, sessions and caching, database migrations, queues for jobs, and real-time event broadcasting. | 34,797 | 35,286 | 11,909 | 12M | 57 | 94.8 | 71.5 | MIT | 1 week ago | |
| 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,022 | 4,031 | 343 | 2M | 19 | 65.6 | 49.8 | MIT | 1 month ago | |
| 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. | 214 | 206 | 8 | 14K | 3 | 21.5 | 29.8 | MIT | 1 month ago | |
| laravie/serialize-queries | — | 69 | — | 6 | — | 0 | 13.9 | — | MIT | 4 months ago | |
| 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. | 272 | 274 | 47 | 1M | 3 | 37.1 | 60.1 | MIT | 4 weeks ago | |
| 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 | 32K | 0 | 26.3 | 38.8 | MIT | 2 months ago | |
| 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. | 198 | 198 | 14 | 118K | 0 | 1.4 | 38.3 | MIT | — | |
| 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,853 | 322 | 2M | 56 | 51.1 | 61.7 | MIT | 11 months ago | |
| phpro/grumphp | GrumPHP is a Composer plugin that installs Git hooks to run quality checks on every commit. It executes configured tasks like tests and linters, blocks failing commits, and helps teams enforce coding standards and best practices automatically. | 4,304 | 4,308 | 448 | 392K | 4 | 65.1 | 34.6 | MIT | 3 weeks ago | |
| roots/acorn | — | 983 | 982 | 110 | 80K | 3 | 36.8 | 35.7 | MIT | 1 month ago | |
| sebastiaanluca/laravel-boolean-dates | — | 40 | 40 | 1 | 1K | 0 | 17.3 | 23.4 | MIT | 4 months ago | |
| 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. | 2,814 | 2,826 | 184 | 144K | 0 | 39.8 | 26.1 | MIT | 5 months ago | |
| spatie/backtrace | A cleaner, more useful PHP backtrace than debug_backtrace(). Create a Backtrace, get frames as typed Frame objects with correct file, line, class/method, and optional arguments, making stack traces easier to inspect, filter, and work with. | 436 | 439 | 29 | 5M | 0 | 23.8 | 61.6 | MIT | 4 months ago | |
| spatie/laravel-flare | Send Laravel 11+ production errors to Flare with a valid API key. Track exceptions, get notified when issues happen, and share error reports publicly when needed. Works on PHP 8.2+ and integrates seamlessly with your app’s reporting. | 12 | 11 | 10 | 167K | 0 | 32.4 | 64.9 | MIT | 6 days ago | |
| 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 | |
| spatie/laravel-multitenancy | Unopinionated multitenancy for Laravel. Detect the current tenant per request and run configurable tasks when switching tenants. Supports single or multiple databases, tenant-aware queued jobs, per-tenant Artisan commands, and easy model connection handling. | 1,353 | 1,356 | 182 | 175K | 1 | 42.5 | 34.3 | MIT | 4 days ago | |
| 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 | 13K | 0 | 5.8 | 30.7 | MIT | 1 year ago | |
| 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 | 423 | 19 | 67K | 12 | 27.5 | 38.7 | MIT | 3 months ago | |
| 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. | 439 | 439 | 51 | 12K | 0 | 24.5 | 22.8 | — | 3 months ago | |
| 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 | 25 | 0 | 2.3 | 5.1 | MIT | 11 months ago | |
| 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.3 | — | MIT | 3 years ago | |
| 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 | 283 | 253K | 64 | 32.0 | 55.4 | BSD-3-Clause | 8 years ago |
How can I help you explore Laravel packages today?