dev-master
9999999-devLinux shell "screen" command php wrapper
The Requires
1.0.1
1.0.1.0Linux shell "screen" command php wrapper
The Requires
1.0.0
1.0.0.0Linux shell "screen" command php wrapper
The Requires
                         Wallogit.com
                    
                    2017 © Pedro Peláez
                    
                    
                    
                    
                
                
            
Linux shell "screen" command php wrapper
composer require zver/shell-screen
composer install php test.php
<?php
//run screen with command
\Zver\ShellScreen::run('screenname','sleep 5');
//or commands
\Zver\ShellScreen::run('screenname',['echo "123"','sleep 5']);
//NOTE When command finished execution screen will be automatically closed
//quit screen
//NOTE command maybe still working, screen - terminated anyway
\Zver\ShellScreen::run('screenname');
        Linux shell "screen" command php wrapper
Linux shell "screen" command php wrapper
Linux shell "screen" command php wrapper