My Tuya Light Bulb API How to use Install the dependencies. composer install 2 Configure your credentials in the .env file. cp .env.example .env 3 Run project. php -S localhost:8000 or docker-compose up --build