Download the PHP package absszero/unicron without Composer
On this page you can find all versions of the php package absszero/unicron. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package unicron
Unicron
A unique process manager
Managing processes by process ids and prevent duplicating processes.
Installation
composer require absszero/unicron
Usage
use Absszero\Unicron\Unicron;
$unicron = new Unicron('YOUR_PROCESS_NAME');
if ($unicron->isRunning()) {
$unicron->kill();
}
$unicron->setPid();
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
History
TODO: Write history
Credits
TODO: Write credits
License
TODO: Write license
All versions of unicron with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.2.1
The package absszero/unicron contains the following files
Loading the files please wait ....