2017 © Pedro Peláez
 

symfony-bridge composer-bridge

Symfony2 Composer Bridge

image

mopa/composer-bridge

Symfony2 Composer Bridge

  • Thursday, October 1, 2015
  • by phiamo
  • Repository
  • 2 Watchers
  • 29 Stars
  • 1,292,067 Installations
  • PHP
  • 14 Dependents
  • 0 Suggesters
  • 15 Forks
  • 1 Open issues
  • 8 Versions
  • 4 % Grown

The README.md

MopaComposerBridge

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., (*1)

You can either let the Bridge find your composer / composer.phar installation, or install composer in your project., (*2)

You could get a composer like this:, (*3)

// 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/, (*4)

The Versions

29/12 2014

v1.3.1

1.3.1.0 http://bootstrap.mohrenweiserpartner.de

Symfony2 Composer Bridge

  Sources   Download

MIT

The Requires

 

composer symfony2

10/09 2013

v1.3.0

1.3.0.0 http://bootstrap.mohrenweiserpartner.de

Symfony2 Composer Bridge

  Sources   Download

MIT

The Requires

 

composer symfony2

09/09 2013

v1.2.0

1.2.0.0 http://bootstrap.mohrenweiserpartner.de

Symfony2 Composer Bridge

  Sources   Download

MIT

The Requires

 

composer symfony2

04/03 2013

v1.1.0

1.1.0.0 http://bootstrap.mohrenweiserpartner.de

Symfony2 Composer Bridge

  Sources   Download

MIT

The Requires

 

composer symfony2

11/10 2012

v1.0.0

1.0.0.0 http://bootstrap.mohrenweiserpartner.de

Symfony2 Composer Bridge

  Sources   Download

MIT

The Requires

 

composer symfony2