Welcome to Whisp, a pure PHP SSH server specifically designed to run PHP CLI apps over SSH.
We recommend getting setup using our template repo which comes with everything you need to build amazing PHP based TUIs to run over SSH.
You can include Whisp as part of an existing project using composer, then take a look at Your first server to create your server daemon.
composer require whispphp/whisp
Adds config file management, artisan command and allows apps to be other artisan commands.
https://github.com/WhispPHP/whisp-laravel
Start a brand new Laravel project with Whisp ready to go.
laravel new my-fancy-thing --starter-kit=whispphp/laravel-starter-kit