mopa/composer-bridge
最新稳定版本:1.6.0
Composer 安装命令:
composer require mopa/composer-bridge
包简介
Symfony2 Composer Bridge
关键字:
README 文档
README
This Bridge allows usage of Composer classes through the composer.phar available on a lot of systems recently. I was originally designed for providing a way to hook into the composeres knowledge about things installed in a project, but can be used for a lot of other composer related tasks too.
You can either let the Bridge find your composer / composer.phar installation, or install composer in your project.
You could get a composer like this:
// with
// Symfony\Component\Console\Input\InputInterface $input
// Symfony\Component\Console\Output\OutputInterface $output
if(false !== $composer = ComposerAdapter::getComposer($input, $output)) {
// $composer is now a fully setup instance of composer
}
Mac users using the composer homebrew version, might have to install composer.phar in the project directory to be able to e.g. use the symlink command in https://github.com/phiamo/MopaBootstrapBundle/
统计信息
- 总下载量: 3.37M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 37
- 点击次数: 1
- 依赖项目数: 11
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2012-04-30