{"id":93080,"library":"spatie-ssh","title":"Spatie SSH","description":"A lightweight package to execute commands over an SSH connection","status":"active","version":"1.13.1","language":"php","source_language":null,"source_url":"https://github.com/spatie/git","tags":["ssh","remote","command","execution"],"install":[{"cmd":"composer require spatie/ssh","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"Ssh","correct":"use Spatie\\Ssh\\Ssh;"}],"quickstart":{"code":"use Spatie\\Ssh\\Ssh;\n\n$ssh = Ssh::create('user', 'example.com', 22);\n$result = $ssh->execute(['ls -la']);\necho $result->getOutput();","lang":"php","description":"Execute a command on a remote server via SSH."},"warnings":[],"env_vars":null,"search_vec":"'command':8,15 'connect':12 'execut':7,16 'lightweight':4 'packag':5 'remot':14 'spati':1 'ssh':2,11,13","created_at":"2026-06-19T09:42:39.743608+00:00","updated_at":"2026-06-19T09:42:39.743608+00:00","problems":[],"ecosystem":"packagist","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/spatie/ssh","github":"https://github.com/spatie/git","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}