2017 © Pedro Peláez
 

library cronic

A Cron annotation helper.

image

imnotjames/cronic

A Cron annotation helper.

  • Monday, April 3, 2017
  • by imnotjames
  • Repository
  • 1 Watchers
  • 0 Stars
  • 78 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

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., (*1)

class Example {

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

The Versions

03/04 2017

dev-master

9999999-dev

A Cron annotation helper.

  Sources   Download

MIT

The Requires

 

The Development Requires

03/04 2017

0.0.2

0.0.2.0

A Cron annotation helper.

  Sources   Download

MIT

The Requires

 

The Development Requires

27/03 2017

0.0.1

0.0.1.0

A Cron annotation helper.

  Sources   Download

MIT

The Requires

 

The Development Requires