Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

cdujeu/CronScheduler

Repository files navigation

CronScheduler

UCSDMath - Mathlink

A Development Project in PHP

UCSDMath provides a testing framework for general internal Intranet software applications for the UCSD, Department of Mathematics. This is used for development and testing only. [not for production]

Travis CISensioLabsDependencies


ScrutinizerLatestPHPUsageDevelopmentCode QualityLicense

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

Usage

$config = new \UCSDMath\CronScheduler\CronScheduler();

Documentation

No documentation site available at this time.

Testing

$ phpunit

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email deisner@ucsd.edu instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

This is a testing resource only - no documentation is provided at this time.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages