> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.xynta.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# 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:

1. Log in at https://servernaam.srvnl.nl:8443 (more info: [How can I find out which server I'm on?](/en/article/how-can-i-find-the-server-name-of-my-hosting-package-acx1d4/)).
2. Click **Dev Tools** and then **PHP Composer**.
3. Click the **Scan** button to search for `composer.json` files on your hosting package.
4. The `composer.json` file will now be imported (this may take a few minutes).
5. After successful import, you can:
   
* Edit the file
* Choose the desired mode
* Set environment variables
* Install and update package dependencies

||| 💬 Remember to replace `voorbeeld.it` with your actual website address and `servernaam` with the name of the server your hosting package is hosted on.