slowprog/composer-copy-file
Composer script handler that copies files and directories after install/update. Configure mappings in composer.json (supports dev vs prod rules), nested directories, and overwrite control (override or only if older). Useful for publishing vendor assets like fonts/JS/CSS.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| phar-io/composer-plugin | 0.86 | 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 | |
| bitandblack/composer-helper | 0.85 | 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 | — | — | |
| eckinox/installer-plugin | 0.84 | 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 | |
| composer/installers | 0.84 | Custom installer paths for Composer. Maps package types (e.g., WordPress plugins/themes, Drupal, Joomla) to appropriate directories so dependencies land where your CMS expects them, with flexible installer definitions for multi-project setups. | 1,441 | 1,485 | 399 | 3M | 18 | 31.7 | 51.8 | MIT | 2 years ago | |
| oomphinc/composer-installers-extender | 0.83 | 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 | |
| neronmoon/scriptsdev | 0.83 | Laravel package to manage and run custom development scripts—generate commands, automate tasks, and organize project utilities from a clean structure. Helpful for scaffolding, repetitive workflows, and keeping team scripts consistent across environments. | 69 | 69 | 5 | 20K | 0 | 3.6 | 34.1 | MIT | 5 years ago | |
| c33s/composer-yaml | 0.83 | Lightweight Composer plugin to enable YAML support in composer.json-style configuration and metadata. Useful for projects that prefer YAML over JSON, helping integrate YAML files into Composer workflows with minimal setup. | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| phpdocumentor/unified-asset-installer | 0.83 | 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 | — | — | |
| phar-io/composer-distributor | 0.83 | Library to build Composer plugins that install and update PHAR-based tools instead of source code. Ideal for dev utilities like PHPUnit/PHPStan/Psalm: keep installs via Composer while avoiding dependency conflicts by distributing signed PHAR releases. | 13 | 13 | 2 | 63K | 3 | 3.7 | 51.6 | NOASSERTION | 2 years ago | |
| denisok94/helper-composer | 0.82 | 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 | 265 | 0 | 23.2 | 33.5 | MIT | 3 weeks ago | |
| malukenho/mcbumpface | 0.82 | — | 116 | 117 | 9 | 10K | 6 | 2.6 | 28.5 | — | — | |
| dreimus/package-actions | 0.82 | 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 | — | — | — | |
| konsulting/project-root | 0.82 | Resolve the correct root path when developing a Composer package or using it as a dependency. Project Root lets you target a package name and resolve paths relative to the host project, avoiding repeated “dirty” path-detection logic. | 4 | 4 | 1 | 2K | 0 | 0.7 | 35.4 | MIT | 7 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 | — | |
| dflydev/embedded-composer-console | 0.81 | Embed a Composer console in your app using dflydev’s embedded Composer. Provides a programmatic, in-process way to run Composer commands and capture output, useful for tooling, installers, and automation without shelling out. | 2 | 2 | 1 | 61 | 0 | 0.0 | 10.4 | MIT | — | |
| colbeh/laranit | 0.81 | Laravel package for interacting with the Laranit service from your app, providing basic integration helpers and configuration to connect, send requests, and handle responses. Suitable for projects needing a simple bridge between Laravel and Laranit APIs. | 0 | 0 | 0 | 1 | 0 | 2.4 | 4.2 | — | 2 years ago | |
| composer/composer | 0.77 | Composer is the dependency manager for PHP. Declare project requirements, install/update packages, and manage autoloading with a lock file for repeatable builds. Works with Packagist and VCS repositories; runs via CLI on PHP 7.2.5+ (latest). | 29,501 | 29,559 | 4,821 | 3M | 127 | 90.7 | 60.4 | MIT | 1 month ago | |
| maglnet/composer-require-checker | 0.77 | CLI tool that scans your PHP sources and composer.json to ensure every used class/function comes from declared dependencies. Detects “soft” transitive deps and missing required PHP extensions, helping prevent breakage after dependency updates. | 1,006 | 1,012 | 79 | 562K | 32 | 40.7 | 58.3 | MIT | 4 months ago | |
| dflydev/embedded-composer-core | 0.77 | Core library for running Composer in embedded contexts. Provides the underlying utilities and runtime pieces used by embedded-composer integrations to programmatically install, update, and manage PHP dependencies from within an application. | 2 | 2 | 1 | 38 | 0 | 0.0 | 15.7 | MIT | — | |
| dflydev/embedded-composer-bundle | 0.76 | — | 1 | 1 | 0 | 0 | 0 | 0.0 | — | MIT | — |
How can I help you explore Laravel packages today?