CommonGateway\CoreBundle\Service\ComposerService

Methods

Name Description
audit Search for a given term.
getAll Show al packadges installed trough composer.
getLockFile Gets all installed plugins from the lock file.
getSingle Show a single packadge installed trough composer.
remove Show a single packadge installed trough composer.
require Show a single packadge installed trough composer.
search Search for a given term.
upgrade Show a single packadge installed trough composer.

ComposerService::audit

Description

public audit (array $options)

Search for a given term.

See https://getcomposer.org/doc/03-cli.md#show-info for a full list of al options and there function

Parameters

  • (array) $options

Return Values

array


ComposerService::getAll

Description

public getAll (array $options)

Show al packadges installed trough composer.

See https://getcomposer.org/doc/03-cli.md#show-info for a full list of al options and there function

Parameters

  • (array) $options

Return Values

array


ComposerService::getLockFile

Description

public getLockFile (void)

Gets all installed plugins from the lock file.

Parameters

This function has no parameters.

Return Values

void


ComposerService::getSingle

Description

public getSingle (array $options)

Show a single packadge installed trough composer.

See https://getcomposer.org/doc/03-cli.md#show-info for a full list of al options and there function

Parameters

  • (array) $options

Return Values

array


ComposerService::remove

Description

public remove (array $options)

Show a single packadge installed trough composer.

See https://getcomposer.org/doc/03-cli.md#show-info for a full list of al options and there function

Parameters

  • (array) $options

Return Values

array


ComposerService::require

Description

public require (array $options)

Show a single packadge installed trough composer.

See https://getcomposer.org/doc/03-cli.md#show-info for a full list of al options and there function

Parameters

  • (array) $options

Return Values

array


ComposerService::search

Description

public search (array $options)

Search for a given term.

See https://getcomposer.org/doc/03-cli.md#show-info for a full list of al options and there function

Parameters

  • (array) $options

Return Values

array


ComposerService::upgrade

Description

public upgrade (array $options)

Show a single packadge installed trough composer.

See https://getcomposer.org/doc/03-cli.md#show-info for a full list of al options and there function

Parameters

  • (array) $options

Return Values

array