youassi / sample-functions-php-helloworld

A PHP helloworld sample function for Cloud Functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample Function: PHP "Hello World"

Introduction

This repository contains a sample "Hello World" function written in PHP. You can deploy it on DigitalOcean's App Platform as a Serverless Function component.

Note: This feature is currently in a limited beta release. Following these steps may result in charges for the use of DigitalOcean services.

Requirements

Deploying the Function

During the beta, documentation for Serverless Functions will be available to beta participants only in the Serverless Functions Closed Beta Google Doc. Please refer to this document for instructions on how to deploy Serverless Functions in App Platform.

Using the Function

Accessing the function with the ?name= query parameter will greet the specified name. For example, ?name=Alice will return Hello Alice. Using no query parameters will return Hello stranger.

Learn More

You can learn more about App Platform and how to manage and update your application in the official App Platform Documentation.

About

A PHP helloworld sample function for Cloud Functions


Languages

Language:PHP 100.0%