Hi!
I just installed this package on the latest version 1.6.
When running the php file like this:
require 'vendor/autoload.php'; $process = Ssh::create('user', 'host')->execute('ls'); echo $process;
I do get the error: Uncaught Error: Class "Ssh" not found.
Any idea what this is? im using this in a plain PHP file/setup.
Thanks
Hi!
I just installed this package on the latest version 1.6.
When running the php file like this:
require 'vendor/autoload.php'; $process = Ssh::create('user', 'host')->execute('ls'); echo $process;I do get the error: Uncaught Error: Class "Ssh" not found.
Any idea what this is? im using this in a plain PHP file/setup.
Thanks