---
title: "How to Deploy a Yii App | Hostman Docs"
description: "Host your Yii framework applications on Hostman’s cloud. Enjoy secure, high-performance deployments with simplified app management."
---

> For the complete documentation index for AI agents, see [llms.txt](https://hostman.com/llms.txt).

You can find the step-by-step deployment guide [here](https://hostman.com/docs/app-platform/backend-apps/).

Hostman uses the following environment when building a Yii application:

-   PHP: 8.2, 8.3, 8.4, or 8.5, depending on the version you chose when creating the app
-   Composer

The default start command is:

```php
php yii serve 0.0.0.0
```
