heartsentwined/background-exec

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

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

This package is not auto-updated.

Last update: 2024-03-16 09:49:14 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();