Skip to content

imnotjames/cronic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cronic

A cron job handler using Annotations for configuration.

How it Works

Magic. Annotate your class with @cron and a cron expression, and set up the cronic command in your crontab.

class Example {

    /**
     * @cron * * * * *
     */
    function exampleMethod() {
    }
}

About

A PHP Cron Annotation Helper.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages