PHPackages                             renlight10/bproccess - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. renlight10/bproccess

Abandoned → [ospek/ospek](/?search=ospek%2Fospek)Library[Utility &amp; Helpers](/categories/utility)

renlight10/bproccess
====================

php background proccess

1.0.1(9y ago)22.0kmitPHPPHP &gt;=5.3.0

Since Jan 10Pushed 9y ago1 watchersCompare

[ Source](https://github.com/renlight10/BProccess)[ Packagist](https://packagist.org/packages/renlight10/bproccess)[ Docs](https://github.com/renlight10/BProccess)[ RSS](/packages/renlight10-bproccess/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

A Maintenance for php background process wrapper [\#88704](http://php.net/manual/en/function.exec.php#88704)

- require
- Linux
- nohup
- new function
- log output
- read output log

### Install

[](#install)

```
composer require renlight10/bproccess

```

### Usage

[](#usage)

```
use renlight10\BProccess\BProccess;
$proccess = new BProccess(command,locationfile=optional);
echo $proccess->getPid();
```

if you already have pid

```
use renlight10\BProccess\BProccess;
$proccess = new BProccess;
$proccess->setPid(int);
```

possible method:

- getPid() - get process id
- setPid(int) - set process id
- status() - check process status
- start() - start process (process auto start when command in construct)
- stop() - stop process
- read("location file") - read output log

Secure your user input for process argument with [this](http://php.net/manual/en/function.escapeshellarg.php).

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3459d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16357477?v=4)[renlight10](/maintainers/renlight10)[@renlight10](https://github.com/renlight10)

---

Tags

backgroundproccessnohup

### Embed Badge

![Health badge](/badges/renlight10-bproccess/health.svg)

```
[![Health](https://phpackages.com/badges/renlight10-bproccess/health.svg)](https://phpackages.com/packages/renlight10-bproccess)
```

###  Alternatives

[cocur/background-process

Start processes in the background that continue running when the PHP process exists.

2982.0M12](/packages/cocur-background-process)[redeyeventures/geopattern

Generate beautiful SVG patterns.

112140.1k4](/packages/redeyeventures-geopattern)[braincrafted/background-process

Start processes in the background that continue running when the PHP process exists.

3006.1k1](/packages/braincrafted-background-process)[tomaj/hermes

Simple php background processing library

38261.2k8](/packages/tomaj-hermes)[dmamontov/asynctask-7

AsyncTask enables proper and easy use of the thread. This class allows to perform background operations and publish results on the thread without having to manipulate threads and/or handlers.

1313.2k](/packages/dmamontov-asynctask-7)[kohkimakimoto/background-process

A minimum library to run background processes asynchronously.

351.4k](/packages/kohkimakimoto-background-process)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
