heartsentwined/background-exec

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

Maintainers

Package info

github.com/heartsentwined/php-background-exec

Homepage

Issues

pkg:composer/heartsentwined/background-exec

Statistics

Installs: 8 256

Dependents: 0

Suggesters: 0

Stars: 3

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

This package is not auto-updated.

Last update: 2026-02-28 19:03:31 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();