PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   Hello World HTTP Function   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Hello World HTTP Function
PHP example of Google Cloud function
Author: By
Last change:
Date: 2 days ago
Size: 331 bytes
 

Contents

Class file image Download
{ "require": { "php": ">= 8.1", "google/cloud-functions-framework": "^1.4" }, "scripts": { "start": [ "Composer\\Config::disableProcessTimeout", "FUNCTION_TARGET=helloHttp php -S localhost:${PORT:-8080} vendor/google/cloud-functions-framework/router.php" ] } }