craftcms/plugin-installer
Automate installing and managing Craft CMS plugins via Composer. Simplifies adding plugins to projects, handling dependencies, and keeping installs consistent across environments—ideal for CI/CD workflows and teams that want repeatable, scriptable plugin setup.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| phar-io/composer-plugin | 0.87 | Archived proof-of-concept Composer plugin that adds phive:run and phive:info commands to integrate Phive with Composer (e.g., install phar tools like PHPUnit). Unsupported, likely insecure, and may not work with current Composer—do not use in production. | 14 | 16 | 0 | 0 | 0 | 0.3 | — | — | 8 years ago | |
| oomphinc/composer-installers-extender | 0.86 | Extends Composer Installers to add custom installer types and paths without forking. Define extra installer mappings for plugins/themes/modules and other packages, keeping your project’s directory structure consistent across Composer installs. | 236 | 241 | 51 | 574K | 8 | 3.4 | 35.2 | MIT | 5 years ago | |
| eckinox/installer-plugin | 0.85 | Composer plugin that installs eckinox-metapackage packages by replicating a package’s replicate/ directory into your project, merging folders and overwriting same-named files. Supports custom handler classes to control behavior for new and existing files. | 0 | 0 | 0 | 414 | 0 | 3.0 | 36.2 | MIT | 4 years ago | |
| codeages/plugin-bundle | 0.85 | — | 7 | 7 | 9 | 23 | 1 | 0.6 | 7.9 | — | — | |
| contao-community-alliance/composer-plugin | 0.84 | Composer plugin for Contao 3 extensions: installs packages from vendor into system/modules via copy/symlink so Contao can detect them. Helps keep legacy Contao 3 module structure working in Composer setups (also usable when supporting Contao 4 legacy mode). | 7 | 7 | 11 | 4K | 0 | 0.4 | 37.1 | LGPL-3.0 | — | |
| craftcms/cms | 0.84 | Craft CMS is a flexible, user-friendly PHP CMS for building custom web experiences. Features a Twig templating system, auto-generated GraphQL API for headless builds, ecommerce via Craft Commerce, a plugin store, and a powerful extension framework. | 3,598 | 3,594 | 704 | 33K | 480 | 87.3 | 46.1 | NOASSERTION | 1 day ago | |
| denisok94/helper-composer | 0.83 | Helper Composer is a small utility package that helps streamline Composer workflows in PHP projects. It provides helper tooling for managing dependencies and Composer-related tasks, aiming to make setup and maintenance quicker and more convenient. | 0 | 0 | 0 | 115 | 0 | 23.2 | 33.5 | MIT | 2 weeks ago | |
| dreimus/package-actions | 0.83 | Laravel package for structuring reusable “actions” as self-contained classes. Helps keep controllers thin by moving business logic into invokable action objects, with clear inputs/outputs and simple execution patterns for consistent app workflows. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| common-gateway/t-junction-bundle | 0.83 | — | 0 | 0 | 0 | 0 | 0 | 6.3 | — | — | 1 year ago | |
| tomatophp/filament-plugins | 0.83 | — | 63 | 63 | 13 | 52 | 0 | 7.6 | 3.6 | MIT | 1 year ago | |
| simplesamlphp/composer-module-installer | 0.83 | Composer plugin that installs SimpleSAMLphp modules via Composer. Define your module as type "simplesamlphp-module" (or "simplesamlphp-assets-*") and it installs into SimpleSAMLphp’s modules/ (or public/) directory. Works with Packagist or private repos. | 13 | 13 | 2 | 205K | 0 | 0.7 | 55.3 | LGPL-2.1 | 3 years ago | |
| jmrashed/laravel-installer | 0.82 | — | 7 | 7 | 3 | 4 | 0 | 20.5 | 2.9 | MIT | 1 week ago | |
| fresns/plugin-manager | 0.82 | Laravel plugin manager for building modular, scalable apps. Treat each plugin as an independent mini-app with its own views, controllers, and models. Supports PHP 8+ and Laravel 9–13, with simple Composer install and optional config publishing. | 51 | 52 | 8 | 40 | 3 | 26.1 | 4.3 | Apache-2.0 | 3 months ago | |
| metabolism/wordpress-core-installer | 0.82 | Composer installer extension that adds type:wordpress-core support for installer-paths, enabling johnpbloch/wordpress-core to be installed into your chosen directory (e.g., web/edition/) instead of the default location. | 3 | 3 | 0 | 163 | 0 | 0.9 | 22.4 | — | 3 years ago | |
| c33s/composer-construction-kit-installer | 0.82 | Composer plugin for C33s Construction Kit: detects installed packages with the c33s-building-blocks extra and writes a list of blocks to {$appDir}/config/config/c33s_construction_kit.composer.yml for use by c33s/construction-kit-bundle. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| ebitkov/app-lock-composer-plugin | 0.82 | Composer plugin for Laravel/PHP apps that marks the application as “updating” while Composer runs, helping prevent access or inconsistent state during dependency updates. | 0 | 0 | 0 | 0 | 0 | 0.6 | — | MIT | 4 years ago | |
| bezhansalleh/filament-plugin-essentials | 0.82 | A collection of essentials for Filament plugins: shared helpers, patterns, and base components to speed up building and maintaining Filament extensions. Provides common utilities and sensible defaults so you can ship plugins faster with less boilerplate. | 27 | 27 | 15 | 341K | 0 | 22.5 | 64.9 | MIT | 1 week ago | |
| phpdocumentor/unified-asset-installer | 0.82 | Composer custom installer for phpDocumentor assets. Installs packages of type phpdocumentor-template into /data/template instead of /vendor so templates land where phpDocumentor expects them. Intended for template authors; plugin support is planned. | 4 | 4 | 7 | 253 | 0 | 0.1 | 16.7 | — | — | |
| bitandblack/composer-helper | 0.82 | Laravel-friendly Composer helper utilities that simplify common package tasks like inspecting installed packages, resolving versions, and reading composer.json/lock data. Useful for build tools, diagnostics, and automation where you need Composer metadata programmatically. | 0 | 0 | — | 712 | — | 0.0 | 39.4 | — | — | |
| craftcms/ecs | 0.82 | Easy Coding Standard (ECS) config presets for Craft CMS projects and plugins. PSR-12 aligned with a few Craft-specific tweaks. Install via Composer, add an ecs.php selecting Craft 3 or 4 set, then run ecs check (optionally --fix). | 18 | 18 | 5 | 20K | 1 | 0.6 | 42.4 | MIT | — |
How can I help you explore Laravel packages today?