Question

How to add extension mysqli, serverless functions

Hello I have project build on mysql, php. I would like to create a serverless function script which connect to database and return some data from database. I have no idea how use extension “SimpleXMLElement” (client required) and also “mysqli”, can someone help me please?


Submit an answer


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!

Sign In or Sign Up to Answer

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.

Hi there,

I believe that this should work by adding that information to your composer.js file:

{ 'require': { 'ext-intl': '*' } }

And then you can deploy the function as part of your App Platform:

https://docs.digitalocean.com/products/app-platform/how-to/manage-functions/

Best,

Bobby

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up