SupportHow it worksChecklistFAQ Start HostingLogin
PHP hosting

Deploy a PHP project online. Start with a simple workflow.

Bring a plain PHP or Composer-based application and deploy it without setting up Apache and the runtime by hand.

PHP 8.5 Apache Composer 2
project / deploymentReady
my-projectPHP hosting
SourceZIP / GitHub
BuildPlatform managed
ResultPublic URL
<?php require __DIR__ . "/vendor/autoload.php";   echo "Hello from RamNaym Cloud";
What is supported

PHP hosting without a traditional control-panel maze

The platform uses a dedicated PHP web runtime so your project can focus on application files and declared Composer dependencies.

PHP 8.5

Current platform PHP runtime.

Apache

The web runtime is built around Apache.

Composer 2

Composer-based dependencies are supported.

ZIP or GitHub

Use the source workflow that matches your project.

How to deploy

From your project to a live deployment.

Keep the process beginner-friendly: choose the correct stack, add the source, then use the build logs to follow the deployment.

Choose PHP

Create a Web App and select PHP / Composer.

Add the project

Upload a ZIP or connect the GitHub repository.

Deploy

Follow the build logs and open the public URL after the runtime is ready.

Before you deploy

Quick project checklist

These checks reduce common deployment mistakes and match the runtime behavior used by RamNaym Cloud.

  • Keep the PHP entry files inside the uploaded project.
  • Add composer.json when the project uses Composer packages.
  • Do not upload secrets in files that should not be public.
  • Use environment variables for deployment configuration when appropriate.
Common questions

Simple answers before you deploy.

These are the questions developers usually ask when moving this type of project from local development to hosting.

How do I host a PHP project online?

Choose PHP / Composer in Create Server, upload the project or connect GitHub, and deploy.

Which PHP version does RamNaym Cloud use?

The current platform code uses PHP 8.5 with Apache.

Is Composer supported?

Yes. The PHP runtime includes a Composer 2 build path.

Is Laravel the same PHP runtime?

Laravel is supported as a separate application type so Laravel projects can use framework-specific validation and deployment behavior.

Ready to put the project online?

Use ZIP or GitHub, choose the matching runtime and follow the build from one dashboard.