illuminate/container
Illuminate Container is Laravel’s lightweight dependency injection container for resolving classes, managing bindings, singletons, contextual dependencies, and automatic constructor injection. It powers service resolution and inversion of control in Laravel apps and packages.
|
Package
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|
| adereksisusanto/laravel-artisan | — | 6 | 3 | 0 | 345 | 0 | 22.1 | 27.5 | MIT | 2 weeks ago | |
| an3/laravel-couchdb | Work-in-progress CouchDB integration for Laravel 5.x, providing an Eloquent-style model and query builder inspired by jenssegers/laravel-mongodb. Intended to let you interact with CouchDB using familiar Laravel ORM patterns. | 7 | 8 | 0 | 0 | 2 | 0.4 | — | — | — | |
| api-platform/laravel | — | 58 | 58 | 6 | 15K | 0 | 0.5 | 33.2 | MIT | — | |
| arrilot/laravel-widgets | — | 1,115 | 1,135 | 111 | 41K | 1 | 28.4 | 24.2 | — | 7 months ago | |
| artesaos/warehouse | Warehouse V2 is a Laravel repository-pattern demo/package that centralizes queries and business rules while still returning Eloquent models and Collections. Use it as a ready-to-use repository layer without giving up Eloquent’s practicality. | 85 | 87 | 13 | 9 | 4 | 1.4 | 1.0 | MIT | 9 years ago | |
| ashallendesign/laravel-config-validator | Validate your Laravel config at runtime or via Artisan. Define rulesets for config files with custom messages and environment targeting, generate rulesets quickly, and optionally publish defaults. Catch missing/invalid config early in local, CI, or production. | 217 | 218 | 11 | 129K | 1 | 19.7 | 42.8 | MIT | 4 months ago | |
| ashallendesign/laravel-mailboxlayer | — | 77 | 77 | 8 | 65 | 0 | 1.6 | 3.6 | MIT | 5 years ago | |
| ashallendesign/short-url | — | 1,374 | 1,375 | 179 | 143K | 3 | 35.2 | 32.4 | MIT | 4 months ago | |
| c-delouvencourt/short-url | — | 0 | 0 | 0 | 86 | 0 | 0.9 | 26.8 | MIT | 1 year ago | |
| chelout/laravel-relationship-events | Adds missing Eloquent relationship events to Laravel models. Use simple traits (HasOne/Many, BelongsTo/Many, Morph*) to listen for attach/detach/sync, saved/updated, and other relation lifecycle hooks with parent/related context and IDs/attributes. | 526 | 527 | 40 | 63K | 0 | 28.8 | 33.1 | MIT | 1 month ago | |
| cline/ancestry | Closure table hierarchies for Laravel Eloquent. Manage deep trees (org charts, categories) with O(1) ancestor/descendant queries, fluent APIs, configurable keys/types, events, and snapshots for point-in-time hierarchy state. | 1 | 1 | 0 | 2K | 0 | 14.1 | 47.5 | MIT | 4 months ago | |
| culabs/illuminate-bundle | — | 1 | 1 | 0 | 0 | 0 | 0.0 | — | — | — | |
| curly-deni/laravel-scopes | — | 0 | 0 | 0 | 0 | 0 | 1.5 | 0.4 | MIT | 1 year ago | |
| datalogix/tallkit | — | 0 | 0 | 0 | 19 | 0 | 0.0 | 18.0 | — | — | |
| delatbabel/elocryptfive | — | 84 | 84 | 31 | 135 | 6 | 5.1 | 7.2 | MIT | 9 years ago | |
| dyrynda/laravel-model-uuid | — | 484 | 484 | 54 | 72K | 2 | 26.9 | 34.8 | MIT | 4 months ago | |
| eliashaeussler/rector-config | Opinionated, reusable Rector configuration for PHP/Laravel projects. Provides curated rule sets and sensible defaults to quickly add automated refactoring and code upgrades, with easy integration into existing Rector setups. | 3 | 3 | 0 | 21K | 1 | 15.0 | 55.1 | GPL-3.0 | 7 months ago | |
| f9webltd/laravel-deletable | — | 158 | 158 | 8 | 1K | 2 | 17.9 | 15.2 | MIT | 4 months ago | |
| hailwood/knp-menu-laravel4 | Laravel 4 integration for KnpMenu: register KnpMenu in your app, build reusable menu trees, and render navigations in views. Helps organize complex site menus with a familiar builder API and simple configuration. | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| illuminate/broadcasting | Illuminate Broadcasting provides Laravel’s broadcasting layer for sending real-time events over channels via drivers like Pusher, Ably, and Redis. It includes broadcaster contracts, channel authorization, and event broadcasting utilities for scalable pub/sub. | 71 | 72 | 14 | 231K | 0 | 0.8 | 48.4 | MIT | — | |
| 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/events | Illuminate Events is Laravel’s event dispatcher component, providing a simple way to register listeners and subscribers, dispatch events, and build decoupled, extensible application workflows with synchronous or queued handling. | 135 | 150 | 10 | 857K | 0 | 1.0 | 52.5 | MIT | — | |
| illuminate/mail | Illuminate Mail is Laravel’s email component for composing and sending messages via drivers like SMTP, Mailgun, Postmark, and SES. Supports templated views, attachments, queues, markdown mailables, and configurable transports for reliable delivery. | 59 | 64 | 26 | 146K | 0 | 1.1 | 46.8 | MIT | — | |
| illuminate/notifications | Illuminate Notifications is Laravel’s notification component, providing a unified way to send notifications across channels like mail, database, broadcast, SMS, and Slack. Supports queued delivery, localization, and flexible routing for notifiable models. | 48 | 51 | 12 | 46K | 0 | 0.6 | 41.1 | 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 | 408K | 0 | 2.6 | 45.6 | MIT | — | |
| illuminate/routing | Illuminate Routing provides Laravel’s URL generation and request routing layer, including route definitions, controllers, middleware, parameter binding, route caching, and named routes. Use it to match HTTP requests to actions with flexible, expressive APIs. | 123 | 141 | 79 | 173K | 0 | 3.0 | 43.4 | MIT | — | |
| illuminate/validation | Core Laravel validation component providing a fluent, rule-based validator for arrays and request input. Supports built-in and custom rules, conditional validation, messages and attributes, error bags, and translation-ready output for consistent data validation across apps. | 188 | 201 | 66 | 488K | 0 | 2.9 | 47.1 | MIT | — | |
| illuminate/view | Illuminate View is Laravel’s templating and view rendering component. It compiles and renders Blade templates, manages view composers and shared data, supports view discovery, caching, and engines, and integrates cleanly with the rest of the Illuminate framework. | 130 | 141 | 50 | 678K | 0 | 2.2 | 51.3 | MIT | — | |
| imanghafoori/laravel-middlewarize | — | 112 | 113 | 5 | 9 | 0 | 2.2 | 0.5 | MIT | 2 years ago | |
| islamrumon/laravel-acl | Laravel ACL provides database-backed roles, groups, and permissions for Laravel 5.8+. Note: unmaintained since Jan 2024; consider spatie/laravel-permission instead. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| jenssegers/mongodb | — | 7,074 | 7,144 | 1,434 | 81K | 37 | 79.9 | 35.2 | MIT | 1 month ago | |
| 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 | — | — | — | |
| konekt/acl | — | 10 | 10 | 2 | 721 | 0 | 0.2 | 25.2 | MIT | — | |
| laragear/meta-model | — | 1 | 1 | 1 | 133K | 0 | 13.9 | 61.3 | MIT | 4 months ago | |
| larastan/larastan | Larastan is a PHPStan extension for Laravel that analyzes your code to catch bugs early. It boots the Laravel container to resolve runtime-only types, adds static typing support for Laravel “magic,” and improves code quality and developer productivity. | 6,456 | 6,460 | 497 | 5M | 85 | 87.3 | 72.5 | MIT | 1 month ago | |
| 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,050 | 1,039 | 298 | 1M | 29 | 58.8 | 70.9 | MIT | 3 days ago | |
| laravel/folio | Laravel Folio is a page-based router for Laravel that lets you define routes by creating files, keeping routing simple and organized. Ideal for building pages quickly with less boilerplate, backed by official Laravel documentation and support. | 603 | 603 | 52 | 60K | 2 | 31.8 | 32.5 | MIT | 1 month ago | |
| laravel/liferaft | Liferaft is a Laravel package that adds reliable background job and queue tooling, helping you run tasks safely with better control, monitoring, and recovery. Ideal for apps that need robust async processing and fewer failed or stuck jobs. | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| laravel/lumen-framework | Core kernel code for Laravel Lumen, the fast PHP micro-framework. Provides the foundation for routing, database abstraction, queues, caching, and more. For building apps, use the main Lumen repository; docs at lumen.laravel.com. | 1,507 | 1,543 | 411 | 225K | 2 | 24.8 | 30.0 | MIT | 1 year ago | |
| laravel/mcp | Build MCP servers inside Laravel so AI clients can safely interact with your app via the Model Context Protocol. Includes tools to expose app capabilities, run requests, and integrate quickly using Laravel’s conventions and docs. | 777 | 777 | 100 | 4M | 4 | 39.5 | 61.3 | MIT | 3 days ago | |
| laravel/passport | Laravel Passport provides a full OAuth2 server for Laravel, enabling API authentication with access tokens, personal access tokens, and client credentials. Includes token issuing, revocation, and scope support with first-party integration. | 3,409 | 3,460 | 799 | 2M | 4 | 59.2 | 46.1 | MIT | 3 months ago | |
| laravel/pennant | Laravel Pennant is a simple, lightweight feature flag library for Laravel. Define and evaluate feature toggles, control rollouts, and experiment safely across environments. Official docs available at laravel.com/docs/pennant. | 587 | 585 | 63 | 1M | 0 | 34.4 | 53.2 | MIT | 3 weeks ago | |
| laravel/sentinel | Laravel Sentinel provides a simple, lightweight way to build and manage API health/status endpoints in Laravel. Define checks, aggregate results, and expose a consistent response for monitoring systems and uptime tools, with easy configuration and extensible check classes. | 38 | 38 | 4 | 4M | 0 | 15.0 | 61.9 | — | 3 months ago | |
| laravel/valet | Laravel Valet is a lightweight macOS development environment for Laravel and PHP. It runs Nginx automatically, uses DnsMasq to route *.test domains to local sites, avoids Vagrant and /etc/hosts edits, and can share sites via tunnels. | 2,594 | 2,604 | 716 | 2K | 1 | 50.1 | 4.8 | MIT | 4 months ago | |
| 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. | 314 | 314 | 125 | 355K | 0 | 28.5 | 48.4 | MIT | 4 months ago | |
| laravel/vapor-core | Core runtime and service providers for running Laravel on Vapor (AWS Lambda). Handles serverless bootstrapping and integrations like queues, databases, Redis, networking, and CDN, helping Laravel apps scale smoothly in a serverless environment. | 412 | 415 | 151 | 454K | 0 | 32.9 | 48.2 | MIT | 3 days ago | |
| laravel-at/laravel-image-sanitize | Laravel package to sanitize images on upload by stripping EXIF/metadata, normalizing orientation, and re-encoding to safer formats. Helps reduce privacy leaks and potential payloads while keeping image quality and integrating cleanly with Laravel apps. | 339 | 339 | 24 | 3K | 0 | 25.0 | 16.3 | MIT | 1 month ago | |
| laravel-doctrine/orm | — | 840 | 846 | 181 | 64K | 6 | 34.9 | 31.4 | MIT | 3 months ago | |
| laravel-lang/status-generator | Dev-only Laravel Lang tool to create missing locales and download/copy translation files from Laravel, framework, Jetstream and more. Includes CLI commands for generating locale stubs, fetching zips by version, and copying lang paths with optional key lookup. | 4 | 4 | 3 | 27K | 0 | 29.5 | 60.5 | MIT | 1 month ago | |
| laravel-zero/framework | Laravel Zero is an unofficial, Laravel-based micro-framework for building fast, elegant console apps. Includes optional Eloquent/logging, interactive menus, desktop notifications, scheduler, standalone compiler, and Collision-powered error reporting. | 349 | 349 | 64 | 54K | 0 | 22.3 | 35.1 | MIT | 4 months ago | |
| lastdragon-ru/lara-asp-core | — | 0 | 0 | 1 | 4K | 0 | 0.0 | 50.3 | MIT | — | |
| mateusjunges/laravel-acl | — | 544 | 564 | 54 | 204 | 0 | 6.7 | 1.4 | MIT | 3 years ago | |
| mccool/laravel-auto-presenter | — | 742 | 756 | 75 | 3K | 0 | 7.5 | 6.9 | MIT | 4 years ago | |
| mehdi-fathi/eloquent-filter | Laravel package to filter Eloquent models via query strings. Supports complex query structures, custom/overridable conditions, builder integration, and fine-grained control over filter execution. Useful for APIs and large datasets, with optional rate limiting. | 448 | 449 | 41 | 2K | 7 | 27.6 | 16.4 | MIT | 4 months ago | |
| metamel/laravel-addresses | — | 4 | 5 | 0 | 109 | 0 | 1.9 | 18.8 | MIT | 2 years ago | |
| mikebronner/laravel-model-caching | Speeds up Eloquent by automatically caching model queries and relationships, cutting repetitive database hits. Drop-in package with cache tagging support, configurable cache stores and TTLs, and easy invalidation on model updates—ideal for high-traffic Laravel apps. | 2,368 | 2,371 | 230 | 18K | 2 | 48.7 | 15.9 | MIT | 2 weeks ago | |
| moloquent/moloquent | — | 120 | 120 | 35 | 378 | 31 | 12.1 | 20.0 | — | 9 years ago | |
| mongodb/laravel-mongodb | MongoDB integration for Laravel Eloquent and the Query Builder, extending the native Laravel API to work with MongoDB. Official mongodb/laravel-mongodb package (formerly jenssegers), compatible with Laravel 10.x. | 7,074 | 7,097 | 1,434 | 395K | 37 | 80.2 | 44.6 | MIT | 1 month ago | |
| nikolag/core | — | 3 | 3 | 6 | 643 | 0 | 12.4 | 32.5 | MIT | 8 months ago | |
| nikolag/laravel-square | — | 38 | 38 | 25 | 626 | 0 | 17.5 | 19.3 | MIT | 8 months ago | |
| nikolag/square | — | 38 | 38 | 25 | 1 | 0 | 17.0 | 1.4 | MIT | 8 months ago | |
| nunomaduro/larastan | Larastan is a PHPStan extension for Laravel that adds strong type inference and “code analysis” by booting the app container. It understands Laravel’s magic, finds bugs early, and improves code quality and developer productivity. | 6,455 | 6,442 | 498 | 430K | 85 | 87.4 | 57.7 | MIT | 1 month ago | |
| nyoncode/laravel-permission-extended | — | 0 | 0 | 0 | 51 | 0 | 15.0 | 26.7 | MIT | 4 months ago | |
| orkhanahmadov/eloquent-repository | — | 27 | 27 | 11 | 281 | 2 | 2.3 | 15.1 | MIT | 4 years ago | |
| overtrue/laravel-wechat | — | 2,897 | 2,953 | 499 | 13K | 0 | 51.6 | 11.4 | MIT | 4 months ago | |
| pannella/laravel-cti | — | 2 | 2 | 0 | 455 | 1 | 25.1 | 35.4 | MIT | 1 week ago | |
| pdphilip/elasticsearch | Eloquent-style Elasticsearch for Laravel. Extend models and the query builder with native-feeling search features like term and phrase-prefix queries, match/fuzzy matching, highlighting, geo distance filters, plus familiar create/update/delete and pagination APIs. | 0 | 2 | — | 30K | — | 10.5 | 55.3 | — | — | |
| pdphilip/opensearch | — | 0 | 0 | — | 22K | — | 0.0 | 55.3 | — | — | |
| prettus/l5-repository | Repository pattern implementation for Laravel that abstracts the data layer with base repositories, criteria/query filters, presenters/transformers, caching, validators, and Artisan generators. Helps keep controllers thin and makes apps easier to maintain and test. | 4,201 | 4,271 | 882 | 187K | 233 | 82.5 | 54.3 | MIT | 1 month ago | |
| promptphp/deck | — | 100 | 100 | 2 | 3K | 0 | 19.5 | 23.5 | MIT | 1 month ago | |
| psalm/plugin-laravel | Laravel Psalm plugin for deep static analysis plus taint-based security scanning. Detects SQL injection, XSS, SSRF, shell injection, path traversal, and open redirects by tracking user input through Laravel code without running it. | 334 | 335 | 79 | 112K | 1 | 39.0 | 41.0 | MIT | 1 week ago | |
| reedware/laravel-relation-joins | — | 211 | 212 | 23 | 52K | 3 | 27.7 | 36.2 | MIT | 3 months ago | |
| rinvex/laravel-addresses | — | 233 | 247 | 51 | 191 | 0 | 1.3 | 2.5 | MIT | — | |
| rinvex/laravel-attributes | — | 430 | 428 | 108 | 145 | 3 | 3.1 | 1.8 | MIT | — | |
| rinvex/laravel-cacheable | — | 108 | 113 | 28 | 352 | 0 | 0.7 | 6.1 | MIT | — | |
| rinvex/laravel-categories | — | 466 | 471 | 76 | 2K | 3 | 5.7 | 11.7 | MIT | — | |
| rinvex/laravel-repositories | — | 669 | 669 | 112 | 13 | 31 | 8.3 | 9.3 | MIT | — | |
| rinvex/laravel-tenants | — | 82 | 82 | 16 | 5 | 2 | 1.3 | 0.4 | MIT | — | |
| roots/acorn | — | 984 | 985 | 110 | 77K | 3 | 36.6 | 35.8 | MIT | 1 month ago | |
| s-ichikawa/laravel-sendgrid-driver | — | 408 | 412 | 97 | 229K | 8 | 7.2 | 39.9 | MIT | — | |
| sbsaga/toon | — | 65 | 67 | 9 | 10K | 0 | 19.0 | 34.4 | MIT | 3 months ago | |
| shopper/sidebar | Headless Laravel sidebar builder with configurable groups, items, icons, weights, nesting, and responsive collapse support. Includes middleware-based sidebar resolution, optional view publishing for customization, and configurable caching (static/user-based) plus width and breakpoint options. | 2 | 2 | 2 | 868 | 0 | 0.1 | 33.3 | — | — | |
| silber/bouncer | Bouncer adds roles and abilities to Laravel with a fluent, Eloquent-powered API. Define permissions, assign roles to users, and authorize actions via gates and middleware. Supports caching, scoped abilities, and a simple, expressive permission model. | 3,579 | 3,595 | 336 | 109K | 45 | 65.5 | 42.9 | MIT | 4 months ago | |
| singlestoredb/singlestoredb-laravel | Official SingleStoreDB driver for Laravel. Wraps Laravel’s MySQL support to work smoothly with SingleStore, adding Eloquent/migration features (columnstore/rowstore, shard/sort keys, sparse), JSON column support, and compatibility fixes. | 234 | 236 | 24 | 22K | 5 | 29.2 | 32.9 | Apache-2.0 | 1 month ago | |
| skagarwal/google-places-api | PHP wrapper for Google Places API Web Service with Laravel support. Includes Places API and Places API (New) endpoints like autocomplete/search, built on Saloon in v3. Composer install, fluent client setup, configurable SSL and error handling. | 190 | 197 | 47 | 76K | 1 | 24.4 | 40.2 | MIT | 3 months ago | |
| sleimanx2/plastic | — | 507 | 508 | 106 | 105 | 31 | 16.4 | 17.3 | MIT | — | |
| 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 | 296 | 0 | 3.5 | 7.4 | MIT | 5 years ago | |
| spatie/laravel-permission | Database-backed roles and permissions for Laravel. Assign roles and permissions to users, sync them to the Gate, and check abilities with Laravel’s built-in can()/authorize features. Includes migrations, caching, teams, and flexible model setup. | 12,935 | 13,093 | 1,824 | 4M | 0 | 71.3 | 41.0 | MIT | 3 weeks ago | |
| spatie/laravel-responsecache | Cache full Laravel responses to speed up your app. Automatically caches successful text-based GET requests (HTML/JSON), with easy middleware per route, configurable lifetimes, and optional stale-while-revalidate “grace” caching to refresh in the background. | 2,809 | 2,827 | 244 | 272K | 0 | 48.5 | 31.7 | MIT | 1 month ago | |
| spatie/laravel-uptime-monitor | Configurable Laravel uptime monitor that checks site availability and SSL expiry. Sends alerts when a site goes down or recovers using Laravel notifications (Slack, mail, Telegram, or custom channels). Includes scheduling, history, and robust monitoring options. | 1,070 | 1,079 | 180 | 14K | 0 | 32.0 | 17.4 | MIT | 5 months ago | |
| symplify/easy-ci | Automate PHP/Laravel CI chores with Symplify Easy CI: run code quality tools consistently, speed up setup, and keep checks uniform across projects. Handy for teams standardizing linting, static analysis, and test workflows in one place. | 18 | 20 | 3 | 13K | 0 | 0.2 | 39.0 | MIT | — | |
| symplify/easy-coding-standard | Easy Coding Standard (ECS) makes PHP coding standards effortless on PHP 7.2–8.5. Fast parallel runs, supports PHP_CodeSniffer and PHP-CS-Fixer, uses prepared rule sets, generates ecs.php config on first run, and can check and auto-fix code with --fix. | 1,618 | 1,632 | 92 | 933K | 0 | 37.1 | 44.2 | MIT | 1 month ago | |
| symplify/phpstan-extensions | Extra PHPStan rules and extensions from Symplify to improve static analysis of PHP projects. Adds better type inference and framework-aware checks, helping catch bugs earlier and keep codebases consistent with minimal configuration. | 39 | 39 | 5 | 263K | 0 | 0.4 | 52.7 | MIT | — | |
| symplify/phpstan-rules | Extra PHPStan rules by Symplify to catch bugs, improve code quality, and enforce consistent conventions. Easy to install and configure, with a broad set of checks for Symfony/Laravel and modern PHP features to keep your codebase clean. | 268 | 267 | 30 | 538K | 0 | 22.1 | 52.8 | MIT | 1 month ago | |
| symplify/rule-doc-generator | Generate consistent, readable documentation for custom PHP rules. Symplify Rule Doc Generator creates rule descriptions and examples automatically, helping you document PHPStan, Rector, or coding-standard rules quickly and keep docs in sync with code. | 31 | 31 | 3 | 18K | 0 | 0.2 | 37.9 | MIT | — | |
| tallify/tallify | — | 1 | 1 | 0 | 0 | 0 | 1.8 | — | MIT | 3 years ago | |
| timacdonald/log-fake | — | 423 | 423 | 31 | 219K | 2 | 22.3 | 41.7 | MIT | 4 months ago | |
| tomasvotruba/class-leak | Finds class leaks in PHP apps: detects classes unintentionally pulled into your runtime via autoloading, service container or tests. Helps trim dependencies, speed up CI, and keep boundaries clean by reporting unexpected class usage with clear, actionable output. | 149 | 147 | 7 | 149K | 0 | 1.0 | 41.4 | MIT | — | |
| treesapuk/laravel-square | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| tusimo/embed-relation | — | 3 | 3 | 0 | 140 | 0 | 1.5 | 21.5 | MIT | 7 years ago | |
| unisharp/laravel-filemanager | UniSharp Laravel Filemanager adds a responsive web UI to browse, upload, manage, and select files/images in Laravel apps. Supports popular editors, configurable disks/paths, customization, and events—ideal for CMS/admin panels. | 2,150 | 2,184 | 737 | 59K | 213 | 73.6 | 51.8 | MIT | 1 month ago | |
| veeqtoh/cashier-paystack | — | 6 | 6 | 0 | 1 | 1 | 21.5 | 0.9 | MIT | 2 weeks ago | |
| veeqtoh/laravel-active-email | — | 38 | 38 | 1 | 15 | 0 | 21.2 | 2.3 | MIT | 2 weeks ago | |
| veeqtoh/prompt-deck | — | 100 | 100 | 2 | 4K | 0 | 19.5 | 25.4 | MIT | 1 month ago | |
| veeqtoh/secure-code | — | 16 | 16 | 1 | 0 | 0 | 0.7 | — | MIT | 2 years ago | |
| zara-4/laravel-lazy-mysql | Laravel package for MySQL that delays/queues queries until needed, helping reduce eager database work and improving performance. Useful for batching, deferred execution, and controlling when SQL actually runs in your app. | 10 | 12 | 3 | 14 | 0 | 0.7 | 4.9 | MIT | 9 years ago | |
| zingle/api-resource-mapper | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| zingle-com/laravel-modules | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| zingle-com/stash-package | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| zquintana/lara-swag | — | 1 | 1 | 0 | 0 | 0 | 0.0 | — | MIT | — |
How can I help you explore Laravel packages today?