PHPackages                             yii1tech/async-cmd - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. yii1tech/async-cmd

ActiveLibrary[CLI &amp; Console](/categories/cli)

yii1tech/async-cmd
==================

Provides asynchronous shell command runner for Yii1

1.0.0(2y ago)42.3k—0%BSD-3-ClausePHPPHP &gt;=7.2

Since Aug 30Pushed 2y ago1 watchersCompare

[ Source](https://github.com/yii1tech/async-cmd)[ Packagist](https://packagist.org/packages/yii1tech/async-cmd)[ GitHub Sponsors](https://github.com/klimov-paul)[ Patreon](https://www.patreon.com/klimov_paul)[ RSS](/packages/yii1tech-async-cmd/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

 [ ![](https://avatars.githubusercontent.com/u/134691944) ](https://github.com/yii1tech)

Yii1 Asynchronous Shell Command Runner
======================================

[](#yii1-asynchronous-shell-command-runner)

This extension provides asynchronous shell command runner for Yii1.

For license information check the [LICENSE](LICENSE.md)-file.

[![Latest Stable Version](https://camo.githubusercontent.com/d0a8126ad7529984ebf4d3a5d124f54641754e6a37a4408aa9747bb75aeb3058/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f79696931746563682f6173796e632d636d642e737667)](https://packagist.org/packages/yii1tech/async-cmd)[![Total Downloads](https://camo.githubusercontent.com/615e2401125ce6032331f96f5dd2a04ee8bf4a1e5d79142657c951365d754dfd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f79696931746563682f6173796e632d636d642e737667)](https://packagist.org/packages/yii1tech/async-cmd)[![Build Status](https://github.com/yii1tech/async-cmd/workflows/build/badge.svg)](https://github.com/yii1tech/async-cmd/actions)

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist yii1tech/async-cmd

```

or add

```
"yii1tech/async-cmd": "*"
```

to the "require" section of your composer.json.

Usage
-----

[](#usage)

This extension provides asynchronous shell command runner for Yii1. It relies on Linux command line utility to run command without waiting its result. It allows running both Yii console commands and arbitrary external commands.

Application configuration example:

```
