Continuing the theme of posts related to using PHP on the OpenWhisk serverless platform, Rob Allen has posted a few notes for working with the PHP runtime.
These are some notes for working on the OpenWhisk PHP Runtime, but are probably applicable to the other runtimes too.
His notes cover:
- some basic setup
- building the two containers (PHP 7.1 and 7.2)
- running tests
- using the container interactively
- checking the format of Scala files
Commands are included for each item along with some of the output to expect.