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, runmake test
.