openfaas-template-php
openfaas-template-php copied to clipboard
PHP templates for OpenFaaS
Hi when testing the template I saw an error from composer, I wondered if we can use a regular user for this step? ``` Do not run Composer as root/super...
These the message when make the build: ``` Clearing temporary build folder: ./build/mi-funcion-php/ Preparing ./mi-funcion-php/ ./build/mi-funcion-php/function Building: mi-funcion-php with php template. Please wait.. Sending build context to Docker daemon 12.29kB...
# Notes: * fixes a small typo in the README.md
Hi, I've been playing with OpenFaaS for the past few days and just made my own PHP-cli for OpenFaaS. When building I checked out existing templates and it looks like...
Hi me again :smile: Have you thought about including a pre-setup unit-test suite? As you have a class you could test both argument parsing and output, and it sets people...