Then verify the extension is loaded:
+The Temporal PHP SDK includes RoadRunner for running workers. +You'll create a configuration file for it.
+ +Install the Temporal CLI using Homebrew:
+Download the Temporal CLI archive for your architecture:
+Extract it and add temporal.exe to your PATH.
Download the Temporal CLI for your architecture:
+Extract the archive and move the temporal binary into your PATH, for example:
.rr.yaml configuration specifically for running a Temporal Worker.
+
+After installing, open a new Terminal window and start the development server:
+The Temporal Web UI may be on a different port in some examples or tutorials. To change the port for the Web UI, use the --ui-port option when starting the server:
The Temporal Web UI will now be available at http://localhost:8080.
+Learn how to create a basic Workflow and run it with the Temporal PHP SDK
+