phar-io/composer-plugin
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.
composer install.composer/installers, cweagans/composer-patches).post-install-cmd) or custom scripts (e.g., Symfony Flex recipes).For Executives: "This package lets us ‘supercharge’ Composer—our core dependency tool—to automate repetitive tasks, enforce policies, and integrate with our internal systems without vendor lock-in. For example, we could bake in security scans or auto-configure packages for staging/production, saving dev time and reducing errors. While the package is archived, it’s a proven foundation for building our own plugins (like how we’d build a custom Laravel package). The trade-off? We’d need to invest in maintenance, but the ROI comes from eliminating manual work and standardizing our workflows."
For Engineering:
"If you’re tired of hacking composer.json or writing post-install scripts, this gives us a clean way to encapsulate custom logic as a Composer plugin. Think of it like Laravel’s service providers, but for dependencies. Caveats:
plugin-skeleton instead).composer-plugin-api for future-proofing.
Proposal: Let’s prototype a plugin for [specific pain point, e.g., ‘auto-generating config/ files from packages’] and measure the time saved."How can I help you explore Laravel packages today?