/gcf-php-http-starter

A Google Cloud Function starter template for invoking PHP scripts via HTTP triggers

Primary LanguagePHP

GCF PHP HTTP Template

Local Development

Make sure you are running PHP >= 7.4. Start local webserver with make server .

Requirements

  • PHP 7.4 or higher

Testing

  • Unit and integration tests are located in the tests directory. To run PHPUnit tests, run make test.