Files
calco2la.to-php/README.md
2025-12-03 10:00:13 +01:00

502 B

calco2la.to-php

PHP/JS client / proxy

How to run in VS Code

  1. Download php: https://www.php.net/downloads.php?usage=cli&os=windows&osvariant=windows-native&version=default You can use the single line installer for Windows like this: powershell -c "& ([ScriptBlock]::Create((irm 'https://www.php.net/include/download-instructions/windows.ps1'))) -Version 8.5"
  2. Add the path to the php executable to start.bat and save as start-local.bat: set PHP_BIN=C:\php8.5\php.exe &
  3. Run start-local.bat