2017 © Pedro Peláez
 

library unicron

a unique process identifier

image

absszero/unicron

a unique process identifier

  • Wednesday, July 20, 2016
  • by Adrian Chen
  • Repository
  • 1 Watchers
  • 0 Stars
  • 26 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Unicron

A unique process manager, (*1)

Managing processes by process ids and prevent duplicating processes., (*2)

Installation

composer require absszero/unicron, (*3)

Usage

use Absszero\Unicron\Unicron;

$unicron = new Unicron('YOUR_PROCESS_NAME');

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

$unicron->setPid();

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

TODO: Write history, (*4)

Credits

TODO: Write credits, (*5)

License

TODO: Write license, (*6)

The Versions

20/07 2016

dev-master

9999999-dev

a unique process identifier

  Sources   Download

MIT

The Requires

  • php >=5.2.1

 

The Development Requires

by Avatar Adrian Chen

cronjob process unique

08/01 2016

0.1

0.1.0.0

a unique process identifier

  Sources   Download

MIT

The Requires

  • php >=5.2.1

 

by Avatar Adrian Chen

cronjob process unique