PHPackages                             rumur/wp-scheduling - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. rumur/wp-scheduling

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

rumur/wp-scheduling
===================

The OOP package to work with WordPress cron

v1.2.0(5y ago)312MITPHPPHP &gt;=7.1.0CI failing

Since Jun 30Pushed 5y ago1 watchersCompare

[ Source](https://github.com/rumur/wp-scheduling)[ Packagist](https://packagist.org/packages/rumur/wp-scheduling)[ Docs](https://github.com/rumur/wp-scheduling)[ RSS](/packages/rumur-wp-scheduling/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (6)Used By (0)

`wp-scheduling`
===============

[](#wp-scheduling)

it's a package that provides a convenient way of working with a [WordPress Cron](https://developer.wordpress.org/plugins/cron/) functionality.

Package Installation
--------------------

[](#package-installation)

`composer require rumur/wp-scheduling`

### Themosis 2.x

[](#themosis-2x)

`php console vendor:publish --provider='Rumur\WordPress\Scheduling\WordPressScheduleServiceProvider'`

### Sage 10.x

[](#sage-10x)

`wp acorn vendor:publish --provider='Rumur\WordPress\Scheduling\WordPressScheduleServiceProvider'`

### Minimum Requirements:

[](#minimum-requirements)

- PHP: 7.2+
- WordPress: 5.3+

### How to use it?

[](#how-to-use-it)

```
