dflydev/embedded-composer-core
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.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| dflydev/embedded-composer-bundle | 0.86 | — | 1 | 1 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| dflydev/embedded-composer-console | 0.84 | 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 | 195 | 0 | 0.0 | 25.1 | MIT | — | |
| phar-io/composer-distributor | 0.84 | 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 | 65K | 3 | 3.7 | 51.6 | NOASSERTION | 2 years ago | |
| phar-io/composer-plugin | 0.83 | 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.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 | — | 646 | — | 0.0 | 38.8 | — | — | |
| denisok94/helper-composer | 0.81 | 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 | 6.2 | 29.3 | MIT | 10 months ago | |
| maglnet/composer-require-checker | 0.80 | 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,002 | 1,009 | 78 | 468K | 32 | 43.2 | 58.4 | MIT | 2 months ago | |
| oomphinc/composer-installers-extender | 0.80 | 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 | — | 51 | — | 8 | 2.7 | 2.7 | MIT | 5 years ago | |
| simplesamlphp/composer-module-installer | 0.80 | 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 | 198K | 0 | 0.7 | 55.3 | LGPL-2.1 | 3 years ago | |
| composer/composer | 0.76 | 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,461 | 29,524 | 4,797 | 3M | 120 | 91.2 | 60.5 | MIT | 2 weeks ago | |
| yiisoft/yii2-composer | 0.74 | Composer installer plugin for Yii 2 extensions. Adds the yii2-extension package type, supports extension bootstrapping via extra.bootstrap, and provides post-create-project and post-install hooks for tasks like setting permissions and generating cookie validation keys. | 86 | 96 | 31 | 458K | 0 | 2.0 | 51.6 | BSD-3-Clause | 1 year ago | |
| yiisoft/composer-config-plugin | 0.71 | — | 31 | 30 | 16 | 315 | 13 | 2.5 | 14.4 | BSD-3-Clause | — | |
| sweetchuck/composer-suite | 0.70 | — | 2 | 2 | 0 | 63 | 1 | 1.6 | 18.5 | — | 3 years ago | |
| hiqdev/hidev-composer | 0.70 | — | 2 | 3 | 2 | 219 | 0 | 4.3 | 25.8 | BSD-3-Clause | 9 years ago | |
| c33s/composer-yaml | 0.69 | 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 | — | — | — | |
| pear/pear-core-minimal | 0.69 | Minimal core components for PEAR, providing essential infrastructure for PEAR-based installs and tooling without the full PEAR distribution. Useful for lightweight setups, embedding, or environments that need only the basics of PEAR’s package system. | 80 | 81 | 8 | 2M | 0 | 18.3 | 61.4 | — | 4 months ago | |
| captainhook/plugin-composer | 0.68 | Deprecated Composer plugin for CaptainHook that auto-installs Git hooks for your team. Configure hook file name, PHAR path, or disable via composer.json “extra”. Use captainhook/hook-installer instead for flexible PHAR/source installs. | 20 | 21 | 4 | 58K | 2 | 5.1 | 47.4 | MIT | 4 years ago | |
| wikimedia/composer-merge-plugin | 0.68 | Composer plugin that merges multiple composer.json files at runtime. Define extra include patterns (e.g., composer.local.json, extensions/*/composer.json) to combine dependencies and settings into the main config for installs and autoload generation. | 1,009 | 1,028 | 170 | 722K | 52 | 30.3 | 62.2 | MIT | 5 years ago | |
| composer/installers | 0.68 | 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,436 | 1,481 | 401 | 2M | 18 | 31.8 | 52.3 | MIT | 1 year ago |
How can I help you explore Laravel packages today?