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
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|
| 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 | — | 0 | 59 | — | 14K | — | 0.4 | 32.6 | — | — | |
| arrilot/laravel-widgets | — | 1,116 | 1,135 | 110 | 42K | 1 | 29.0 | 24.5 | — | 5 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 | 42 | 4 | 1.4 | 2.2 | 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 | 97K | 1 | 22.2 | 41.6 | MIT | 2 months ago | |
| ashallendesign/laravel-mailboxlayer | — | 77 | 76 | 8 | 69 | 0 | 1.6 | 3.8 | MIT | 5 years ago | |
| ashallendesign/short-url | — | 1,374 | 1,374 | 179 | 112K | 2 | 37.4 | 31.3 | MIT | 2 months ago | |
| c-delouvencourt/short-url | — | 0 | 0 | 0 | 130 | 0 | 0.9 | 29.2 | 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. | 524 | 526 | 40 | 59K | 0 | 13.3 | 31.2 | MIT | 1 week 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 | 0 | 0 | 2K | 0 | 16.1 | 47.8 | MIT | 3 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 | 4 | 0 | 0.0 | 9.7 | — | — | |
| delatbabel/elocryptfive | — | 84 | 84 | 31 | 112 | 6 | 5.1 | 6.5 | MIT | 9 years ago | |
| dyrynda/laravel-model-uuid | — | 481 | 481 | 54 | 77K | 1 | 29.1 | 35.6 | MIT | 2 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 | 26K | 1 | 17.5 | 57.6 | GPL-3.0 | 6 months ago | |
| f9webltd/laravel-deletable | — | 158 | 158 | 8 | 1K | 2 | 20.4 | 14.2 | MIT | 2 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 | 218K | 0 | 0.8 | 49.1 | 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,764 | 2,980 | 610 | 810K | 0 | 29.5 | 36.0 | 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 | 149 | 10 | 856K | 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 | 126K | 0 | 1.1 | 45.9 | 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 | 42K | 0 | 0.6 | 40.5 | 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 | 384K | 0 | 2.6 | 45.2 | 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 | 140 | 79 | 167K | 0 | 3.0 | 43.2 | 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 | 474K | 0 | 2.9 | 47.0 | 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 | 140 | 50 | 646K | 0 | 2.2 | 51.4 | 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,078 | 7,148 | 1,440 | 73K | 121 | 86.3 | 45.9 | 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 | — | 9 | 10 | 2 | 1K | 0 | 0.2 | 28.5 | MIT | — | |
| laragear/meta-model | — | 0 | 1 | — | 114K | — | 16.9 | 62.7 | — | — | |
| 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,406 | 6,382 | 492 | 4M | 80 | 87.7 | 71.9 | MIT | 1 week ago | |
| 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 | |
| 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. | 605 | 603 | 51 | 32K | 1 | 31.3 | 27.9 | 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,506 | 1,544 | 410 | 217K | 2 | 24.7 | 29.8 | MIT | 1 year ago | |
| laravel/mcp | Build MCP servers in Laravel so AI clients can securely interact with your app via the Model Context Protocol. Quick setup, Laravel-native conventions, and official Laravel documentation support for exposing tools, resources, and prompts to MCP-compatible clients. | 756 | 756 | 88 | 3M | 5 | 38.0 | 61.4 | MIT | 1 week ago | |
| laravel/passport | Laravel Passport provides a full OAuth2 server for Laravel, making API authentication simple with access tokens, personal access tokens, and client credentials. Officially maintained, with extensive docs and integrations for securing first- and third-party APIs. | 3,405 | 3,455 | 803 | 2M | 2 | 61.8 | 45.3 | MIT | 1 month ago | |
| laravel/pennant | Laravel Pennant is a simple, lightweight feature flag library for Laravel. Manage, evaluate, and roll out features safely across environments with an easy API and first-party integration, backed by official Laravel documentation. | 580 | 580 | 62 | 946K | 0 | 31.8 | 51.0 | MIT | 2 months ago | |
| laravel/sentinel | Laravel package providing Sentinel integration for authentication and authorization in Laravel apps. Adds user management, roles and permissions, login/registration flows, and easy setup for Cartalyst Sentinel-backed projects. | 37 | 36 | 4 | 3M | 0 | 18.1 | 63.4 | — | 2 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,596 | 2,604 | 719 | 2K | 1 | 52.8 | 5.6 | MIT | 2 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 | 313 | 126 | 300K | 0 | 30.9 | 48.3 | MIT | 2 months ago | |
| laravel/vapor-core | Core runtime and service providers that power Laravel Vapor deployments on AWS Lambda. Helps Laravel apps run smoothly in serverless environments, integrating with SQS, databases, Redis, networking, CloudFront, and other AWS services used by Vapor. | 413 | 414 | 153 | 413K | 0 | 35.5 | 48.5 | MIT | 3 weeks ago | |
| laravel-doctrine/orm | — | 836 | 845 | 181 | 69K | 6 | 37.4 | 32.5 | MIT | 1 month 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 | 4 | 31K | 0 | 28.0 | 60.7 | 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. | 343 | 342 | 63 | 53K | 0 | 25.3 | 35.1 | MIT | 2 months ago | |
| lastdragon-ru/lara-asp-core | — | 0 | 0 | 1 | 5K | 0 | 0.0 | 50.5 | MIT | — | |
| mateusjunges/laravel-acl | — | 546 | 564 | 54 | 196 | 0 | 6.7 | 1.3 | MIT | 3 years ago | |
| mccool/laravel-auto-presenter | — | 0 | 756 | — | 4K | — | 7.5 | 7.4 | — | — | |
| 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. | 447 | 448 | 41 | 2K | 7 | 29.8 | 16.9 | MIT | 3 months ago | |
| metamel/laravel-addresses | — | 4 | 5 | 0 | 196 | 0 | 1.9 | 22.2 | 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,366 | 229 | 16K | 0 | 47.0 | 14.4 | MIT | 1 week ago | |
| moloquent/moloquent | — | 120 | 120 | 35 | 322 | 31 | 12.1 | 19.3 | — | 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,079 | 7,097 | 1,440 | 385K | 121 | 87.4 | 55.9 | MIT | 1 month ago | |
| nikolag/core | — | 3 | 3 | 6 | 684 | 0 | 14.5 | 33.4 | MIT | 6 months ago | |
| nikolag/laravel-square | — | 0 | 38 | — | 548 | — | 19.8 | 19.1 | — | — | |
| nikolag/square | — | 38 | 38 | 25 | 0 | 0 | 19.6 | 1.2 | MIT | 6 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,407 | 6,419 | 492 | 410K | 80 | 90.2 | 59.3 | MIT | 1 week ago | |
| nyoncode/laravel-permission-extended | — | 0 | 0 | 0 | 141 | 0 | 16.5 | 33.9 | MIT | 2 months ago | |
| orkhanahmadov/eloquent-repository | — | 27 | 27 | 11 | 230 | 2 | 2.3 | 14.1 | MIT | 4 years ago | |
| overtrue/laravel-wechat | — | 2,897 | 2,953 | 500 | 13K | 0 | 54.3 | 11.6 | MIT | 2 months ago | |
| pannella/laravel-cti | — | 2 | 2 | 0 | 457 | 2 | 21.9 | 34.9 | MIT | 1 month 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 | — | 21K | — | 10.5 | 55.3 | — | — | |
| pdphilip/opensearch | — | 0 | 0 | — | 15K | — | 0.0 | 55.3 | — | — | |
| promptphp/deck | — | 93 | 93 | 2 | 172 | 0 | 22.6 | 7.1 | MIT | 1 week ago | |
| psalm/plugin-laravel | Laravel Psalm plugin for deep static analysis plus taint-based security scanning. Detect SQL injection, XSS, SSRF, shell injection, path traversal, and open redirects by tracking user input through Laravel code—without executing it. Complements Larastan/PHPStan. | 330 | 331 | 77 | 116K | 71 | 57.2 | 70.8 | MIT | 1 week ago | |
| reedware/laravel-relation-joins | — | 212 | 212 | 23 | 36K | 3 | 28.8 | 35.9 | MIT | 1 month ago | |
| rinvex/laravel-addresses | — | 233 | 247 | 51 | 187 | 0 | 1.3 | 2.5 | MIT | — | |
| rinvex/laravel-attributes | — | 430 | 428 | 108 | 158 | 3 | 3.1 | 1.9 | MIT | — | |
| rinvex/laravel-cacheable | — | 108 | 113 | 28 | 383 | 0 | 0.7 | 6.4 | MIT | — | |
| rinvex/laravel-categories | — | 466 | 470 | 76 | 2K | 3 | 5.7 | 11.9 | MIT | — | |
| rinvex/laravel-repositories | — | 669 | 669 | 113 | 15 | 31 | 8.3 | 9.3 | MIT | — | |
| rinvex/laravel-tenants | — | 82 | 82 | 16 | 16 | 2 | 1.3 | 1.1 | MIT | — | |
| roots/acorn | — | 972 | 975 | 109 | 77K | 1 | 38.0 | 32.6 | MIT | 5 days ago | |
| s-ichikawa/laravel-sendgrid-driver | — | 407 | 413 | 97 | 225K | 7 | 6.9 | 39.5 | MIT | — | |
| sbsaga/toon | — | 63 | 66 | 8 | 12K | 0 | 21.0 | 36.5 | MIT | 1 month 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 | 1K | 0 | 0.1 | 35.1 | — | — | |
| 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,575 | 3,589 | 336 | 109K | 45 | 68.0 | 44.0 | MIT | 2 months ago | |
| singlestoredb/singlestoredb-laravel | Official SingleStoreDB driver for Laravel. Wraps Laravel’s MySQL support with SingleStore-specific Eloquent and migration features (columnstore/rowstore, shard & sort keys, sparse/temporary tables), JSON support, and query compatibility fixes, tested across versions. | 236 | 236 | 24 | 19K | 6 | 28.0 | 31.6 | Apache-2.0 | 2 months 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. | 191 | 198 | 47 | 66K | 1 | 27.5 | 40.2 | MIT | 2 months ago | |
| sleimanx2/plastic | — | 507 | 508 | 107 | 167 | 31 | 16.5 | 17.8 | 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 | 433 | 0 | 3.5 | 9.1 | 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,898 | 13,042 | 1,824 | 4M | 0 | 69.3 | 39.9 | MIT | 1 month 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,797 | 2,821 | 245 | 260K | 0 | 51.1 | 31.9 | MIT | 1 week 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,071 | 1,078 | 179 | 7K | 0 | 34.9 | 13.8 | MIT | 3 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 | 41K | 0 | 0.2 | 45.3 | 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,608 | 1,622 | 92 | 899K | 0 | 23.1 | 40.8 | MIT | 7 months 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 | 188K | 0 | 0.4 | 50.6 | MIT | — | |
| 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 | 28K | 0 | 0.2 | 36.2 | MIT | — | |
| tallify/tallify | — | 1 | 1 | 0 | 0 | 0 | 1.8 | — | MIT | 3 years ago | |
| timacdonald/log-fake | — | 423 | 423 | 32 | 229K | 2 | 24.9 | 42.9 | MIT | 2 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. | 146 | 142 | 7 | 110K | 0 | 0.9 | 39.7 | MIT | — | |
| treesapuk/laravel-square | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| tusimo/embed-relation | — | 3 | 3 | 0 | 139 | 0 | 1.5 | 21.5 | MIT | 7 years ago | |
| unisharp/laravel-filemanager | UniSharp Laravel Filemanager adds a responsive web-based file manager to Laravel apps. Browse, upload, organize and delete files and images, integrate with editors like TinyMCE/CKEditor, configure disks, permissions, and customization options. | 2,146 | 2,180 | 738 | 53K | 213 | 73.7 | 51.3 | MIT | 1 month ago | |
| veeqtoh/cashier-paystack | — | 6 | 6 | 0 | 6 | 1 | 16.1 | 4.2 | MIT | 3 months ago | |
| veeqtoh/laravel-active-email | — | 41 | 41 | 1 | 6 | 0 | 1.7 | 0.8 | MIT | 1 year ago | |
| veeqtoh/prompt-deck | — | 93 | 93 | 2 | 935 | 0 | 22.6 | 17.2 | MIT | 1 week ago | |
| veeqtoh/secure-code | — | 16 | 16 | 1 | 0 | 0 | 0.7 | — | MIT | 2 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?