2017 © Pedro Peláez
 

library shell-screen

Linux shell "screen" command php wrapper

image

zver/shell-screen

Linux shell "screen" command php wrapper

  • Thursday, January 4, 2018
  • by s4urp8n
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Linux shell "screen" command php wrapper

composer require zver/shell-screen
composer install
php test.php

Usage

<?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');

The Versions

04/01 2018

dev-master

9999999-dev

Linux shell "screen" command php wrapper

  Sources   Download

The Requires

 

04/01 2018

1.0.1

1.0.1.0

Linux shell "screen" command php wrapper

  Sources   Download

The Requires

 

04/01 2018

1.0.0

1.0.0.0

Linux shell "screen" command php wrapper

  Sources   Download

The Requires