benzine-framework/Setup PHP Project
Sets up a PHP project with GitHub Actions, including detecting PHP version and running composer install.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 9, 2026
- License
- GPL 3.0
Pinned Snippet
uses: benzine-framework/action-setup-php@be2febbd808b20bbe31712fcb13577af64744cc2 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| working_directory | The directory where the project is located. | no | . |
| php_tools | The PHP tools to install. Comma seperated list from shivammathur/setup-php | no | "" |
Outputs
| name | description |
|---|---|
| php_version | The PHP version that was installed, influenced by composer.json |