Can I use Composer on a hosting package?
✅ Yes, Composer can be used on our Web, WordPress, and Reseller Hosting packages.
🔹 On our Web and Reseller Hosting packages, you can use Composer via the Terminal.
🔹 On our WordPress Hosting packages, you can use Composer both via the Terminal and through the PHP Composer tool in the control panel.
Using Composer via the control panel:
- Log in at https://servernaam.srvnl.nl:8443 (more info: How can I find out which server I'm on?).
- Click Dev Tools and then PHP Composer.
- Click the Scan button to search for
composer.json
files on your hosting package. - The
composer.json
file will now be imported (this may take a few minutes). - After successful import, you can:
- Edit the file
- Choose the desired mode
- Set environment variables
- Install and update package dependencies
voorbeeld.it
with your actual website address and servernaam
with the name of the server your hosting package is hosted on.Updated on: 20/05/2025
Thank you!