PHPackages                             zy445566/fork-power - 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. [CLI &amp; Console](/categories/cli)
4. /
5. zy445566/fork-power

ActiveLibrary[CLI &amp; Console](/categories/cli)

zy445566/fork-power
===================

A simple CLI tool for ensuring that a given php script runs continuously

081PHP

Since Feb 17Pushed 9y ago1 watchersCompare

[ Source](https://github.com/zy445566/ForkPower)[ Packagist](https://packagist.org/packages/zy445566/fork-power)[ RSS](/packages/zy445566-fork-power/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

fork-power
==========

[](#fork-power)

A simple CLI tool for ensuring that a given php script runs continuously

example
=======

[](#example)

vim index.php,write

```
$config = [
"uid"=>"40",
"gid"=>"40",
"runLogPath"=>dirname(__FILE__).DIRECTORY_SEPARATOR."runLog",
];
new ForkPower\ForkPower($config,$argv);
```

vim test.php

```
sleep(6000);
```

start
=====

[](#start)

```
	php index.php start test.php >>test.log

```

\#stop php index.php stop test.php #restart php index.php restart test.php &gt;&gt;test.log #status(get all phpfile status) php index.php status

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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.

### Community

Maintainers

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

---

Top Contributors

[![zy445566](https://avatars.githubusercontent.com/u/14976489?v=4)](https://github.com/zy445566 "zy445566 (6 commits)")

### Embed Badge

![Health badge](/badges/zy445566-fork-power/health.svg)

```
[![Health](https://phpackages.com/badges/zy445566-fork-power/health.svg)](https://phpackages.com/packages/zy445566-fork-power)
```

###  Alternatives

[illuminate/console

The Illuminate Console package.

13046.0M6.4k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

71470.5k9](/packages/styleci-cli)[winbox/args

Windows command-line formatter

20718.9k21](/packages/winbox-args)[macopedia/magento2-categoryimporter

Category Importer for Magento 2

344.7k](/packages/macopedia-magento2-categoryimporter)

PHPackages © 2026

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