Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 318 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 318 Bytes

Yalesov\BackgroundExec

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();