# Basic Backend Node Basic server application built for PHP. It internally uses [livekit-server-sdk-php](https://github.com/agence104/livekit-server-sdk-php). For further information, check the [tutorial documentation](https://livekit-tutorials.openvidu.io/basic/backend/php). ## Prerequisites - [PHP](https://www.php.net/downloads) - [Composer](https://getcomposer.org/download/) ## Run 1. Download repository ```bash git clone https://github.com/OpenVidu/openvidu-livekit-tutorials.git cd openvidu-livekit-tutorials/basic/backend/php ``` 2. Install dependencies ```bash composer install ``` 3. Run the application ```bash composer start ```