PHPackages                             absszero/unicron - 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. absszero/unicron

AbandonedArchivedLibrary

absszero/unicron
================

a unique process identifier

0.1(10y ago)042MITPHPPHP &gt;=5.2.1CI failing

Since Jan 8Pushed 6y ago1 watchersCompare

[ Source](https://github.com/absszero/unicron)[ Packagist](https://packagist.org/packages/absszero/unicron)[ RSS](/packages/absszero-unicron/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Unicron
=======

[](#unicron)

A unique process manager

Managing processes by process ids and prevent duplicating processes.

Installation
------------

[](#installation)

`composer require absszero/unicron`

Usage
-----

[](#usage)

```
use Absszero\Unicron\Unicron;

$unicron = new Unicron('YOUR_PROCESS_NAME');

if ($unicron->isRunning()) {
	$unicron->kill();
}

$unicron->setPid();
```

Contributing
------------

[](#contributing)

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D

History
-------

[](#history)

TODO: Write history

Credits
-------

[](#credits)

TODO: Write credits

License
-------

[](#license)

TODO: Write license

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3780d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cacb4c0a28cd421d4f7daa4d8bc3b28bcc755d4de7db70518015290b8ea53067?d=identicon)[Adrian Chen](/maintainers/Adrian%20Chen)

---

Top Contributors

[![absszero](https://avatars.githubusercontent.com/u/182065?v=4)](https://github.com/absszero "absszero (7 commits)")

---

Tags

processuniquecronjob

### Embed Badge

![Health badge](/badges/absszero-unicron/health.svg)

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

###  Alternatives

[phpunit/php-invoker

Invoke callables with a timeout

1.3k540.0M285](/packages/phpunit-php-invoker)[hhxsv5/laravel-s

🚀 LaravelS is an out-of-the-box adapter between Laravel/Lumen and Swoole.

3.9k676.0k10](/packages/hhxsv5-laravel-s)[react/child-process

Event-driven library for executing child processes with ReactPHP.

34076.1M136](/packages/react-child-process)[yzalis/identicon

Generate unique identicon avatars from any string

5901.1M21](/packages/yzalis-identicon)[cocur/background-process

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

2971.9M12](/packages/cocur-background-process)[titasgailius/terminal

Terminal is an Elegent wrapper around Symfony's Process component.

512340.9k11](/packages/titasgailius-terminal)

PHPackages © 2026

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