2024-05-07 18:30:17 +02:00

32 lines
670 B
Markdown

# Basic PHP
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/tutorials/application-server/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/application-server/php
```
2. Install dependencies
```bash
composer install
```
3. Run the application
```bash
composer start
```