| Name | Description |
|---|---|
| audit | Search for a given term. |
| getAll | Show al packages installed trough composer. |
| getLockFile | Gets all installed plugins from the lock file. |
| getSingle | Show a single package installed trough composer. |
| remove | Show a single package installed trough composer. |
| require | Show a single package installed trough composer. |
| search | Search for a given term. |
| upgrade | Show a single package installed trough composer. |
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
Description
public getAll (void)Show al packages installed trough composer.
See https://getcomposer.org/doc/03-cli.md#show-info for a full list of al options and there function.
Parameters
This function has no parameters.
Return Values
array
Description
public getLockFile (void)Gets all installed plugins from the lock file.
Parameters
This function has no parameters.
Return Values
array
Description
public getSingle (string $package)Show a single package installed trough composer.
See https://getcomposer.org/doc/03-cli.md#show-info for a full list of al options and there function.
Parameters
(string) $package
Return Values
array
Description
public remove (string $package, array $options)Show a single package installed trough composer.
See https://getcomposer.org/doc/03-cli.md#show-info for a full list of al options and there function.
Parameters
(string) $package(array) $options
Return Values
array
Description
public require (string $package, array $options)Show a single package installed trough composer.
See https://getcomposer.org/doc/03-cli.md#show-info for a full list of al options and there function
Parameters
(string) $package(array) $options
Return Values
array
Description
public search (string|null $search)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
(string|null) $search
Return Values
array
Description
public upgrade (string $package, array $options)Show a single package installed trough composer.
See https://getcomposer.org/doc/03-cli.md#show-info for a full list of al options and there function
Parameters
(string) $package(array) $options
Return Values
array