My Local proxy (socks5h) with realtime debugging and logs.
Start first proxy server after server started then you use what you want like curl, or wget or npm install or composer install.
php socks5h.phpSet local proxy server
export ALL_PROXY="socks5h://127.0.0.1:10080"
export HTTP_PROXY="socks5h://127.0.0.1:10080"
export HTTPS_PROXY="socks5h://127.0.0.1:10080"