I have a standalone PHP script which is 192K (~3500 lines) that takes an array as user input and returns an huge array of numerous calculations that exists in an XLSX file which I mapped one-by-one in PHP code.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
You can use a DBaaS instance for the database with your function. We have a couple of examples see here https://github.com/digitalocean/sample-functions-todo and another example https://github.com/rabbah/vitals/blob/master/packages/vitals/records/index.js. I realize these are in JavaScript but using an equivalent library for PHP and adding them to your function dependencies via composer would also work. We should create a php sample or if you’d like to contribute one I’m happy to help. Here is an example php project with dependencies https://github.com/digitalocean/sample-functions-php-numberstowords.
I came across this blog post that is very nice and also uses a DB from a PHP function, thought you might enjoy it https://devdojo.com/bobbyiliev/how-to-use-materialize-with-digitalocean-serverless-functions