Installation

Welcome to Whisp, a pure PHP SSH server specifically designed to run PHP CLI apps over SSH.

Use our template repo

We recommend getting setup using our template repo which comes with everything you need to build amazing PHP based TUIs to run over SSH.

Use composer

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
    

Coming soon

Laravel Package

Adds config file management, artisan command and allows apps to be other artisan commands.

https://github.com/WhispPHP/whisp-laravel

Laravel Starter Kit

Start a brand new Laravel project with Whisp ready to go.

laravel new my-fancy-thing --starter-kit=whispphp/laravel-starter-kit

https://github.com/WhispPHP/laravel-starter-kit