yalesov/background-exec

Close a client HTTP connection and continue script execution in background.

Installs: 954

Dependents: 2

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 2

Open Issues: 0

pkg:composer/yalesov/background-exec

v2.0.4 2016-07-06 12:19 UTC

This package is not auto-updated.

Last update: 2025-09-28 01:06:38 UTC


README

Close a client HTTP connection and continue script execution in background.

Installation

Composer:

{
  "require": {
    "yalesov/background-exec": "2.*"
  }
}

Usage

use Yalesov\BackgroundExec\BackgroundExec;
BackgroundExec::start();