package conditional-process
Conditionally run processes. This is a wrapper for symfony/process.
efrane/conditional-process
Conditionally run processes. This is a wrapper for symfony/process.
- Tuesday, October 10, 2017
- by eFrane
- Repository
- 1 Watchers
- 0 Stars
- 466 Installations
- PHP
- 1 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 5 Versions
- 0 % Grown
, (*1)
Conditional Process
Conditionally run processes., (*2)
Installation
This package is available on composer. You can install it with
composer require efrane/conditional-process
., (*3)
Usage
$process = new ConditionalProcess('cat README.md', new FileExists('README.md'));
$process->execute($readmeText);
// $readmeText will contain the contents of README.md if that file exists
License
This package is available under the terms of the MIT license., (*4)
dev-master
9999999-dev
Conditionally run processes. This is a wrapper for symfony/process.
Sources
Download
MIT
The Requires
The Development Requires
by
Stefan Graupner
v1.1.2
1.1.2.0
Conditionally run processes. This is a wrapper for symfony/process.
Sources
Download
MIT
The Requires
The Development Requires
by
Stefan Graupner
v1.1.1
1.1.1.0
Conditionally run processes. This is a wrapper for symfony/process.
Sources
Download
MIT
The Requires
The Development Requires
by
Stefan Graupner
v1.1.0
1.1.0.0
Conditionally run processes. This is a wrapper for symfony/process.
Sources
Download
MIT
The Requires
The Development Requires
by
Stefan Graupner
v1.0.0
1.0.0.0
Conditionally run processes. This is a wrapper for symfony/process.
Sources
Download
MIT
The Requires
The Development Requires
by
Stefan Graupner