ziadoz / awesome-php

A curated list of amazingly awesome PHP libraries, resources and shiny things.
Do What The F*ck You Want To Public License
30.79k stars 5.06k forks source link

Add Setup PHP GitHub Action #1033

Closed shivammathur closed 4 years ago

shivammathur commented 4 years ago

Add Setup PHP Github Action

Setup PHP with required extensions, php.ini configuration and composer in GitHub Actions. This action can be added as a step in your action workflow and it will setup the PHP environment you need to test your application.

ziadoz commented 4 years ago

Thanks, this looks useful.