heartsentwined/background-exec

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

Installs: 8 254

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 2

pkg:composer/heartsentwined/background-exec

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

This package is not auto-updated.

Last update: 2025-09-27 17:14:29 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();