Skip to content

wasmer-examples/php-wcgi-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple PHP application template running using WCGI

Getting Started

Modify the logic of your the PHP application in the app/index.php file.

$ echo '<?php print("Hello, World!"); ?>' > ./app/index.php

You can run things locally with:

$ php -t app -S localhost:8080

Or you can also use wasmer run to run it locally (check out the Wasmer install guide):

$ wasmer run .

Open http://localhost:8080 with your browser to see the result.

Deploy on Wasmer Edge

The easiest way to deploy your PHP app is to use the Wasmer Edge.

Live example: https://wcgi-php-starter-template.wasmer.app/

Run this commmand to deploy to Wasmer Edge:

wasmer deploy

About

WCGI based starter template using PHP

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE.md
MIT
LICENSE_MIT.md

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages