1. Go to this page and download the library: Download internal/dload library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
xml
<actions>
<!-- Basic configuration using local velox.toml -->
<velox config-file="./velox.toml" />
<!-- With specific versions -->
<velox config-file="./velox.toml"
velox-version="2025.1.1"
golang-version="^1.22"
roadrunner-ref="v2025.1.2"
binary-path="./bin/rr"
debug="true" />
<!-- Custom plugins -->
<velox>
<plugin name="temporal" />
<plugin name="kv" />
</velox>
</actions>
xml
<actions>
<download software="rr" /> <!-- Linux binary for Linux, Windows .exe for Windows -->
<download software="temporal" /> <!-- macOS binary for macOS, etc. -->
</actions>