Scrutinizer | Latest | PHP | Usage | Development | Code Quality | License |
CronScheduler is in development to become a cron scheduler class for future projects. Not currently used in production. Many features of this component have not been developed but are planned for future implementation. UCSDMath components are written to be adapters of great developments such as Symfony, Twig, Doctrine, etc. This is a learning and experimental library only.
Copy this software from:
Installation using Composer
You can install the class CronScheduler
with Composer and Packagist by
adding the ucsdmath/cron-scheduler package to your composer.json file:
"require": {
"php": "^7.0",
"ucsdmath/cron-scheduler": "dev-master"
},
Or you can add the class directly from the terminal prompt:
$ composer require ucsdmath/cron-scheduler
$config = new \UCSDMath\CronScheduler\CronScheduler();
No documentation site available at this time.
$ phpunit
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.