I’m using Hestia server and have multiple websites hosted on it. I need to install Composer and the PHP Twilio SDK for WhatsApp API integration on my site (URL: https://your-guardian.com/).
My server is running PHP version 8.2.23. When I try to install Composer using the PHP command (php composer-setup.php), it doesn’t work, and I suspect there might be restrictions or missing configurations on the server.
Can someone guide me on:
Installing Composer globally on the Hestia server?
Setting up the PHP Twilio SDK via Composer for my website?
I have SSH access and can follow any provided instructions.