rosven9856/Composer package action
With this GitHub Action, you can build a package for the PHP Composer package manager.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| directory | The name of the directory for package building | — | .build |
| file | The name of the built package file | — | package.zip |
Outputs
| name | description |
|---|---|
| directory | The path to the building directory |
| path | The path to the compiled package archive |