step-security/Setup PHP Action
GitHub Action for PHP
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| php-version | Setup PHP version. | no | — |
| php-version-file | Setup PHP version from a file. | no | — |
| extensions | Setup PHP extensions. | no | — |
| ini-file | Set base ini file. | no | production |
| ini-values | Add values to php.ini. | no | — |
| coverage | Setup code coverage driver. | no | — |
| tools | Setup popular tools globally. | no | — |
| github-token | GitHub token to use for authentication. | — | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| php-version | PHP version in semver format |