PHPackages                             nubs/hiatus - 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. nubs/hiatus

Abandoned → [symfony/process](/?search=symfony%2Fprocess)Library[CLI &amp; Console](/categories/cli)

nubs/hiatus
===========

DEPRECATED: recommended to use symfony/process instead.

1.2.1(12y ago)218112MITPHPPHP &gt;=5.4.0

Since Jul 15Pushed 11y ago1 watchersCompare

[ Source](https://github.com/nubs/hiatus)[ Packagist](https://packagist.org/packages/nubs/hiatus)[ RSS](/packages/nubs-hiatus/feed)WikiDiscussions master Synced today

READMEChangelog (4)DependenciesVersions (5)Used By (2)

Hiatus
======

[](#hiatus)

A PHP library for executing shell commands with an optional timeout.

> DEPRECATED: This library is no longer being actively maintained. [symfony/process](https://github.com/symfony/Process) has all the features of Hiatus and more. It is recommended as an alternative.

Requirements
------------

[](#requirements)

PHP 5.4 or newer is the only requirement for this library.

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

[](#installation)

This package uses [composer](https://getcomposer.org) so you can just add `nubs/hiatus` as a dependency to your `composer.json` file or execute the following command:

```
composer require nubs/hiatus
```

Usage
-----

[](#usage)

Composer's autoloader will automatically include the namespaced functions for use in your project.

Here's an example of how to execute a simple command:

```
