cybrary/Generic PHP Action
Use the Composer CLI in your Github Actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 15, 2021
- License
- None
Pinned Snippet
uses: cybrary/php-generic-action@8727de342da7c2900689b05d20f978016d20d512 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| php_version | What version of PHP to use | no | latest |
| php_extensions | Space separated list of extensions to configure with the PHP build | no | — |
| command | Composer command to run | yes | php -i |
Outputs
| name | description |
|---|---|
| full_command | The full command passed to docker to run |