https://github.com/jorisros/gcf-boilerplate-function
A boilerplate for creating a new Google Function with deployment template
https://github.com/jorisros/gcf-boilerplate-function
devops gcf php
Last synced: about 1 year ago
JSON representation
A boilerplate for creating a new Google Function with deployment template
- Host: GitHub
- URL: https://github.com/jorisros/gcf-boilerplate-function
- Owner: jorisros
- Created: 2025-04-08T22:19:55.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-08T22:55:42.000Z (about 1 year ago)
- Last Synced: 2025-04-09T15:16:56.225Z (about 1 year ago)
- Topics: devops, gcf, php
- Language: PHP
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google cloud boilerplate
I created this project to use as boilerplate and reference to setup new Google Functions with PHP.
## Usage
- Download this project as zip
- Change the Names
- composer.json (name; autoload.psr-4)
- modify the ``config/dependency_injection.php``
- Create git repository and push to it
- While I am using symfony components the injection is done manually
## Run tests
```bash
php vendor/bin/phpunit tests
```