Composer

By Owen Voke

Back

Composer

GitHub Action for interacting with Composer.

https://github.com/pxgamer/composer-action

Action details

This Action for Composer enables arbitrary actions with the Composer command-line client.

Usage

Via GitHub Workflow

action "Composer Install" {
  uses = "pxgamer/composer-action"
  args = "install"
}